Uses of Class
ucot.parser.Word

Packages that use Word
ucot.parser   
 

Uses of Word in ucot.parser
 

Fields in ucot.parser declared as Word
private  Word Link.to
           
 

Fields in ucot.parser with type parameters of type Word
private  java.util.List<Word> Sentence.words
           
 

Methods in ucot.parser that return Word
 Word Word.getLinked(java.lang.String name)
           
 Word Link.getTo()
           
 

Methods in ucot.parser that return types with arguments of type Word
 java.util.List<Word> Sentence.getWords()
           
 

Methods in ucot.parser with parameters of type Word
 void Sentence.addWord(Word w)
           
 void Link.setTo(Word to)
           
 

Constructors in ucot.parser with parameters of type Word
Link(java.lang.String name, Word to)