Inventory Holding Point
Concrete InventoryHolderAbstract that holds Inventory instances and delegates incoming demands to them by ItemType. Filled demands are shipped via demandCarrier (if set) or transitioned immediately through ship → deliver.
See sc.inventorylayer.InventoryHoldingPoint
Constructors
Properties
Delivery endpoint for incoming demands. Default ksl.modeling.supplychain.flow.PassThroughStorageEndpoint — immediate store(). Replace with a Dock to model unload time.
Functions
Fill a previously received demand. Must be called at the same simulation time as the receipt — no time may elapse between receive and fillDemand.
Hook fired when an internal inventory fills the demand.
If demandPreparer is set, asks it to prepare; otherwise no-op.
Subclasses define how demands are received and filled.
Hands off to demandCarrier or transitions through ship+deliver.