Package org.jpmml.evaluator.functions
Class LogicalFunction
- java.lang.Object
-
- org.jpmml.evaluator.functions.AbstractFunction
-
- org.jpmml.evaluator.functions.MultiaryFunction
-
- org.jpmml.evaluator.functions.LogicalFunction
-
- All Implemented Interfaces:
Function
public abstract class LogicalFunction extends MultiaryFunction
-
-
Constructor Summary
Constructors Constructor Description LogicalFunction(String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Booleanevaluate(Boolean left, Boolean right)FieldValueevaluate(List<FieldValue> arguments)Evaluates this function with the specified arguments.-
Methods inherited from class org.jpmml.evaluator.functions.AbstractFunction
getAliases, getName
-
-
-
-
Constructor Detail
-
LogicalFunction
public LogicalFunction(String name)
-
-
Method Detail
-
evaluate
public FieldValue evaluate(List<FieldValue> arguments)
Description copied from interface:FunctionEvaluates this function with the specified arguments.
-
-