Class UpdateQueueElement
java.lang.Object
weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
- All Implemented Interfaces:
RevisionHandler
UpdateQueueElement.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 31, 2004
Time: 6:43:18 PM
$ Revision 1.4 $
- Version:
- $Revision: 1.3 $
- Author:
- Matthias Schubert (schubert@dbs.ifi.lmu.de), Zhanna Melnikova-Albrecht (melnikov@cip.ifi.lmu.de), Rainer Holzmann (holzmann@cip.ifi.lmu.de)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the objectReturns the keydouble
Returns the priority for this objectReturns the revision string.
-
Constructor Details
-
UpdateQueueElement
-
-
Method Details
-
getPriority
public double getPriority()Returns the priority for this object- Returns:
- priority
-
getObject
Returns the object- Returns:
-
getObjectKey
Returns the key- Returns:
- objectKey
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-