Package psidev.psi.mi.jami.datasource
Interface ComplexStream
-
- All Superinterfaces:
InteractionStream<Complex>
,InteractorStream<Complex>
,MIDataSource
- All Known Implementing Classes:
XmlComplexStreamSource
public interface ComplexStream extends InteractionStream<Complex>, InteractorStream<Complex>
A Data source of biological complexes giving only a stream of complexes. It is not possible to get a full collection of complexes.- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
-
Methods inherited from interface psidev.psi.mi.jami.datasource.InteractionStream
getInteractionsIterator
-
Methods inherited from interface psidev.psi.mi.jami.datasource.InteractorStream
getInteractorsIterator
-
Methods inherited from interface psidev.psi.mi.jami.datasource.MIDataSource
close, initialiseContext, reset
-
-