Interface CvTermStream

  • All Superinterfaces:
    MIDataSource

    public interface CvTermStream
    extends MIDataSource
    A CV term data source allows to stream the controlled vocabulary terms of a given dataSource
    Since:
    18/12/12
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Method Detail

      • getCvTermsIterator

        Iterator<CvTerm> getCvTermsIterator()
                                     throws MIIOException
        The CV terms iterator for this datasource.
        Returns:
        iterator of CV terms for a given datasource
        Throws:
        MIIOException - if any.