Package psidev.psi.mi.jami.datasource
Interface ModelledBinaryInteractionSource
-
- All Superinterfaces:
InteractionSource<ModelledBinaryInteraction>
,InteractionStream<ModelledBinaryInteraction>
,MIDataSource
,ModelledInteractionSource<ModelledBinaryInteraction>
,ModelledInteractionStream<ModelledBinaryInteraction>
- All Known Implementing Classes:
XmlModelledBinarySource
public interface ModelledBinaryInteractionSource extends ModelledInteractionStream<ModelledBinaryInteraction>, ModelledInteractionSource<ModelledBinaryInteraction>
A Data source of modelled binary interactions. It gives full access to all the interactions using Iterator or the full collection. It can also give information about the size of the dataSource- Since:
08/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
-
Methods inherited from interface psidev.psi.mi.jami.datasource.InteractionSource
getInteractions, getNumberOfInteractions
-
Methods inherited from interface psidev.psi.mi.jami.datasource.InteractionStream
getInteractionsIterator
-
Methods inherited from interface psidev.psi.mi.jami.datasource.MIDataSource
close, initialiseContext, reset
-
-