Request Q
constructor(parent: ModelElement, name: String? = null, discipline: Queue.Discipline = Discipline.FIFO)
Parameters
parent
containing model element
name
the name of the queue
discipline
the queue discipline for ordering the queue
containing model element
the name of the queue
the queue discipline for ordering the queue