| org.cougaar.planning.ldm.plan.TaskResponse
All known Subclasses: org.cougaar.planning.ldm.plan.TaskResponseImpl,
TaskResponse | public interface TaskResponse extends PlanningDirective(Code) | | TaskResponse interface is the base interface of responses to a task
that was sent to an agent and serves to identify the task. The
Notification and Deletion responses extend this interface.
|
Method Summary | |
UID | getChildTaskUID() Get the child task's UID that was disposed. | UID | getTaskUID() Returns the task the response is in reference to (the parent
task). |
getChildTaskUID | UID getChildTaskUID()(Code) | | Get the child task's UID that was disposed. It's parent task is
identified by getTaskUID(); Useful for keeping track of which
subtask of an Expansion caused the re-aggregation of the
Expansion's reported allocationresult.
UID |
getTaskUID | UID getTaskUID()(Code) | | Returns the task the response is in reference to (the parent
task).
Task |
|
|