DemandGeneratorSpec

constructor(node: String, itemTypeName: String, interArrival: RVSpec, name: String? = null, transportTime: RVSpec? = null, shipmentFormation: ShipmentFormationSpec? = null)(source)

Parameters

node

the NodeSpec.name where demand arrives

itemTypeName

the ItemSpec.name demanded

interArrival

inter-arrival time distribution

name

optional generator name

transportTime

transport time on the node → generator edge; null means immediate

shipmentFormation

per-edge formation toward this generator (requires the node to be formation-enabled)