Package-level declarations
Types
Link copied to clipboard
open class Queue<T : ModelElement.QObject>(parent: ModelElement, name: String? = null, discipline: Queue.Discipline = Discipline.FIFO) : ModelElement, Iterable<T> , QueueCIfc<T>
The Queue class provides the ability to hold entities (QObjects) within the model.
Link copied to clipboard
Link copied to clipboard
This interface should be implemented by classes that need to be notified when an object gets enqueued or when the object gets removed (via removeNext()) on a queue