Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.utilities
Interface Identifiable

All Known Implementing Classes:
CASHInterval, ClusterOrderEntry, DefaultIdentifiable, DeLiClu.SpatialObjectPair, OPTICS.COEntry

public interface Identifiable

Defines the requirements 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.
 

Method Detail

getID

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

Returns:
the unique id of this object

Release 0.2.1 (2009-07-13_1605)