Modifier and Type | Class and Description |
---|---|
class |
AbstractNode<E extends Entry>
Abstract superclass for nodes in an tree based index structure.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMTreeNode<O,D extends NumberDistance<D,?>,N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry>
Abstract super class for nodes in M-Tree variants.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkAppTreeNode<O,D extends NumberDistance<D,?>>
Represents a node in an MkApp-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkCoPTreeNode<O,D extends NumberDistance<D,?>>
Represents a node in an MkCop-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkMaxTreeNode<O,D extends NumberDistance<D,?>>
Represents a node in an
MkMaxTree . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkTabTreeNode<O,D extends NumberDistance<D,?>>
Represents a node in a MkMax-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
MTreeNode<O,D extends NumberDistance<D,?>>
Represents a node in an M-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRStarTreeNode<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
Abstract superclass for nodes in a R*-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
DeLiCluNode
Represents a node in a DeLiClu-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
RStarTreeNode
Represents a node in an R*-Tree.
|