Uses of Interface
ix.iplan.PlanEvaluation

Packages that use PlanEvaluation
ix.iplan The I-X planner. 
 

Uses of PlanEvaluation in ix.iplan
 

Classes in ix.iplan that implement PlanEvaluation
 class ChecksimPlanEvaluation
          A plan-evaluation that runs the plan-checking simulator.
 class ErrorPlanEvaluation
           
 class SimplePlanEvaluation
           
 

Methods in ix.iplan that return PlanEvaluation
 PlanEvaluation PlanEvalManager.evalSafely(PlanEvaluator e, Ip2 ip2, java.lang.String optionName)
           
 PlanEvaluation TechnicalPlanEvalManager.TaskDescriptionEval.evaluatePlan(Ip2 ip2, java.lang.String optName)
           
 PlanEvaluation TechnicalPlanEvalManager.IssueCountEval.evaluatePlan(Ip2 ip2, java.lang.String optName)
           
 PlanEvaluation TechnicalPlanEvalManager.NodeCountEval.evaluatePlan(Ip2 ip2, java.lang.String optName)
           
 PlanEvaluation TechnicalPlanEvalManager.LongestPathLengthEval.evaluatePlan(Ip2 ip2, java.lang.String optName)
           
 PlanEvaluation TechnicalPlanEvalManager.ObjectUseEval.evaluatePlan(Ip2 ip2, java.lang.String optName)
           
 PlanEvaluation TechnicalPlanEvalManager.ObjectCountEval.evaluatePlan(Ip2 ip2, java.lang.String optName)
           
 PlanEvaluation TechnicalPlanEvalManager.ChecksimEval.evaluatePlan(Ip2 ip2, java.lang.String optName)
           
abstract  PlanEvaluation PlanEvaluator.evaluatePlan(Ip2 ip2, java.lang.String optionName)
           
 PlanEvaluation IPlanOptionManager.Opt.getPlanEvaluation(PlanEvaluator e)
           
 

Methods in ix.iplan with parameters of type PlanEvaluation
(package private)  java.lang.String IPlanOptionTool.OptionMatrix.makeDetailsLink(PlanEvaluation val)
           
(package private)  java.lang.String IPlanOptionTool.OptionMatrix.makeDetailsURL(PlanEvaluation val)