Interface OrganismStream

  • All Superinterfaces:
    MIDataSource

    public interface OrganismStream
    extends MIDataSource
    An organism data source allows to stream the organisms of a given dataSource
    Since:
    18/12/12
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Method Detail

      • getOrganismsIterator

        Iterator<Organism> getOrganismsIterator()
                                         throws MIIOException
        The organisms iterator for this datasource.
        Returns:
        iterator of organisms for a given datasource
        Throws:
        MIIOException - if any.