|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueueElement
public class PriorityQueueElement
PriorityQueueElement.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 31, 2004
Time: 6:43:18 PM
$ Revision 1.4 $
Constructor Summary | |
---|---|
PriorityQueueElement(double priority,
java.lang.Object o)
|
Method Summary | |
---|---|
java.lang.Object |
getObject()
Returns the object |
double |
getPriority()
Returns the priority for this object |
java.lang.String |
getRevision()
Returns the revision string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PriorityQueueElement(double priority, java.lang.Object o)
Method Detail |
---|
public double getPriority()
public java.lang.Object getObject()
public java.lang.String getRevision()
getRevision
in interface RevisionHandler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |