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

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

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

Methods in edu.mit.jwi with parameters of type IExceptionEntryID
 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)
           
 

Uses of IExceptionEntryID in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement IExceptionEntryID
 class ExceptionEntryID
          Default implementation of IExceptionEntryID.
 

Methods in edu.mit.jwi.item that return IExceptionEntryID
 IExceptionEntryID ExceptionEntry.getID()
           
 



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