Uses of Interface
edu.mit.jwi.item.IWord

Packages that use IWord
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of IWord in edu.mit.jwi
 

Fields in edu.mit.jwi with type parameters of type IWord
protected  java.util.Map<ISenseKey,IWord> CachingDictionary.ItemCache.keyCache
           
protected  java.util.Map<ISenseKey,IWord> RAMDictionary.DictionaryData.words
           
 

Methods in edu.mit.jwi that return IWord
 IWord RAMDictionary.getWord(ISenseKey key)
           
 IWord IDictionary.getWord(ISenseKey key)
          Retrieves the word with the specified sense key from the database.
 IWord DataSourceDictionary.getWord(ISenseKey key)
           
 IWord CachingDictionary.getWord(ISenseKey key)
           
 IWord RAMDictionary.getWord(IWordID id)
           
 IWord IDictionary.getWord(IWordID id)
          Retrieves the word with the specified id from the database.
 IWord DataSourceDictionary.getWord(IWordID id)
           
 IWord CachingDictionary.getWord(IWordID id)
           
protected  IWord RAMDictionary.DictionaryData.makeWord(ISynset newSynset, ISynset oldSynset, IWord old)
          Creates a new word object that replaces all the old internal IWordID objects with those from the denoted words, thus throwing away redundant word ids.
 IWord ICachingDictionary.IItemCache.retrieveWord(ISenseKey key)
          Retrieves the word identified by the specified sense key.
 IWord CachingDictionary.ItemCache.retrieveWord(ISenseKey key)
           
 IWord RAMDictionary.DictionaryData.WordBuilder.toWord(ISynset synset)
           
 

Methods in edu.mit.jwi with parameters of type IWord
 void ICachingDictionary.IItemCache.cacheWordByKey(IWord word)
          Caches the specified word, indexed by its sense key.
 void CachingDictionary.ItemCache.cacheWordByKey(IWord word)
           
protected  IWord RAMDictionary.DictionaryData.makeWord(ISynset newSynset, ISynset oldSynset, IWord old)
          Creates a new word object that replaces all the old internal IWordID objects with those from the denoted words, thus throwing away redundant word ids.
 

Constructors in edu.mit.jwi with parameters of type IWord
RAMDictionary.DictionaryData.WordBuilder(ISynset oldSynset, IWord oldWord)
          Constructs a new word builder object out of the specified old synset and word.
 

Uses of IWord in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement IWord
 class Word
          Default implementation of the IWord interface.
 

Methods in edu.mit.jwi.item that return IWord
 IWord Synset.getWord(int wordNumber)
           
 IWord ISynset.getWord(int wordNumber)
          Returns the word with the specified word number.
 IWord Synset.IWordBuilder.toWord(ISynset synset)
          Creates the word represented by this builder.
 IWord Synset.WordBuilder.toWord(ISynset synset)
           
 

Methods in edu.mit.jwi.item that return types with arguments of type IWord
 java.util.List<IWord> Synset.getWords()
           
 java.util.List<IWord> ISynset.getWords()
          Returns an immutable list of the word objects (synset, index word pairs) associated with this synset.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.