Package org.jpmml.evaluator.functions
Class ValueFunction
- java.lang.Object
-
- org.jpmml.evaluator.functions.AbstractFunction
-
- org.jpmml.evaluator.functions.UnaryFunction
-
- org.jpmml.evaluator.functions.ValueFunction
-
- All Implemented Interfaces:
Function,MissingValueTolerant
public abstract class ValueFunction extends UnaryFunction implements MissingValueTolerant
-
-
Constructor Summary
Constructors Constructor Description ValueFunction(java.lang.String name)
-
Method Summary
-
Methods inherited from class org.jpmml.evaluator.functions.UnaryFunction
evaluate, evaluate
-
Methods inherited from class org.jpmml.evaluator.functions.AbstractFunction
checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getAliases, getArgument, getName, getOptionalArgument, getRequiredArgument
-
-