de.lmu.ifi.dbs.elki.index.tree
Interface LeafEntry

All Superinterfaces:
Entry, Externalizable, Serializable
All Known Implementing Classes:
AbstractLeafEntry, DeLiCluLeafEntry, MkAppLeafEntry, MkCoPLeafEntry, MkMaxLeafEntry, MkTabLeafEntry, MTreeLeafEntry, SpatialPointLeafEntry

public interface LeafEntry
extends Entry

Leaf entry


Method Summary
 DBID getDBID()
          Get the DBID of this leaf entry.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.index.tree.Entry
isLeafEntry
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getDBID

DBID getDBID()
Get the DBID of this leaf entry.


Release 0.4.0 (2011-09-20_1324)