edu.mit.jwi.data
Interface ILoadableDataSource<T>

All Superinterfaces:
IClosable, IDataSource<T>, IHasLifecycle, IHasVersion, ILoadable, java.lang.Iterable<java.lang.String>
All Known Implementing Classes:
BinarySearchWordnetFile, DirectAccessWordnetFile, WordnetFile

public interface ILoadableDataSource<T>
extends IDataSource<T>, ILoadable

A data source that is also loadable.

Since:
JWI 2.2.0
Version:
2.4.0
Author:
Mark A. Finlayson

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.mit.jwi.data.IHasLifecycle
IHasLifecycle.LifecycleState, IHasLifecycle.ObjectClosedException, IHasLifecycle.ObjectOpenException
 
Method Summary
 
Methods inherited from interface edu.mit.jwi.data.IDataSource
getContentType, getLine, getName, iterator
 
Methods inherited from interface edu.mit.jwi.item.IHasVersion
getVersion
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface edu.mit.jwi.data.IHasLifecycle
isOpen, open
 
Methods inherited from interface edu.mit.jwi.data.IClosable
close
 
Methods inherited from interface edu.mit.jwi.data.ILoadable
isLoaded, load, load
 



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