Package psidev.psi.mi.jami.datasource
Interface ComplexSource
-
- All Superinterfaces:
InteractionSource<Complex>
,InteractionStream<Complex>
,MIDataSource
- All Known Implementing Classes:
XmlComplexSource
public interface ComplexSource extends InteractionSource<Complex>
A Data source of biological complexes. It gives full access to all the complexes using Iterator or the full collection. It can also give information about the size of the dataSource- 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
-
-