Uses of Interface
be.ac.ulg.montefiore.run.totem.util.PriorityQueueObjectInt

Packages that use PriorityQueueObjectInt
be.ac.ulg.montefiore.run.totem.repository.CSPF This package holds CSPF-related classes (various implementations of the CSPF algorithm is available). 
be.ac.ulg.montefiore.run.totem.util This package holds util classes used by other packages. 
 

Uses of PriorityQueueObjectInt in be.ac.ulg.montefiore.run.totem.repository.CSPF
 

Classes in be.ac.ulg.montefiore.run.totem.repository.CSPF that implement PriorityQueueObjectInt
 class BhandariElem
          Contains the Bhandari information This class is used to populate a priority queue structure and implement the PriorityQueueObject.
 

Uses of PriorityQueueObjectInt in be.ac.ulg.montefiore.run.totem.util
 

Fields in be.ac.ulg.montefiore.run.totem.util declared as PriorityQueueObjectInt
protected  PriorityQueueObjectInt[] PriorityQueue.heap
           
 

Methods in be.ac.ulg.montefiore.run.totem.util that return PriorityQueueObjectInt
 PriorityQueueObjectInt PriorityQueue.next()
          Get the object with the minimum key in the queue
 PriorityQueueObjectInt PriorityQueueIFInt.next()
          Gets the object with the minimum key in the queue
 PriorityQueueObjectInt PriorityQueue.removeNext()
          Removes and returns the next object from the queue
 PriorityQueueObjectInt PriorityQueueIFInt.removeNext()
          Removes and returns the next object from the queue
 

Methods in be.ac.ulg.montefiore.run.totem.util with parameters of type PriorityQueueObjectInt
 void PriorityQueue.add(PriorityQueueObjectInt elem)
          Adds an object to the queue.
 void PriorityQueueIFInt.add(PriorityQueueObjectInt elem)
          Adds an object to the queue.
protected  void PriorityQueue.remove(PriorityQueueObjectInt elem)
           
 void PriorityQueue.update(PriorityQueueObjectInt elem)
          Updates the Object with the same id in the queue Decreases the value of elem's key and then performs sift-down until elem has been relocated to the correct position in the binary heap.
 void PriorityQueueIFInt.update(PriorityQueueObjectInt elem)
          Updates the Object with the same id in the queue
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.