Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.trees.TreeNode

Packages that use TreeNode
uk.ac.gla.terrier.structures.trees Provides basic binary tree implementations that are used during indexing of documents. 
 

Uses of TreeNode in uk.ac.gla.terrier.structures.trees
 

Subclasses of TreeNode in uk.ac.gla.terrier.structures.trees
 class BlockFieldDocumentTreeNode
          Deprecated.  
 class BlockLexiconTreeNode
          Deprecated.  
 class FieldDocumentTreeNode
          Deprecated.  
 class TermTreeNode
          Deprecated.  
 

Fields in uk.ac.gla.terrier.structures.trees declared as TreeNode
 TreeNode TreeNode.left
          Deprecated. The left child of the node.
 TreeNode TreeNode.right
          Deprecated. The right child of the node.
 

Methods in uk.ac.gla.terrier.structures.trees that return TreeNode
 TreeNode LexiconTree.insert(java.lang.String newTerm)
          Deprecated. Inserts a new term in the lexicon binary tree.
 TreeNode[] DocumentTree.toArray()
          Deprecated. Returns an array of the term nodes of the tree.
 

Methods in uk.ac.gla.terrier.structures.trees with parameters of type TreeNode
 int TreeNode.compareTo(TreeNode TN1)
          Deprecated. Compares the term code of a given tree node with the term code of itself.
 void LexiconTree.insertBuffer(TreeNode[] buffer)
          Deprecated. Inserts to the tree the terms contained in the buffer.
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow