Interface AvailableFunction


@UML(identifier="AvailableFunctions", specification=ISO_19143) public interface AvailableFunction
A function that may be used in filter expressions. The description of each function includes a declaration of the return type, the list of arguments with optional names and expected types.
Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<? extends Argument>
    Returns the list of arguments expected by the function.
    Returns the function name.
    Returns the type of return value.