Uses of Interface
edu.mit.jwi.data.IHasLifecycle

Packages that use IHasLifecycle
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
 

Uses of IHasLifecycle in edu.mit.jwi
 

Subinterfaces of IHasLifecycle in edu.mit.jwi
 interface ICachingDictionary
          Provides a governing interface for dictionaries that cache their results.
static interface ICachingDictionary.IItemCache
          The cache used by a caching dictionary.
 interface IDataSourceDictionary
          A type of IDictionary which uses an instance of an IDataProvider to obtain its data.
 interface IDictionary
          Objects that implement this interface are intended as the main entry point to accessing Wordnet data.
 interface IRAMDictionary
          Interface that governs dictionaries that can be completely loaded into memory.
 

Classes in edu.mit.jwi that implement IHasLifecycle
 class CachingDictionary
          A dictionary that caches the results of another dictionary
static class CachingDictionary.ItemCache
          An LRU cache for objects in JWI.
 class DataSourceDictionary
          Basic implementation of the IDictionary interface.
 class Dictionary
          Basic IDictionary implementation that mounts files on disk and has caching.
 class RAMDictionary
           Default implementation of the IRAMDictionary interface.
 

Uses of IHasLifecycle in edu.mit.jwi.data
 

Subinterfaces of IHasLifecycle in edu.mit.jwi.data
 interface IDataProvider
          Objects that implement this interface manage access to data source objects.
 interface IDataSource<T>
           An object that mediate between an IDataSourceDictionary and the data that is contained in the dictionary data resources.
 interface ILoadableDataSource<T>
          A data source that is also loadable.
 

Classes in edu.mit.jwi.data that implement IHasLifecycle
 class BinarySearchWordnetFile<T>
          Concrete implementation of a wordnet file data source.
 class DirectAccessWordnetFile<T>
          Concrete implementation of a wordnet file data source.
 class FileProvider
           Implementation of a data provider for Wordnet that uses files in the file system to back instances of its data sources.
 class WordnetFile<T>
           Abstract superclass of wordnet data file objects.
 



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