singleQStation

fun singleQStation(name: String, activityTime: RVariableIfc = ConstantRV.ZERO, capacity: Int = 1, nextReceiver: QObjectReceiverIfc = NotImplementedReceiver): SingleQStation(source)

Creates a SingleQStation (single queue, simple resource) parented to the network and registered under name.

Parameters

name

the node name, unique within the network

activityTime

the processing time at the station

capacity

the capacity of the station's resource

nextReceiver

the receiver of processed instances; may be wired later