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 interface
ModelledBinaryInteractionSource
A Data source of modelled binary interactions.interface
ModelledBinaryInteractionStream
A Data source of modelled binary interactions giving only a stream of interactions.interface
ModelledInteractionSource<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 class
MitabModelledBinarySource
A mitab datasource that loads modelled binary interactions and ignore experimental details.class
MitabModelledBinaryStreamSource
A mitab datasource that loads modelled binary interactions and ignore experimental details.class
MitabModelledSource
A mitab datasource that loads modelled interactions and ignore experimental details It will load the full interaction dataset.class
MitabModelledStreamSource
A 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 class
XmlModelledBinarySource
PSI-XML data source that provides modelled binary interactions (ignore experimental details).class
XmlModelledBinaryStreamSource
Psi-xml datasource for modelled binary interactionsclass
XmlModelledStreamSource
Datasource for Psi-XML abstract interactions
-