| org.cougaar.logistics.plugin.demand.GenProjExpanderIfc
All known Subclasses: org.cougaar.logistics.plugin.demand.GenerateProjectionsExpander,
GenProjExpanderIfc | public interface GenProjExpanderIfc (Code) | | The GenProjExpanderIfc dictates the functionality needed by the
DemandForecastPlugin . The Expander should extend the
DemandForecastModule for convenience and call super(DemandForcastPlugin).
The constructor of the Expander will take a single argument, a
reference to the plugin.
|
Method Summary | |
void | expandGenerateProjections(Task gpTask, Schedule schedule, Asset asset, TimeSpan timespan) Expand the passed in GenerateProjectins task into the requisite ProjectSupply
tasks - one for each resource need of this MEI/Asset determined by the
BG associated with the passed in supplyPGClass. | void | updateAllocationResults(Collection planElements) Reflect new received results in the estimated results slot so that
AllocationResult notifications flow back to the root. |
expandGenerateProjections | void expandGenerateProjections(Task gpTask, Schedule schedule, Asset asset, TimeSpan timespan)(Code) | | Expand the passed in GenerateProjectins task into the requisite ProjectSupply
tasks - one for each resource need of this MEI/Asset determined by the
BG associated with the passed in supplyPGClass.
|
updateAllocationResults | void updateAllocationResults(Collection planElements)(Code) | | Reflect new received results in the estimated results slot so that
AllocationResult notifications flow back to the root.
Parameters: planElements - - Collection of PlanElements to check for updates. |
|
|