BlockingStation

constructor(parent: ModelElement, bufferCapacity: Int, activityTime: RVariableIfc, nextReceiver: QObjectReceiverIfc = NotImplementedReceiver, name: String? = null)(source)

Parameters

parent

the model element serving as this station's parent

bufferCapacity

the maximum number of instances the station may hold (>= 1)

activityTime

the service-time distribution

nextReceiver

where processed instances are pushed

name

the name of the station