org.jpmml.evaluator
Class EvaluationContext

java.lang.Object
  extended by org.jpmml.evaluator.EvaluationContext
Direct Known Subclasses:
ModelManagerEvaluationContext

public abstract class EvaluationContext
extends Object


Constructor Summary
EvaluationContext(Map<FieldName,?> parameters)
           
 
Method Summary
 Object getParameter(FieldName name)
           
 Map<FieldName,?> getParameters()
           
abstract  DerivedField resolve(FieldName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationContext

public EvaluationContext(Map<FieldName,?> parameters)
Method Detail

resolve

public abstract DerivedField resolve(FieldName name)

getParameter

public Object getParameter(FieldName name)

getParameters

public Map<FieldName,?> getParameters()


Copyright © 2013 University of Tartu. All Rights Reserved.