|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
public class UpdateQueueElement
UpdateQueueElement.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 31, 2004
Time: 6:43:18 PM
$ Revision 1.4 $
| Constructor Summary | |
|---|---|
UpdateQueueElement(double priority,
java.lang.Object o,
java.lang.String objectKey)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getObject()
Returns the object |
java.lang.String |
getObjectKey()
Returns the key |
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 UpdateQueueElement(double priority,
java.lang.Object o,
java.lang.String objectKey)
| Method Detail |
|---|
public double getPriority()
public java.lang.Object getObject()
public java.lang.String getObjectKey()
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 | |||||||||