Package org.jpmml.evaluator.functions
Class RoundingFunction
- java.lang.Object
-
- org.jpmml.evaluator.functions.AbstractFunction
-
- org.jpmml.evaluator.functions.UnaryFunction
-
- org.jpmml.evaluator.functions.MathFunction
-
- org.jpmml.evaluator.functions.RoundingFunction
-
- All Implemented Interfaces:
Function
public abstract class RoundingFunction extends MathFunction
-
-
Constructor Summary
Constructors Constructor Description RoundingFunction(String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Integerevaluate(Number value)FieldValueevaluate(FieldValue value)-
Methods inherited from class org.jpmml.evaluator.functions.UnaryFunction
evaluate
-
Methods inherited from class org.jpmml.evaluator.functions.AbstractFunction
getAliases, getName
-
-
-
-
Constructor Detail
-
RoundingFunction
public RoundingFunction(String name)
-
-
Method Detail
-
evaluate
public abstract Integer evaluate(Number value)
- Specified by:
evaluatein classMathFunction
-
evaluate
public FieldValue evaluate(FieldValue value)
- Overrides:
evaluatein classMathFunction
-
-