Package psidev.psi.mi.jami.datasource
Interface ModelledBinaryInteractionStream
-
- All Superinterfaces:
InteractionStream<ModelledBinaryInteraction>
,MIDataSource
,ModelledInteractionStream<ModelledBinaryInteraction>
- All Known Implementing Classes:
MitabModelledBinarySource
,MitabModelledBinaryStreamSource
,XmlModelledBinaryStreamSource
public interface ModelledBinaryInteractionStream extends ModelledInteractionStream<ModelledBinaryInteraction>
A Data source of modelled binary interactions giving only a stream of interactions. It is not possible to get a full collection of interactions.- Since:
09/07/13
- 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.MIDataSource
close, initialiseContext, reset
-
-