The DetReqExpanderIfc is an interface that dictates the functionality needed by the
org.cougaar.logistics.plugin.demand.DemandForecastPlugin . The Expander should extend the
DemandForcastModule for convenience and call super(DemandForecastPlugin).
The constructor of the Expander will take a single argument, a
reference to the plugin.
See Also:DemandForecastPlugin See Also:DemandForecastModule
updateAllocationResults(Collection planElements) Reflect new received results in the estimated results slot so that
AllocationResult notifications flow back to the root.
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.