ix.iplan
Class TechnicalPlanEvalManager

java.lang.Object
  extended by ix.iplan.PlanEvalManager
      extended by ix.iplan.TechnicalPlanEvalManager

public class TechnicalPlanEvalManager
extends PlanEvalManager


Nested Class Summary
static class TechnicalPlanEvalManager.ChecksimEval
           
static class TechnicalPlanEvalManager.IssueCountEval
           
static class TechnicalPlanEvalManager.LongestPathLengthEval
           
static class TechnicalPlanEvalManager.NodeCountEval
           
static class TechnicalPlanEvalManager.ObjectCountEval
           
static class TechnicalPlanEvalManager.ObjectUseEval
           
static class TechnicalPlanEvalManager.TaskDescriptionEval
           
 
Field Summary
protected  java.util.List planEvaluators
           
 
Constructor Summary
TechnicalPlanEvalManager()
           
 
Method Summary
 void addPlanEvaluators()
           
 
Methods inherited from class ix.iplan.PlanEvalManager
addPlanEvaluator, evalSafely, evaluatePlan, 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

TechnicalPlanEvalManager

public TechnicalPlanEvalManager()
Method Detail

addPlanEvaluators

public void addPlanEvaluators()
Overrides:
addPlanEvaluators in class PlanEvalManager