getInverseQueue

This method returns the element that will be returned by get() in the tail of the queue.

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

The element that will be returned by get() in the tail of the queue


Feedback