getQueue

This method returns the element that is returned by get() in the head of the queue.

Visibility
Public
Signature
virtual void getQueue(OMList<Concept>& list) const;
Parameters
list

The element returned by a get() in the head of the queue


Feedback