Lead Time Order Filler
Concrete OrderFillerAbstract that fills incoming orders by routing each demand on the order through an internal LeadTimeDemandFiller. Filled orders are shipped via orderShipper (if set) or immediately transition through ship -> deliver.
Parameters
the parent model element (typically a SupplyChainModel)
availability at the start of each replication
optional model-element name
See sc.inventorylayer.LeadTimeOrderFiller
Constructors
Types
Internal demand-filler used to route demands on incoming orders. Extends LeadTimeDemandFiller and also serves as the DemandFillerFinderIfc (returns this for every demand).
Properties
Functions
Register a lead-time distribution; delegates to the inner filler.
True if this filler can fill the item type of demand.
Fill a previously received order. Must be called at the same simulation time as the receipt.
Java's negotiate is a TODO stub returning null; preserved.