|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExceptionEntryProxy | |
|---|---|
| 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 IExceptionEntryProxy in edu.mit.jwi.data |
|---|
| Fields in edu.mit.jwi.data with type parameters of type IExceptionEntryProxy | |
|---|---|
static DataType<IExceptionEntryProxy> |
DataType.EXCEPTION
|
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_ADJECTIVE
|
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_ADVERB
|
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_NOUN
|
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_VERB
|
| Methods in edu.mit.jwi.data that return types with arguments of type IExceptionEntryProxy | |
|---|---|
static IContentType<IExceptionEntryProxy> |
ContentType.getExceptionContentType(POS pos)
Use this convenience method to retrieve the appropriate IExceptionEntryProxy content type for the specified POS. |
| Uses of IExceptionEntryProxy in edu.mit.jwi.data.parse |
|---|
| Methods in edu.mit.jwi.data.parse that return IExceptionEntryProxy | |
|---|---|
IExceptionEntryProxy |
ExceptionLineParser.parseLine(java.lang.String line)
|
| Uses of IExceptionEntryProxy in edu.mit.jwi.item |
|---|
| Subinterfaces of IExceptionEntryProxy in edu.mit.jwi.item | |
|---|---|
interface |
IExceptionEntry
Represents an entry in an exception file (e.g., verb.exc or exc.vrb). |
| Classes in edu.mit.jwi.item that implement IExceptionEntryProxy | |
|---|---|
class |
ExceptionEntry
Default implementation of IExceptionEntry |
class |
ExceptionEntryProxy
Default implementation IExceptionEntryProxyl |
| Constructors in edu.mit.jwi.item with parameters of type IExceptionEntryProxy | |
|---|---|
ExceptionEntry(IExceptionEntryProxy proxy,
POS pos)
Creates a new exception entry for the specified part of speech using the information in the specified exception proxy object. |
|
ExceptionEntryProxy(IExceptionEntryProxy proxy)
Constructs a new proxy that is a copy of the specified proxy |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||