Queue
constructor(parent: ModelElement, name: String? = null, discipline: Queue.Discipline = Discipline.FIFO)
Parameters
parent
its parent
name
The name of the queue
discipline
The queuing discipline to be followed
its parent
The name of the queue
The queuing discipline to be followed