| org.cougaar.planning.ldm.plan.NewRoleSchedule
All known Subclasses: org.cougaar.planning.ldm.plan.RoleScheduleImpl,
NewRoleSchedule | public interface NewRoleSchedule extends RoleSchedule(Code) | | Allows a setter for newly created assets to set their available schedule
|
Method Summary | |
void | setAvailableSchedule(Schedule avschedule) SHOULD *ONLY* BE CALLED BY THE ASSET CREATOR or THE ASSETTRANSFER LP!
set the availableschedule
The AvailableSchedule represents the time period that this asset
is assigned to a agent for use. |
setAvailableSchedule | void setAvailableSchedule(Schedule avschedule)(Code) | | SHOULD *ONLY* BE CALLED BY THE ASSET CREATOR or THE ASSETTRANSFER LP!
set the availableschedule
The AvailableSchedule represents the time period that this asset
is assigned to a agent for use. It does not represent any usage
of this asset - that information is elsewhere in the RoleSchedule.
Parameters: avschedule - - the schedule that the asset is assigned or available to this agent |
|
|