Uses of Interface
elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluEntry
-
Packages that use DeLiCluEntry Package Description elki.index.tree.spatial.rstarvariants.deliclu -
-
Uses of DeLiCluEntry in elki.index.tree.spatial.rstarvariants.deliclu
Classes in elki.index.tree.spatial.rstarvariants.deliclu that implement DeLiCluEntry Modifier and Type Class Description classDeLiCluDirectoryEntryDefines the requirements for a directory entry in an DeLiClu-Tree node.classDeLiCluLeafEntryDefines the requirements for a leaf entry in an DeLiClu-Tree node.Methods in elki.index.tree.spatial.rstarvariants.deliclu that return DeLiCluEntry Modifier and Type Method Description protected DeLiCluEntryDeLiCluTree. createNewDirectoryEntry(DeLiCluNode node)Creates a new directory entry representing the specified node.protected DeLiCluEntryDeLiCluTree. createRootEntry()Creates an entry representing the root node.Methods in elki.index.tree.spatial.rstarvariants.deliclu that return types with arguments of type DeLiCluEntry Modifier and Type Method Description elki.index.tree.IndexTreePath<DeLiCluEntry>DeLiCluTreeIndex. setHandled(elki.database.ids.DBIDRef id, O obj)Marks the specified object as handled and returns the path of node ids from the root to the objects's parent.Methods in elki.index.tree.spatial.rstarvariants.deliclu with parameters of type DeLiCluEntry Modifier and Type Method Description booleanDeLiCluNode. adjustEntry(DeLiCluEntry entry)it.unimi.dsi.fastutil.ints.IntSetDeLiCluTree. getExpanded(DeLiCluEntry entry)Returns the nodes which are already expanded with the specified node.voidDeLiCluTree. setExpanded(DeLiCluEntry entry1, DeLiCluEntry entry2)Marks the nodes with the specified ids as expanded.
-