Uses of Class
mtree.InternalNode

Packages that use InternalNode
mtree   
mtree.utils   
 

Uses of InternalNode in mtree
 

Methods in mtree that return InternalNode
 InternalNode NodeEntry.getNode()
          Returns the node in which this node entry is stored.
 InternalNode Node.getParentNode()
          Returns the parent node of this node.
 

Methods in mtree with parameters of type InternalNode
protected  void MTree.processNode(InternalNode node, SearchQueue queue, java.util.Map<messif.objects.LocalAbstractObject,java.lang.Float> pd, messif.objects.LocalAbstractObject queryObject, float radius)
          Process an internal node from M-Tree queue.
 void NodeEntry.setNode(InternalNode n)
          Sets the node in which this node entry is stored.
 

Constructors in mtree with parameters of type InternalNode
NodeEntry(InternalNode n, messif.objects.LocalAbstractObject o, Node subtree, NodeEntry.HREntry[] hr)
          Constructors
 

Uses of InternalNode in mtree.utils
 

Methods in mtree.utils that return types with arguments of type InternalNode
static java.util.List<InternalNode> Search.findLastInternalNodes(Node n)
          Looks for all internal nodes with node level 1 (descendants are leaves).