Package psidev.psi.mi.jami.datasource
Interface InteractorStream<T extends Interactor>
-
- All Superinterfaces:
MIDataSource
- All Known Subinterfaces:
ComplexStream
- All Known Implementing Classes:
XmlComplexStreamSource
public interface InteractorStream<T extends Interactor> extends MIDataSource
An interactor data source allows to stream the interactors of a given dataSource- Since:
18/12/12
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<T>
getInteractorsIterator()
The interactors iterator for this datasource.-
Methods inherited from interface psidev.psi.mi.jami.datasource.MIDataSource
close, initialiseContext, reset
-
-
-
-
Method Detail
-
getInteractorsIterator
Iterator<T> getInteractorsIterator() throws MIIOException
The interactors iterator for this datasource.- Returns:
- iterator of interactors for a given datasource
- Throws:
MIIOException
- if any.
-
-