QObject Ifc
Properties
The time that the QObject was created
For use within the station package. Tracks the current receiver
The current simulation time. Attached to the queue object for convenience of checking time outside of model element instances.
Indicates if the QObject is not currently queued
An attribute to denote the type of queue object. Useful when the only thing that distinguishes subtypes is an integer value. For example, this could be randomly assigned.
This method can be used to get direct access to the State that represents when the object was queued. This allows access to the total time in the queued state as well as other statistical accumulation of state statistics
For use within the station package. Tracks the current sender
The time that the QObject was LAST enqueued
The time that the QObject LAST exited a queue
The time that the QObject spent in the Queue based on the LAST time dequeued
An object that promises to produce a value. Can be used to carry a general value with the queue object.