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