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