be.ac.ulg.montefiore.run.totem.util
Interface PriorityQueueObject

All Known Implementing Classes:
CSPFElem

public interface PriorityQueueObject

Interface that describes the required methods of the elem in a priority queue

Creation date: 05-Jan.-2004

Author:
Fabian Skivee (skivee@run.montefiore.ulg.ac.be)

Method Summary
 java.lang.String getId()
          Gets the id of the object
 float getKey()
          Gets the key of the object
 

Method Detail

getId

java.lang.String getId()
Gets the id of the object

Returns:
the object's id

getKey

float getKey()
Gets the key of the object

Returns:
the object's key


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