Package psidev.psi.mi.jami.datasource
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<CvTerm>
getCvTermsIterator()
The CV terms iterator for this datasource.-
Methods inherited from interface psidev.psi.mi.jami.datasource.MIDataSource
close, initialiseContext, reset
-
-
-
-
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.
-
-