Uses of Interface
psidev.psi.mi.jami.datasource.InteractionSource
-
-
Uses of InteractionSource in psidev.psi.mi.jami.crosslink.extension.datasource
Subinterfaces of InteractionSource in psidev.psi.mi.jami.crosslink.extension.datasource Modifier and Type Interface Description interfaceCsvSource<I extends InteractionEvidence>Interface for Crosslink CSV sources that can parse full CSV filesClasses in psidev.psi.mi.jami.crosslink.extension.datasource that implement InteractionSource Modifier and Type Class Description classAbstractCsvSource<T extends InteractionEvidence>Abstract class for an InteractionSource coming from a Crosslink CSV file.classCsvBinaryEvidenceSourceCrossLink CVS source of binary interaction evidencesclassCsvEvidenceSourceCrossLink CVS source of interaction evidencesclassCsvMixedEvidenceSourceThis class is a source that can build a mix of n-ary interaction evidences/binary from a Crosslink csv file depending on the bait column to rebuild the original n-ary interactionclassCsvNaryEvidenceSourceThis class is a source that can build a n-ary interaction evidence from a full Crosslink csv file -
Uses of InteractionSource in psidev.psi.mi.jami.datasource
Subinterfaces of InteractionSource in psidev.psi.mi.jami.datasource Modifier and Type Interface Description interfaceBinaryInteractionEvidenceSourceA dataSource of binary interaction evidences It gives full access to all the interactions using Iterator or the full collection.interfaceBinaryInteractionSource<T extends BinaryInteraction>A Data source of binary interactions.interfaceComplexSourceA Data source of biological complexes.interfaceInteractionEvidenceSource<T extends InteractionEvidence>A Data source of interaction evidences.interfaceModelledBinaryInteractionSourceA Data source of modelled binary interactions.interfaceModelledInteractionSource<T extends ModelledInteraction>A Data source of modelled interactions. -
Uses of InteractionSource in psidev.psi.mi.jami.tab.extension.datasource
Subinterfaces of InteractionSource in psidev.psi.mi.jami.tab.extension.datasource Modifier and Type Interface Description interfaceMitabSource<I extends Interaction>Interface for MITAB sources that can parse full MITAB filesClasses in psidev.psi.mi.jami.tab.extension.datasource that implement InteractionSource Modifier and Type Class Description classAbstractMitabSource<T extends Interaction,P extends Participant,F extends Feature>Abstract class for an InteractionSource coming from a MITAB file.classDefaultMitabSourceAbstract class for an InteractionSource coming from a MITAB file.classLightMitabBinarySourceA mitab datasource that loads very basic binary interactions and ignore experimental details, source, confidence and experimental details.classLightMitabSourceA mitab datasource that loads very basic interactions and ignore experimental details, source, confidence and experimental details It will load the full interaction set.classMitabBinaryEvidenceSourceA mitab datasource that loads interaction evidences (full experimental details).classMitabEvidenceSourceA mitab datasource that loads interaction evidences (full experimental details) It will load the full interaction datasetclassMitabModelledBinarySourceA 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. -
Uses of InteractionSource in psidev.psi.mi.jami.xml.model.extension.datasource
Subinterfaces of InteractionSource in psidev.psi.mi.jami.xml.model.extension.datasource Modifier and Type Interface Description interfacePsiXmlSource<I extends Interaction>Interface for PSI-MI XML sources that can parse full PSI-MI XML filesClasses in psidev.psi.mi.jami.xml.model.extension.datasource that implement InteractionSource Modifier and Type Class Description classAbstractPsiXmlBinarySource<T extends Interaction,B extends BinaryInteraction>Abstract class for Psi-XML binary interaction data source which loads the full interaction datasetclassAbstractPsiXmlSource<T extends Interaction>Abstract class for a PSI-XML datasource that loads the full interaction datasetclassDefaultPsiXmlSourceGeneric class for PSI-XML full datasource.classLightXmlBinarySourcePSI-XML data source that provides light binary interactions (no experimental details).classLightXmlSourcePSI-XML data source that provides light interactions (no experimental details).classXmlBinaryEvidenceSourcePSI-XML data source that provides binary interactions evidence (full experimental details).classXmlBinarySourcePSI-XML data source that provides binary interactions (mixed of abstract interactions and interaction evidences).classXmlComplexSourcePSI-XML data source that provides abstract interactions (ignore full experimental details).classXmlEvidenceSourcePSI-XML data source that provides interaction evidences (with full experimental details).classXmlModelledBinarySourcePSI-XML data source that provides modelled binary interactions (ignore experimental details).classXmlModelledSourcePSI-XML data source that provides abstract interactions (ignore full experimental details).classXmlSourcePSI-XML data source that provides interactions (mix of abstract interactions and interaction evidences).
-