Package org.jpmml.evaluator
Class DefineFunctionEvaluationContext
- java.lang.Object
-
- org.jpmml.evaluator.EvaluationContext
-
- org.jpmml.evaluator.DefineFunctionEvaluationContext
-
public class DefineFunctionEvaluationContext extends EvaluationContext
-
-
Field Summary
-
Fields inherited from class org.jpmml.evaluator.EvaluationContext
DERIVEDFIELD_GUARD_PROVIDER, FUNCTION_GUARD_PROVIDER
-
-
Constructor Summary
Constructors Constructor Description DefineFunctionEvaluationContext(org.dmg.pmml.DefineFunction defineFunction, EvaluationContext parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dmg.pmml.DefineFunctiongetDefineFunction()EvaluationContextgetParent()FieldValueprepare(String name, Object value)-
Methods inherited from class org.jpmml.evaluator.EvaluationContext
addWarning, declare, declareAggregated, declareInternal, declareLagged, evaluate, evaluateAggregated, evaluateLagged, getValues, getWarnings, lookup
-
-
-
-
Constructor Detail
-
DefineFunctionEvaluationContext
public DefineFunctionEvaluationContext(org.dmg.pmml.DefineFunction defineFunction, EvaluationContext parent)
-
-
Method Detail
-
prepare
public FieldValue prepare(String name, Object value)
-
getDefineFunction
public org.dmg.pmml.DefineFunction getDefineFunction()
-
getParent
public EvaluationContext getParent()
-
-