public interface AllocationResultDistributor extends AspectType(Code)
AllocationResultDistributor is a class which specifies how allocation results
should be distributed amongst 'parent' tasks of a Composition.
Distributes all aspect values amongst all parent tasks, divides COST and
QUANTITY aspects evenly among all parent tasks.
Distributes all AuxiliaryQueryTypes and data to all parent tasks.
See Also:org.cougaar.planning.ldm.plan.AllocationResult
calculate(Vector parents, AllocationResult aggregateAllocationResult) Calculate seperate AllocationResults for each parent task of
the Composition.
Parameters: parents - Vector of Parent Tasks. Parameters: aggregateAllocationResult - The allocationResult of the subtask.