See: Description
| Interface | Description |
|---|---|
| IClosable |
An object that can be closed.
|
| IContentType<T> |
Objects that implement this interface represent all possible types of content
that are contained in the dictionary data resources.
|
| IDataProvider |
Objects that implement this interface manage access to data source objects.
|
| IDataSource<T> |
An object that mediate between an
IDataSourceDictionary and the data
that is contained in the dictionary data resources. |
| IDataType<T> |
Objects that implement this interface represent possible types of data that
occur in the dictionary data directory.
|
| IHasCharset |
Classes implementing this interface have an associated Charset.
|
| IHasLifecycle |
Object that has a lifecycle.
|
| ILoadable |
An object that can be loaded.
|
| ILoadableDataSource<T> |
A data source that is also loadable.
|
| ILoadPolicy |
An object with a load policy.
|
| Class | Description |
|---|---|
| BinarySearchWordnetFile<T> |
Concrete implementation of a wordnet file data source.
|
| ContentType<T> |
A concrete implementation of the
IContentType interface. |
| DataType<T> |
A concrete implementation of the
IDataType interface. |
| DirectAccessWordnetFile<T> |
Concrete implementation of a wordnet file data source.
|
| FileProvider |
Implementation of a data provider for Wordnet that uses files in the file
system to back instances of its data sources.
|
| WordnetFile<T> |
Abstract superclass of wordnet data file objects.
|
| Enum | Description |
|---|---|
| IHasLifecycle.LifecycleState |
An enum that represents the four different lifecycle states an object may
be in.
|
| Exception | Description |
|---|---|
| IHasLifecycle.ObjectClosedException |
Indicates that the object was closed when some method was called
requiring it to be open.
|
| IHasLifecycle.ObjectOpenException |
Indicates that the object was open when some method was called
requiring it to be closed.
|
Copyright © 2018. All rights reserved.