Package psidev.psi.mi.jami.datasource
Interface InteractionEvidenceSource<T extends InteractionEvidence>
-
- All Superinterfaces:
InteractionEvidenceStream<T>,InteractionSource<T>,InteractionStream<T>,MIDataSource
- All Known Subinterfaces:
BinaryInteractionEvidenceSource,CsvSource<I>
- All Known Implementing Classes:
AbstractCsvSource,CsvBinaryEvidenceSource,CsvEvidenceSource,CsvMixedEvidenceSource,CsvNaryEvidenceSource,MitabBinaryEvidenceSource,MitabEvidenceSource,XmlBinaryEvidenceSource
public interface InteractionEvidenceSource<T extends InteractionEvidence> extends InteractionEvidenceStream<T>, InteractionSource<T>
A Data source of interaction evidences. 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
-
-