ix.iplan
Class PlanEvalManager

java.lang.Object
  extended by ix.iplan.PlanEvalManager
Direct Known Subclasses:
TechnicalPlanEvalManager

public class PlanEvalManager
extends java.lang.Object


Field Summary
protected  java.util.List planEvaluators
           
 
Constructor Summary
PlanEvalManager()
           
 
Method Summary
 void addPlanEvaluator(PlanEvaluator e)
           
 void addPlanEvaluators()
           
 PlanEvaluation evalSafely(PlanEvaluator e, Ip2 ip2, java.lang.String optionName)
           
 java.util.Map evaluatePlan(Ip2 ip2, java.lang.String optionName)
           
 java.util.List getPlanEvaluators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

planEvaluators

protected java.util.List planEvaluators
Constructor Detail

PlanEvalManager

public PlanEvalManager()
Method Detail

addPlanEvaluator

public void addPlanEvaluator(PlanEvaluator e)

getPlanEvaluators

public java.util.List getPlanEvaluators()

evaluatePlan

public java.util.Map evaluatePlan(Ip2 ip2,
                                  java.lang.String optionName)

evalSafely

public PlanEvaluation evalSafely(PlanEvaluator e,
                                 Ip2 ip2,
                                 java.lang.String optionName)

addPlanEvaluators

public void addPlanEvaluators()