The DemandTaskGeneratorIfc is an interface that dictates the functionality needed by the
org.cougaar.logistics.plugin.demand.DemandGeneratorPlugin . The Generator should extend the
DemandForcastModule for convenience and call super(DemandGeneratorPlugin).
The constructor of the Expander will take a single argument, a
reference to the plugin.
The Generator generates Supply tasks based on the based in ProjectSupply tasks.
See Also:DemandGeneratorPlugin See Also:DemandGeneratorModule