Package psidev.psi.mi.jami.datasource
Interface ExperimentStream
-
- All Superinterfaces:
MIDataSource
public interface ExperimentStream extends MIDataSource
An experiment data source allows to stream the experiments 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<Experiment>
getExperimentsIterator()
The experiments iterator for this datasource.-
Methods inherited from interface psidev.psi.mi.jami.datasource.MIDataSource
close, initialiseContext, reset
-
-
-
-
Method Detail
-
getExperimentsIterator
Iterator<Experiment> getExperimentsIterator() throws MIIOException
The experiments iterator for this datasource.- Returns:
- iterator of experiments for a given datasource
- Throws:
MIIOException
- if any.
-
-