| org.cougaar.planning.ldm.plan.PlanElementImpl org.cougaar.planning.ldm.plan.ExpansionImpl
serialVersionUID | final static long serialVersionUID(Code) | | |
ExpansionImpl | public ExpansionImpl()(Code) | | |
getSubTaskResults | public SubtaskResults getSubTaskResults()(Code) | | Called by an Expander Plugin to get the latest copy of the allocationresults
for each subtask.
Information is stored in a List which contains a SubTaskResult for each subtask.
Each of the SubTaskResult objects contain the following information:
Task - the subtask, boolean - whether the result changed,
AllocationResult - the result used by the aggregator for this sub-task.
The boolean indicates whether the AllocationResult changed since the
last time the collection was cleared by the plugin (which should be
the last time the plugin looked at the list).
List of SubTaskResultObjects one for each subtask |
getWorkflow | public Workflow getWorkflow()(Code) | | Workflow - Return the Workflow that represents the expansion of the task |
postRehydration | public void postRehydration(Logger logger)(Code) | | Fix an object once rehydration has completed.
This is used as a last-minute cleanup, in case the
object requires special deserialization work.
|
removingFromBlackboard | public void removingFromBlackboard(Subscriber s, boolean commit)(Code) | | |
|
|