Activity Station
Models a simple delay.
A QObject may have an object that implements the GetValueIfc attached. If so, the current value from this object is used as the delay time at the station. If not attached, then the specified delay time for the station will be used. Thus, a processed QObject instance can bring its own delay time. In addition, a QObject may have a ListIterator
Parameters
the model element serving as this element's parent
the delay time at the station. The default is a 0.0 delay.
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.
the name of the station
Constructors
Properties
If set and the station does not use the qObject for determining the activity time, then the supplied function will be used.
If true, the instance will attempt to use the QObject that is experiencing the activity to determine the activity time by referencing the QObject's valueObject. If false (the default), the supplied activity time will be used