single QStation
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
activity Time
the processing time at the station
capacity
the capacity of the station's resource
next Receiver
the receiver of processed instances; may be wired later