Package psidev.psi.mi.jami.datasource
Interface BinaryInteractionStream<T extends BinaryInteraction>
-
- All Superinterfaces:
InteractionStream<T>
,MIDataSource
- All Known Subinterfaces:
BinaryInteractionSource<T>
- All Known Implementing Classes:
AbstractPsiXmlBinarySource
,AbstractPsiXmlBinaryStream
,LightMitabBinarySource
,LightMitabBinaryStreamSource
,LightXmlBinarySource
,LightXmlBinaryStreamSource
,XmlBinaryEvidenceSource
,XmlBinaryEvidenceStreamSource
,XmlBinarySource
,XmlBinaryStreamSource
,XmlModelledBinarySource
,XmlModelledBinaryStreamSource
public interface BinaryInteractionStream<T extends BinaryInteraction> extends InteractionStream<T>
A Data source of 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
-
-