Uses of Class
org.kie.pmml.api.enums.builtinfunctions.MathematicalFunctions
-
Packages that use MathematicalFunctions Package Description org.kie.pmml.api.enums.builtinfunctions -
-
Uses of MathematicalFunctions in org.kie.pmml.api.enums.builtinfunctions
Methods in org.kie.pmml.api.enums.builtinfunctions that return MathematicalFunctions Modifier and Type Method Description static MathematicalFunctionsMathematicalFunctions. byName(String name)static MathematicalFunctionsMathematicalFunctions. valueOf(String name)Returns the enum constant of this type with the specified name.static MathematicalFunctions[]MathematicalFunctions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-