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

Packages that use ISenseEntry
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 ISenseEntry in edu.mit.jwi
 

Fields in edu.mit.jwi with type parameters of type ISenseEntry
protected  java.util.Map<ISenseKey,ISenseEntry> CachingDictionary.ItemCache.senseCache
           
protected  java.util.Map<ISenseKey,ISenseEntry> RAMDictionary.DictionaryData.senses
           
 

Methods in edu.mit.jwi that return ISenseEntry
 ISenseEntry RAMDictionary.getSenseEntry(ISenseKey key)
           
 ISenseEntry IDictionary.getSenseEntry(ISenseKey key)
          Retrieves the sense entry for the specified sense key from the database.
 ISenseEntry DataSourceDictionary.getSenseEntry(ISenseKey key)
           
 ISenseEntry CachingDictionary.getSenseEntry(ISenseKey key)
           
protected  ISenseEntry RAMDictionary.DataLoader.makeSenseEntry(ISenseKey key, ISenseEntry old)
          Creates a new sense entry that replicates the specified sense entry.
 ISenseEntry DataSourceDictionary.SenseEntryFileIterator.parseLine(java.lang.String line)
           
 ISenseEntry ICachingDictionary.IItemCache.retrieveSenseEntry(ISenseKey key)
          Retrieves the sense entry identified by the specified sense key.
 ISenseEntry CachingDictionary.ItemCache.retrieveSenseEntry(ISenseKey key)
           
 

Methods in edu.mit.jwi that return types with arguments of type ISenseEntry
 java.util.Iterator<ISenseEntry> RAMDictionary.getSenseEntryIterator()
           
 java.util.Iterator<ISenseEntry> IDictionary.getSenseEntryIterator()
          Returns an iterator that will iterate over all sense entries in the dictionary.
 java.util.Iterator<ISenseEntry> DataSourceDictionary.getSenseEntryIterator()
           
 java.util.Iterator<ISenseEntry> CachingDictionary.getSenseEntryIterator()
           
protected  java.util.Iterator<ISenseEntry> RAMDictionary.HotSwappableSenseEntryIterator.makeIterator()
           
 

Methods in edu.mit.jwi with parameters of type ISenseEntry
 void ICachingDictionary.IItemCache.cacheSenseEntry(ISenseEntry entry)
          Caches the specified entry.
 void CachingDictionary.ItemCache.cacheSenseEntry(ISenseEntry entry)
           
protected  ISenseEntry RAMDictionary.DataLoader.makeSenseEntry(ISenseKey key, ISenseEntry old)
          Creates a new sense entry that replicates the specified sense entry.
 

Uses of ISenseEntry in edu.mit.jwi.data
 

Fields in edu.mit.jwi.data with type parameters of type ISenseEntry
static DataType<ISenseEntry> DataType.SENSE
           
static ContentType<ISenseEntry> ContentType.SENSE
           
 

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

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

Uses of ISenseEntry in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement ISenseEntry
 class SenseEntry
          Concrete implementation of the ISenseEntry interface.
 



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