| org.cougaar.planning.ldm.plan.NewSchedule
All known Subclasses: org.cougaar.planning.ldm.plan.ScheduleImpl,
NewSchedule | public interface NewSchedule extends Schedule(Code) | | NewSchedule adds mutator methods to any Schedule.
It is a real bad idea to change schedules unless you are the
"owner" of a schedule (e.g. you actually created it).
This API does no type checking of elements.
|
addScheduleElement | void addScheduleElement(ScheduleElement aScheduleElement)(Code) | | add a scheduleElement to the schedule. *
|
clearScheduleElements | void clearScheduleElements()(Code) | | remove all schedule elements from the schedule *
|
removeScheduleElement | void removeScheduleElement(ScheduleElement aScheduleElement)(Code) | | remove a scheduleElement from the schedule. *
|
|
|