xxl.indexStructures
Class ORTree.Node.SplitInfo

java.lang.Object
  |
  +--xxl.indexStructures.Tree.Node.SplitInfo
        |
        +--xxl.indexStructures.ORTree.Node.SplitInfo

public class ORTree.Node.SplitInfo
extends Tree.Node.SplitInfo


Field Summary
protected  Tree.Descriptor newDescriptor
           
 
Fields inherited from class xxl.indexStructures.Tree.Node.SplitInfo
path
 
Constructor Summary
ORTree.Node.SplitInfo(java.util.Stack path)
           
 
Method Summary
 ORTree.Node.SplitInfo initialize(Tree.Descriptor newDescriptor)
           
 Tree.Descriptor newDescriptor()
           
 
Methods inherited from class xxl.indexStructures.Tree.Node.SplitInfo
determineContainer, newNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newDescriptor

protected Tree.Descriptor newDescriptor
Constructor Detail

ORTree.Node.SplitInfo

public ORTree.Node.SplitInfo(java.util.Stack path)
Method Detail

initialize

public ORTree.Node.SplitInfo initialize(Tree.Descriptor newDescriptor)

newDescriptor

public Tree.Descriptor newDescriptor()