Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.index.tree.metrical
Interface MetricalEntry

All Superinterfaces:
Entry, Externalizable, Serializable
All Known Subinterfaces:
MkAppEntry<D,N>, MkCoPEntry<D,N>, MkMaxEntry<D>, MkTabEntry<D>, MTreeEntry<D>
All Known Implementing Classes:
MkAppDirectoryEntry, MkAppLeafEntry, MkCoPDirectoryEntry, MkCoPLeafEntry, MkMaxDirectoryEntry, MkMaxLeafEntry, MkTabDirectoryEntry, MkTabLeafEntry, MTreeDirectoryEntry, MTreeLeafEntry

public interface MetricalEntry
extends Entry

Marker interface for entries in a node of a metrical index.

Author:
Elke Achtert

Method Summary
 
Methods inherited from interface de.lmu.ifi.dbs.elki.index.tree.Entry
getID, isLeafEntry, setID
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 


Release 0.2 (2009-07-06_1820)