Terrier IR Platform
1.1.1

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

java.lang.Object
  extended by uk.ac.gla.terrier.structures.trees.BlockTreeNode

Deprecated.

public class BlockTreeNode
extends java.lang.Object

The binary tree node used by the BlockTree class.

Version:
$Revision: 1.12 $
Author:
Douglas Johnson
See Also:
BlockTree

Field Summary
 int blockFrequency
          Deprecated. The block frequency
 int blockId
          Deprecated. The block id
 BlockTreeNode left
          Deprecated. The left child of the node.
 BlockTreeNode right
          Deprecated. The right child of the node.
 
Constructor Summary
BlockTreeNode(int blockId)
          Deprecated. A constructor for a new node.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

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


right

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


blockId

public int blockId
Deprecated. 
The block id


blockFrequency

public int blockFrequency
Deprecated. 
The block frequency

Constructor Detail

BlockTreeNode

public BlockTreeNode(int blockId)
Deprecated. 
A constructor for a new node.

Parameters:
blockId - The blockid that this node is representing.

Terrier IR Platform
1.1.1

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