Package psidev.psi.mi.jami.datasource
Interface ModelledInteractionStream<T extends ModelledInteraction>
-
- All Superinterfaces:
InteractionStream<T>,MIDataSource
- All Known Subinterfaces:
ModelledBinaryInteractionSource,ModelledBinaryInteractionStream,ModelledInteractionSource<T>
- All Known Implementing Classes:
MitabModelledBinarySource,MitabModelledBinaryStreamSource,MitabModelledSource,MitabModelledStreamSource,XmlModelledBinarySource,XmlModelledBinaryStreamSource,XmlModelledStreamSource
public interface ModelledInteractionStream<T extends ModelledInteraction> extends InteractionStream<T>
A Data source of modelled interaction 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
-
-