ch.ethz.mxquery.sms.ftstore
Class TrieNode
java.lang.Object
ch.ethz.mxquery.sms.ftstore.TrieNode
public class TrieNode
- extends java.lang.Object
Implementation of a Node in a Trie
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
children
public TrieNode[] children
abbrevation
public boolean abbrevation
pos
public java.util.Vector pos
word
public boolean word
TrieNode
public TrieNode()
setBool
public void setBool()
addPos
public void addPos(java.lang.String pos)
getPos
public java.util.Vector getPos()
setWord
public void setWord()
getChildren
public TrieNode[] getChildren()
buildTrie
public TrieNode buildTrie(char letter)
getChild
public TrieNode getChild(char letter)
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich