Dock

constructor(parent: ModelElement, serviceTime: RVariableIfc = ConstantRV.ZERO, terminalAction: DockTerminalAction = DockTerminalAction.Store, name: String? = null)(source)

Parameters

parent

the model element that owns this dock (typically the ksl.modeling.supplychain.inventory.NetworkNodeIfc whose deliveryEndpoint slot this dock fills)

serviceTime

per-demand service time distribution; default ConstantRV.ZERO (degenerate to immediate pass-through)

terminalAction

what to do once service ends — default DockTerminalAction.Store

name

optional model-element name