de.lmu.ifi.dbs.elki.result.optics
Interface ClusterOrderEntry<D extends Distance<D>>

Type Parameters:
D - Distance type
All Known Implementing Classes:
DoubleDistanceClusterOrderEntry, GenericClusterOrderEntry

public interface ClusterOrderEntry<D extends Distance<D>>

Generic Cluster Order Entry Interface.


Method Summary
 DBID getID()
          Returns the object id of this entry.
 DBID getPredecessorID()
          Returns the id of the predecessor of this entry if this entry has a predecessor, null otherwise.
 D getReachability()
          Returns the reachability distance of this entry
 

Method Detail

getID

DBID getID()
Returns the object id of this entry.

Returns:
the object id of this entry

getPredecessorID

DBID getPredecessorID()
Returns the id of the predecessor of this entry if this entry has a predecessor, null otherwise.

Returns:
the id of the predecessor of this entry

getReachability

D getReachability()
Returns the reachability distance of this entry

Returns:
the reachability distance of this entry

Release 0.4.0 (2011-09-20_1324)