|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.gla.terrier.structures.trees.BlockTreeNode
public class BlockTreeNode
The binary tree node used by the BlockTree class.
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 |
|---|
public BlockTreeNode left
public BlockTreeNode right
public int blockId
public int blockFrequency
| Constructor Detail |
|---|
public BlockTreeNode(int blockId)
blockId - The blockid that this node is representing.
|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||