Order Generator
constructor(supplyChainModel: SupplyChainModel, orderCreator: OrderCreatorIfc? = null, timeUntilFirstRV: RVariableIfc, timeBtwEventsRV: RVariableIfc, maxNumberOfEvents: Long = Long.MAX_VALUE, timeOfTheLastEvent: Double = Double.POSITIVE_INFINITY, name: String? = null)(source)
Parameters
supply Chain Model
the supply-chain model whose order/demand factories are used
order Creator
strategy that builds the order at each event
time Until First RV
time until the first generation event
time Btw Events RV
time between subsequent generation events
max Number Of Events
maximum number of events to generate
time Of The Last Event
simulation time at which to stop generating
name
optional model-element name
See sc.inventorylayer.OrderGenerator