Interface FunctionFactory

    • Method Detail

      • getModule

        java.lang.String getModule()
        Get the module of the functions in this factory, for example "Math" or "Conversion".
        Returns:
        the module name
      • getFunctions

        java.util.Set<FunctiongetFunctions()
        Get a set of classes that implements the Function interface.
        Returns:
        a set of functions
      • getConstants

        java.util.Set<ConstantgetConstants()
        Get a set of classes that implements the Constant interface.
        Returns:
        a set of constants
      • getConstantDescription

        java.lang.String getConstantDescription()
        Get the description of the constants in Markdown format
        Returns:
        the description of the constants