|
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.TreeNode
uk.ac.gla.terrier.structures.trees.BlockLexiconTreeNode
public class BlockLexiconTreeNode
The tree node used when building a lexicon with block information.
| 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 |
|---|
public BlockLexiconTreeNode left
public BlockLexiconTreeNode right
| Constructor Detail |
|---|
public BlockLexiconTreeNode(java.lang.String newTerm,
int blockFrequency)
newTerm - the termblockFrequency - the block frequency
|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||