|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataSource | |
|---|---|
| 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 IDataSource in edu.mit.jwi |
|---|
| Fields in edu.mit.jwi declared as IDataSource | |
|---|---|
protected IDataSource<T> |
DataSourceDictionary.FileIterator.fFile
|
| Uses of IDataSource in edu.mit.jwi.data |
|---|
| Subinterfaces of IDataSource in edu.mit.jwi.data | |
|---|---|
interface |
ILoadableDataSource<T>
A data source that is also loadable. |
| Classes in edu.mit.jwi.data that implement IDataSource | |
|---|---|
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 IDataSource | ||
|---|---|---|
|
IDataProvider.getSource(IContentType<T> type)
Returns a data source object for the specified content type, if one is available; otherwise returns null. |
|
| Method parameters in edu.mit.jwi.data with type arguments of type IDataSource | |
|---|---|
protected IVersion |
FileProvider.determineVersion(java.util.Collection<? extends IDataSource<?>> srcs)
Determines a version from the set of data sources, if possible, otherwise returns IVersion.NO_VERSION |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||