| org.cougaar.planning.ldm.plan.AssetAssignment
All known Subclasses: org.cougaar.planning.ldm.plan.AssetAssignmentImpl,
AssetAssignment | public interface AssetAssignment extends PlanningDirective(Code) | | AssetAssignment Interface identifies those method signatures associated
with AssetAssignment PlanningDirectives.
|
getAsset | Asset getAsset()(Code) | | Answer with the Asset to be assigned by this PlanningDirective.
org.cougaar.planning.ldm.asset.Asset |
getAssignee | Asset getAssignee()(Code) | | Answer with the Asset to receive the assigned Asset
org.cougaar.planning.ldm.asset.Asset |
getSchedule | Schedule getSchedule()(Code) | | Returns the schedule or time frame for this asset to be assigned.
Schedule associated with this asset. |
isRepeat | boolean isRepeat()(Code) | | true IF this may be a repeat message. |
isUpdate | boolean isUpdate()(Code) | | true IFF this is an update message. |
|
|