| org.cougaar.planning.ldm.plan.NewPlanElement
All known Subclasses: org.cougaar.planning.ldm.plan.PlanElementImpl,
NewPlanElement | public interface NewPlanElement extends PlanElement(Code) | | NewPlanElement Interface
provides setter methods to build a PlanElement object
|
resetTask | void resetTask(Task t)(Code) | | Sets the Task of the PlanElement. This differs from setTask
in that it is expected that the PlanElement is already attached
to a Task so the Task and PlanElement are rewired accordingly.
Parameters: t - - The new Task that the PlanElement is referencing. |
setPlan | void setPlan(Plan p)(Code) | | Parameters: p - - Set the Plan associated with the PlanElement. |
setTask | void setTask(Task t)(Code) | | This sets the Task of the PlanElement.
Parameters: t - - The Task that the PlanElement is referencing. |
|
|