|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
FileProvider.createBinarySearch(java.io.File file,
IContentType<T> type)
Creates a binary search data source for the specified type, using the specified file. |
|
protected
|
FileProvider.createDataSource(java.io.File file,
IContentType<T> type,
int policy)
Creates the actual data source implementations. |
|
protected
|
FileProvider.createDirectAccess(java.io.File file,
IContentType<T> type)
Creates a direct access data source for the specified type, using the specified file. |
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |