ActivityStation

constructor(parent: ModelElement, activityTime: RVariableIfc = ConstantRV.ZERO, nextReceiver: QObjectReceiverIfc = NotImplementedReceiver, name: String? = null)(source)

Parameters

parent

the model element serving as this element's parent

activityTime

the delay time at the station. The default is a 0.0 delay.

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