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

Packages that use IIndexWord
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
edu.mit.jwi.data.parse Provides classes and interfaces that parse lines from Wordnet files. 
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of IIndexWord in edu.mit.jwi
 

Fields in edu.mit.jwi with type parameters of type IIndexWord
protected  java.util.Map<POS,java.util.Map<IIndexWordID,IIndexWord>> RAMDictionary.DictionaryData.idxWords
           
 

Methods in edu.mit.jwi that return IIndexWord
 IIndexWord RAMDictionary.getIndexWord(IIndexWordID id)
           
 IIndexWord IDictionary.getIndexWord(IIndexWordID id)
          Retrieves the specified index word object from the database.
 IIndexWord DataSourceDictionary.getIndexWord(IIndexWordID id)
           
 IIndexWord CachingDictionary.getIndexWord(IIndexWordID id)
           
 IIndexWord RAMDictionary.getIndexWord(java.lang.String lemma, POS pos)
           
 IIndexWord IDictionary.getIndexWord(java.lang.String lemma, POS pos)
          This method is identical to getIndexWord(IIndexWordID) and is provided as a convenience.
 IIndexWord DataSourceDictionary.getIndexWord(java.lang.String lemma, POS pos)
           
 IIndexWord CachingDictionary.getIndexWord(java.lang.String lemma, POS pos)
           
protected  IIndexWord RAMDictionary.DictionaryData.makeIndexWord(IIndexWord old)
          Creates a new index word that replicates the specified index word.
 IIndexWord DataSourceDictionary.IndexFileIterator.parseLine(java.lang.String line)
           
 

Methods in edu.mit.jwi that return types with arguments of type IIndexWord
 java.util.Iterator<IIndexWord> RAMDictionary.getIndexWordIterator(POS pos)
           
 java.util.Iterator<IIndexWord> IDictionary.getIndexWordIterator(POS pos)
          Returns an iterator that will iterate over all index words of the specified part of speech.
 java.util.Iterator<IIndexWord> DataSourceDictionary.getIndexWordIterator(POS pos)
           
 java.util.Iterator<IIndexWord> CachingDictionary.getIndexWordIterator(POS pos)
           
protected  java.util.Iterator<IIndexWord> RAMDictionary.HotSwappableIndexWordIterator.makeIterator()
           
 

Methods in edu.mit.jwi with parameters of type IIndexWord
protected  IIndexWord RAMDictionary.DictionaryData.makeIndexWord(IIndexWord old)
          Creates a new index word that replicates the specified index word.
 

Uses of IIndexWord in edu.mit.jwi.data
 

Fields in edu.mit.jwi.data with type parameters of type IIndexWord
static DataType<IIndexWord> DataType.INDEX
           
static ContentType<IIndexWord> ContentType.INDEX_ADJECTIVE
           
static ContentType<IIndexWord> ContentType.INDEX_ADVERB
           
static ContentType<IIndexWord> ContentType.INDEX_NOUN
           
static ContentType<IIndexWord> ContentType.INDEX_VERB
           
 

Methods in edu.mit.jwi.data that return types with arguments of type IIndexWord
static IContentType<IIndexWord> ContentType.getIndexContentType(POS pos)
          Use this convenience method to retrieve the appropriate IIndexWord content type for the specified POS.
 

Uses of IIndexWord in edu.mit.jwi.data.parse
 

Methods in edu.mit.jwi.data.parse that return IIndexWord
 IIndexWord IndexLineParser.parseLine(java.lang.String line)
           
 

Uses of IIndexWord in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement IIndexWord
 class IndexWord
          Default implementation of IIndexWord.
 



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