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

Packages that use ILoadPolicy
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 ILoadPolicy in edu.mit.jwi
 

Subinterfaces of ILoadPolicy in edu.mit.jwi
 interface IRAMDictionary
          Interface that governs dictionaries that can be completely loaded into memory.
 

Classes in edu.mit.jwi that implement ILoadPolicy
 class RAMDictionary
           Default implementation of the IRAMDictionary interface.
 

Uses of ILoadPolicy in edu.mit.jwi.data
 

Classes in edu.mit.jwi.data that implement ILoadPolicy
 class FileProvider
           Implementation of a data provider for Wordnet that uses files in the file system to back instances of its data sources.
 



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