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

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

Methods in edu.mit.jwi that return IDataProvider
 IDataProvider IDataSourceDictionary.getDataProvider()
          Returns the data provider for this dictionary.
 IDataProvider DataSourceDictionary.getDataProvider()
           
 

Constructors in edu.mit.jwi with parameters of type IDataProvider
DataSourceDictionary(IDataProvider provider)
          Constructs a dictionary with a caller-specified IDataProvider.
 

Uses of IDataProvider in edu.mit.jwi.data
 

Classes in edu.mit.jwi.data that implement IDataProvider
 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.