nWayStation

fun nWayStation(name: String, numQueues: Int, activityTime: RVariableIfc, capacity: Int = 1, selectionRule: NWayQueueSelectionRuleIfc = PriorityQueueSelection(), nextReceiver: QObjectReceiverIfc = NotImplementedReceiver): NWayStation(source)

Creates an NWayStation (several input queues sharing one server group), parented to the network and registered under name. Wire upstream nodes to the station's NWayStation.input endpoints.