Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.utilities
Interface Identifiable<O>

All Superinterfaces:
Comparable<Identifiable<O>>
All Known Implementing Classes:
CASHInterval, ClusterOrderEntry, DefaultIdentifiable, DeLiClu.SpatialObjectPair, OPTICS.COEntry

public interface Identifiable<O>
extends Comparable<Identifiable<O>>

Defines the requiremnts for objects that are identifiable, i.e. objects which have an unique id.

Author:
Elke Achtert

Method Summary
 Integer getID()
          Returns the unique id of this object.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getID

Integer getID()
Returns the unique id of this object.

Returns:
the unique id of this object

Release 0.1 (2008-07-10_1838)