xxl.indexStructures
Class Tree.Node.SplitInfo

java.lang.Object
  |
  +--xxl.indexStructures.Tree.Node.SplitInfo
Direct Known Subclasses:
ORTree.Node.SplitInfo

public class Tree.Node.SplitInfo
extends java.lang.Object

SplitInfo contains information on a split. The enclosing Object of this SplitInfo-Object (i.e. Node.this) is the new node that was created by the split.


Field Summary
 java.util.Stack path
          The path including the split node.
 
Constructor Summary
Tree.Node.SplitInfo(java.util.Stack path)
          Creates a new SplitInfo.
 
Method Summary
 Container determineContainer()
           
 Tree.Node newNode()
          Returns the enclosing Object (i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public java.util.Stack path
The path including the split node.
Constructor Detail

Tree.Node.SplitInfo

public Tree.Node.SplitInfo(java.util.Stack path)
Creates a new SplitInfo.
Method Detail

newNode

public Tree.Node newNode()
Returns the enclosing Object (i.e. Node.this: the node that was created by the split).

determineContainer

public Container determineContainer()