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

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

Fields in edu.mit.jwi with type parameters of type IExceptionEntry
protected  Map<POS,Map<IExceptionEntryID,IExceptionEntry>> RAMDictionary.DictionaryData.exceptions
           
 

Methods in edu.mit.jwi that return IExceptionEntry
 IExceptionEntry RAMDictionary.getExceptionEntry(IExceptionEntryID id)
           
 IExceptionEntry IDictionary.getExceptionEntry(IExceptionEntryID id)
          Retrieves the exception entry for the specified id from the database.
 IExceptionEntry DataSourceDictionary.getExceptionEntry(IExceptionEntryID id)
           
 IExceptionEntry CachingDictionary.getExceptionEntry(IExceptionEntryID id)
           
 IExceptionEntry RAMDictionary.getExceptionEntry(String surfaceForm, POS pos)
           
 IExceptionEntry IDictionary.getExceptionEntry(String surfaceForm, POS pos)
          Retrieves the exception entry for the specified surface form and part of speech from the database.
 IExceptionEntry DataSourceDictionary.getExceptionEntry(String surfaceForm, POS pos)
           
 IExceptionEntry CachingDictionary.getExceptionEntry(String surfaceForm, POS pos)
           
 IExceptionEntry DataSourceDictionary.ExceptionFileIterator.parseLine(String line)
           
 

Methods in edu.mit.jwi that return types with arguments of type IExceptionEntry
 Iterator<IExceptionEntry> RAMDictionary.getExceptionEntryIterator(POS pos)
           
 Iterator<IExceptionEntry> IDictionary.getExceptionEntryIterator(POS pos)
          Returns an iterator that will iterate over all exception entries of the specified part of speech.
 Iterator<IExceptionEntry> DataSourceDictionary.getExceptionEntryIterator(POS pos)
           
 Iterator<IExceptionEntry> CachingDictionary.getExceptionEntryIterator(POS pos)
           
protected  Iterator<IExceptionEntry> RAMDictionary.HotSwappableExceptionEntryIterator.makeIterator()
           
 

Uses of IExceptionEntry in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement IExceptionEntry
 class ExceptionEntry
          Default implementation of IExceptionEntry
 



Copyright © 2011. All Rights Reserved.