|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.Map<POS,java.util.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(java.lang.String surfaceForm,
POS pos)
|
IExceptionEntry |
IDictionary.getExceptionEntry(java.lang.String surfaceForm,
POS pos)
Retrieves the exception entry for the specified surface form and part of speech from the database. |
IExceptionEntry |
DataSourceDictionary.getExceptionEntry(java.lang.String surfaceForm,
POS pos)
|
IExceptionEntry |
CachingDictionary.getExceptionEntry(java.lang.String surfaceForm,
POS pos)
|
IExceptionEntry |
DataSourceDictionary.ExceptionFileIterator.parseLine(java.lang.String line)
|
Methods in edu.mit.jwi that return types with arguments of type IExceptionEntry | |
---|---|
java.util.Iterator<IExceptionEntry> |
RAMDictionary.getExceptionEntryIterator(POS pos)
|
java.util.Iterator<IExceptionEntry> |
IDictionary.getExceptionEntryIterator(POS pos)
Returns an iterator that will iterate over all exception entries of the specified part of speech. |
java.util.Iterator<IExceptionEntry> |
DataSourceDictionary.getExceptionEntryIterator(POS pos)
|
java.util.Iterator<IExceptionEntry> |
CachingDictionary.getExceptionEntryIterator(POS pos)
|
protected java.util.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |