Uses of Interface
psidev.psi.mi.jami.datasource.ModelledInteractionStream
-
Packages that use ModelledInteractionStream Package Description psidev.psi.mi.jami.datasource psidev.psi.mi.jami.tab.extension.datasource psidev.psi.mi.jami.xml.model.extension.datasource -
-
Uses of ModelledInteractionStream in psidev.psi.mi.jami.datasource
Subinterfaces of ModelledInteractionStream in psidev.psi.mi.jami.datasource Modifier and Type Interface Description interfaceModelledBinaryInteractionSourceA Data source of modelled binary interactions.interfaceModelledBinaryInteractionStreamA Data source of modelled binary interactions giving only a stream of interactions.interfaceModelledInteractionSource<T extends ModelledInteraction>A Data source of modelled interactions. -
Uses of ModelledInteractionStream in psidev.psi.mi.jami.tab.extension.datasource
Classes in psidev.psi.mi.jami.tab.extension.datasource that implement ModelledInteractionStream Modifier and Type Class Description classMitabModelledBinarySourceA mitab datasource that loads modelled binary interactions and ignore experimental details.classMitabModelledBinaryStreamSourceA mitab datasource that loads modelled binary interactions and ignore experimental details.classMitabModelledSourceA mitab datasource that loads modelled interactions and ignore experimental details It will load the full interaction dataset.classMitabModelledStreamSourceA mitab datasource that loads modelled interactions and ignore experimental details It only provides an iterator of modelled interactions -
Uses of ModelledInteractionStream in psidev.psi.mi.jami.xml.model.extension.datasource
Classes in psidev.psi.mi.jami.xml.model.extension.datasource that implement ModelledInteractionStream Modifier and Type Class Description classXmlModelledBinarySourcePSI-XML data source that provides modelled binary interactions (ignore experimental details).classXmlModelledBinaryStreamSourcePsi-xml datasource for modelled binary interactionsclassXmlModelledStreamSourceDatasource for Psi-XML abstract interactions
-