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

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
DeLiCluEntry, DirectoryEntry, LeafEntry, MkAppEntry<D>, MkCoPEntry<D>, MkMaxEntry<D>, MkTabEntry<D>, MTreeEntry<D>, SpatialEntry
All Known Implementing Classes:
AbstractDirectoryEntry, AbstractLeafEntry, DeLiCluDirectoryEntry, DeLiCluLeafEntry, MkAppDirectoryEntry, MkAppLeafEntry, MkCoPDirectoryEntry, MkCoPLeafEntry, MkMaxDirectoryEntry, MkMaxLeafEntry, MkTabDirectoryEntry, MkTabLeafEntry, MTreeDirectoryEntry, MTreeLeafEntry, SpatialDirectoryEntry, SpatialPointLeafEntry

public interface Entry
extends Externalizable

Defines the requirements for an entry in an index structure. An entry can represent a node or a data object.


Method Summary
 boolean isLeafEntry()
          Returns true if this entry is an entry in a leaf node (i.e. this entry represents a data object), false otherwise.
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

isLeafEntry

boolean isLeafEntry()
Returns true if this entry is an entry in a leaf node (i.e. this entry represents a data object), false otherwise.

Returns:
true if this entry is an entry in a leaf node, false otherwise

Release 0.4.0 (2011-09-20_1324)