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

Packages that use ILoadableDataSource
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
 

Uses of ILoadableDataSource in edu.mit.jwi.data
 

Classes in edu.mit.jwi.data that implement ILoadableDataSource
 class BinarySearchWordnetFile<T>
          Concrete implementation of a wordnet file data source.
 class DirectAccessWordnetFile<T>
          Concrete implementation of a wordnet file data source.
 class WordnetFile<T>
           Abstract superclass of wordnet data file objects.
 

Methods in edu.mit.jwi.data that return ILoadableDataSource
protected
<T> ILoadableDataSource<T>
FileProvider.createBinarySearch(java.io.File file, IContentType<T> type)
          Creates a binary search data source for the specified type, using the specified file.
protected
<T> ILoadableDataSource<T>
FileProvider.createDataSource(java.io.File file, IContentType<T> type, int policy)
          Creates the actual data source implementations.
protected
<T> ILoadableDataSource<T>
FileProvider.createDirectAccess(java.io.File file, IContentType<T> type)
          Creates a direct access data source for the specified type, using the specified file.
<T> ILoadableDataSource<T>
FileProvider.getSource(IContentType<T> type)
           
 

Methods in edu.mit.jwi.data that return types with arguments of type ILoadableDataSource
protected  java.util.Map<IContentType<?>,ILoadableDataSource<?>> FileProvider.createSourceMap(java.util.List<java.io.File> files, int policy)
          Creates the map that contains the content types mapped to the data sources.
 



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