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