Uses of Class
net.didion.jwnl.data.Word

Packages that use Word
net.didion.jwnl.data Classes for extracting and containing data from the dictionary. 
net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations. 
 

Uses of Word in net.didion.jwnl.data
 

Subclasses of Word in net.didion.jwnl.data
 class Adjective
          An Adjective is a Word that can have an adjective position.
 class Verb
          A Verb is a subclass of Word that can have 1 or more VerbFrames (use cases of the verb).
 

Methods in net.didion.jwnl.data that return Word
 Word SynsetProxy.getWord(int index)
           
 Word Synset.getWord(int index)
           
 Word[] SynsetProxy.getWords()
           
 Word[] Synset.getWords()
           
 

Constructors in net.didion.jwnl.data with parameters of type Word
Synset(POS pos, long offset, Word[] words, Pointer[] pointers, java.lang.String gloss, java.util.BitSet verbFrames)
           
Synset(POS pos, long offset, Word[] words, Pointer[] pointers, java.lang.String gloss, java.util.BitSet verbFrames, boolean isAdjectiveCluster)
          Deprecated.  
 

Uses of Word in net.didion.jwnl.data.list
 

Methods in net.didion.jwnl.data.list that return Word
 Word PointerTargetNode.getWord()
          If the target is a word, return it, otherwise return null.