NWay Station
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
num Queues
the number of input queues (>= 1)
activity Time
the service-time distribution
capacity
the number of server units (>= 1)
selection Rule
the cross-queue selection rule (default: strict priority by index)
next Receiver
where processed instances go next
name
the name of the station