The main reason for having a separate node in a plan tree for steps (instead of having TaskPlans directly as children of DecompositionPlans) is because performing a step may require performing a task multiple times. @author Dan Schulman @version $Id: StepPlan.java 458 2009-06-05 20:08:52Z schulman $ @see DecompositionPlan @see Role.Step
|
|