| org.cougaar.planning.ldm.plan.NewTaskResponse
All known Subclasses: org.cougaar.planning.ldm.plan.TaskResponseImpl,
Method Summary | |
void | setChildTaskUID(UID thechildUID) Sets the child task's UID that was disposed. | void | setTaskUID(UID uid) Sets the task the notification is in reference to.
Parameters: uid - The UID of the Task to be referenced in the Notification. |
setChildTaskUID | void setChildTaskUID(UID thechildUID)(Code) | | Sets the child task's UID that was disposed. It's parent task is getTask();
Useful for keeping track of which subtask of an Expansion caused
the re-aggregation of the Expansion's reported allocationresult.
Parameters: thechildUID - |
setTaskUID | void setTaskUID(UID uid)(Code) | | Sets the task the notification is in reference to.
Parameters: uid - The UID of the Task to be referenced in the Notification. |
|
|