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

All Superinterfaces:
Entry, Externalizable, Serializable
All Known Implementing Classes:
AbstractDirectoryEntry, DeLiCluDirectoryEntry, MkAppDirectoryEntry, MkCoPDirectoryEntry, MkMaxDirectoryEntry, MkTabDirectoryEntry, MTreeDirectoryEntry, SpatialDirectoryEntry

public interface DirectoryEntry
extends Entry

Directory Entry


Method Summary
 Integer getEntryID()
          Returns the id of the node or data object that is represented by this entry.
 Integer getPageID()
          Get the page ID 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

getEntryID

Integer getEntryID()
Returns the id of the node or data object that is represented by this entry.

Returns:
the id of the node or data object that is represented by this entry

getPageID

Integer getPageID()
Get the page ID of this leaf entry.


Release 0.4.0 (2011-09-20_1324)