NWay Station Spec
@Serializable
A multi-queue single-server-group station. Route to a specific input with the target syntax "name#index" (for example, "Assembly#0"). Its single output is given by routing.
Constructors
Link copied to clipboard
constructor(name: String, numQueues: Int, activityTime: RVData, capacity: Int = 1, selection: QueueSelection = QueueSelection.PRIORITY, routing: RoutingSpec? = null)