NWayStationSpec

@Serializable
data class NWayStationSpec(val name: String, val numQueues: Int, val activityTime: RVData, val capacity: Int = 1, val selection: QueueSelection = QueueSelection.PRIORITY, val routing: RoutingSpec? = null)(source)

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard