ActivityStation

constructor(parent: ModelElement, activityTime: RandomIfc, nextReceiver: QObjectReceiverIfc = NotImplementedReceiver, name: String? = null)

Parameters

parent

the model element serving as this element's parent

activityTime

the delay time at the station

nextReceiver

the receiving location that will receive the processed qObjects once the processing has been completed. A default of null, indicates that there is no receiver. If no receiver is present, the processed qObject are sent silently nowhere.

name

the name of the station