public interface RefillProjectionGeneratorModule (Code)
The RefillProjectionGeneratorModule dictates the functionality needed by the
InventoryPlugin . The RefillProjectionGenerator should extend the
InventoryModule for convenience and call super(InventoryPlugin).
The constructor of the RefillProjectionGenerator will take a single argument, a
reference to the plugin.
void calculateRefillProjections(Collection touchedInventories, int daysOnHand, long endOfLevelSix, long endOfLevelTwo, ComparatorModule theComparator)(Code)