Package edu.mit.jwi.data

Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.

See:
          Description

Interface Summary
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 Summary
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 Summary
IHasLifecycle.LifecycleState An enum that represents the four different lifecycle states an object may be in.
 

Exception Summary
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.
 

Package edu.mit.jwi.data Description

Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.



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