Class CommonFunctions
java.lang.Object
jmri.jmrit.logixng.util.parser.functions.CommonFunctions
- All Implemented Interfaces:
FunctionFactory
Implementation of common functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of the constants in Markdown formatGet a set of classes that implements the Constant interface.Get a set of classes that implements the Function interface.Get the module of the functions in this factory, for example "Math" or "Conversion".
-
Constructor Details
-
CommonFunctions
public CommonFunctions()
-
-
Method Details
-
getModule
Description copied from interface:FunctionFactoryGet the module of the functions in this factory, for example "Math" or "Conversion".- Specified by:
getModulein interfaceFunctionFactory- Returns:
- the module name
-
getFunctions
Description copied from interface:FunctionFactoryGet a set of classes that implements the Function interface.- Specified by:
getFunctionsin interfaceFunctionFactory- Returns:
- a set of functions
-
getConstants
Description copied from interface:FunctionFactoryGet a set of classes that implements the Constant interface.- Specified by:
getConstantsin interfaceFunctionFactory- Returns:
- a set of constants
-
getConstantDescription
Description copied from interface:FunctionFactoryGet the description of the constants in Markdown format- Specified by:
getConstantDescriptionin interfaceFunctionFactory- Returns:
- the description of the constants
-