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 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.