NWayStation

constructor(parent: ModelElement, numQueues: Int, activityTime: RVariableIfc, capacity: Int = 1, selectionRule: NWayQueueSelectionRuleIfc = PriorityQueueSelection(), nextReceiver: QObjectReceiverIfc = NotImplementedReceiver, name: String? = null)(source)

Parameters

parent

the model element serving as this station's parent

numQueues

the number of input queues (>= 1)

activityTime

the service-time distribution

capacity

the number of server units (>= 1)

selectionRule

the cross-queue selection rule (default: strict priority by index)

nextReceiver

where processed instances go next

name

the name of the station