Package org.jpmml.evaluator
Class JavaExpression
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Expression
-
- org.jpmml.evaluator.JavaExpression
-
- All Implemented Interfaces:
java.io.Serializable,org.dmg.pmml.HasLocator,org.dmg.pmml.Visitable
public abstract class JavaExpression extends org.dmg.pmml.Expression- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaExpression()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.dmg.pmml.VisitorActionaccept(org.dmg.pmml.Visitor visitor)abstract FieldValueevaluate(EvaluationContext context)
-
-
-
Method Detail
-
evaluate
public abstract FieldValue evaluate(EvaluationContext context)
-
accept
public org.dmg.pmml.VisitorAction accept(org.dmg.pmml.Visitor visitor)
-
-