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(String name)
-
Method Summary
-
Methods inherited from class org.jpmml.evaluator.functions.UnaryFunction
evaluate, evaluate
-
Methods inherited from class org.jpmml.evaluator.functions.AbstractFunction
getAliases, getName
-
-
-
-
Constructor Detail
-
ValueFunction
public ValueFunction(String name)
-
-