Terrier IR Platform
1.1.1

uk.ac.gla.terrier.structures.trees
Class BlockLexiconTreeNode

java.lang.Object
  extended by uk.ac.gla.terrier.structures.trees.TreeNode
      extended by uk.ac.gla.terrier.structures.trees.BlockLexiconTreeNode
All Implemented Interfaces:
java.lang.Comparable<TreeNode>

Deprecated.

public class BlockLexiconTreeNode
extends TreeNode

The tree node used when building a lexicon with block information.

Version:
$Revision: 1.11 $
Author:
Douglas Johnson

Field Summary
 BlockLexiconTreeNode left
          Deprecated. The left child of the node.
 BlockLexiconTreeNode right
          Deprecated. The right child of the node.
 
Fields inherited from class uk.ac.gla.terrier.structures.trees.TreeNode
frequency, term, termCode
 
Constructor Summary
BlockLexiconTreeNode(java.lang.String newTerm, int blockFrequency)
          Deprecated. Constructs a tree node for a given term and the specified frequency within a block.
 
Method Summary
 
Methods inherited from class uk.ac.gla.terrier.structures.trees.TreeNode
compareTo, equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public BlockLexiconTreeNode left
Deprecated. 
The left child of the node.


right

public BlockLexiconTreeNode right
Deprecated. 
The right child of the node.

Constructor Detail

BlockLexiconTreeNode

public BlockLexiconTreeNode(java.lang.String newTerm,
                            int blockFrequency)
Deprecated. 
Constructs a tree node for a given term and the specified frequency within a block.

Parameters:
newTerm - the term
blockFrequency - the block frequency

Terrier IR Platform
1.1.1

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