Uses of Interface
psidev.psi.mi.jami.model.ModelledInteraction
-
-
Uses of ModelledInteraction in psidev.psi.mi.jami.binary
Subinterfaces of ModelledInteraction in psidev.psi.mi.jami.binary Modifier and Type Interface Description interfaceModelledBinaryInteractionA ModelledBinary interaction is a ModelledInteraction with only two participants -
Uses of ModelledInteraction in psidev.psi.mi.jami.binary.expansion
Methods in psidev.psi.mi.jami.binary.expansion with parameters of type ModelledInteraction Modifier and Type Method Description protected ModelledParticipantModelledInteractionSpokeExpansion. collectBestBaitForSpokeExpansion(ModelledInteraction interaction)collectBestBaitForSpokeExpansionprotected <P extends Participant>
ModelledBinaryInteractionModelledInteractionBipartiteExpansion. createBinaryInteraction(ModelledInteraction interaction, P p1, P p2)createBinaryInteractionprotected <P extends Participant>
ModelledBinaryInteractionModelledInteractionMatrixExpansion. createBinaryInteraction(ModelledInteraction interaction, P p1, P p2)createBinaryInteractionprotected <P extends Participant>
ModelledBinaryInteractionModelledInteractionSpokeExpansion. createBinaryInteraction(ModelledInteraction interaction, P p1, P p2)createBinaryInteractionprotected Collection<ModelledBinaryInteraction>ModelledInteractionBipartiteExpansion. createBinaryInteractionWrappersFrom(ModelledInteraction interaction)createBinaryInteractionWrappersFromprotected Collection<ModelledBinaryInteraction>ModelledInteractionMatrixExpansion. createBinaryInteractionWrappersFrom(ModelledInteraction interaction)createBinaryInteractionWrappersFromprotected Collection<ModelledBinaryInteraction>ModelledInteractionSpokeExpansion. createBinaryInteractionWrappersFrom(ModelledInteraction interaction)createBinaryInteractionWrappersFromprotected Collection<ModelledBinaryInteraction>ModelledInteractionBipartiteExpansion. createNewSelfBinaryInteractionsFrom(ModelledInteraction interaction)createNewSelfBinaryInteractionsFromprotected Collection<ModelledBinaryInteraction>ModelledInteractionMatrixExpansion. createNewSelfBinaryInteractionsFrom(ModelledInteraction interaction)createNewSelfBinaryInteractionsFromprotected Collection<ModelledBinaryInteraction>ModelledInteractionSpokeExpansion. createNewSelfBinaryInteractionsFrom(ModelledInteraction interaction)createNewSelfBinaryInteractionsFromprotected ModelledParticipant[]ModelledInteractionMatrixExpansion. createParticipantsArray(ModelledInteraction interaction)createParticipantsArrayprotected ComplexTypeModelledInteractionBipartiteExpansion. findInteractionCategory(ModelledInteraction interaction)findInteractionCategoryprotected ComplexTypeModelledInteractionMatrixExpansion. findInteractionCategory(ModelledInteraction interaction)findInteractionCategoryprotected ComplexTypeModelledInteractionSpokeExpansion. findInteractionCategory(ModelledInteraction interaction)findInteractionCategory -
Uses of ModelledInteraction in psidev.psi.mi.jami.binary.impl
Classes in psidev.psi.mi.jami.binary.impl that implement ModelledInteraction Modifier and Type Class Description classDefaultModelledBinaryInteractionDefault implementation for ModelledBinaryInteractionclassDefaultNamedModelledBinaryInteractionDefault implementation for Named modelled binary interactionclassModelledBinaryInteractionWrapperA wrapper for ModelledInteraction which contains two participantsConstructors in psidev.psi.mi.jami.binary.impl with parameters of type ModelledInteraction Constructor Description ModelledBinaryInteractionWrapper(ModelledInteraction interaction)Constructor for ModelledBinaryInteractionWrapper.ModelledBinaryInteractionWrapper(ModelledInteraction interaction, CvTerm complexExpansion)Constructor for ModelledBinaryInteractionWrapper. -
Uses of ModelledInteraction in psidev.psi.mi.jami.datasource
Classes in psidev.psi.mi.jami.datasource with type parameters of type ModelledInteraction Modifier and Type Interface Description interfaceModelledInteractionSource<T extends ModelledInteraction>A Data source of modelled interactions.interfaceModelledInteractionStream<T extends ModelledInteraction>A Data source of modelled interaction giving only a stream of interactions. -
Uses of ModelledInteraction in psidev.psi.mi.jami.enricher
Classes in psidev.psi.mi.jami.enricher with type parameters of type ModelledInteraction Modifier and Type Interface Description interfaceModelledInteractionEnricher<I extends ModelledInteraction>The enricher for Interactions which can enrich a single interaction or a collection. -
Uses of ModelledInteraction in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full with type parameters of type ModelledInteraction Modifier and Type Class Description classFullModelledInteractionEnricher<I extends ModelledInteraction>Full enricher for ModelledInteractionclassFullModelledInteractionUpdater<I extends ModelledInteraction>Full updater of a modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal with type parameters of type ModelledInteraction Modifier and Type Class Description classMinimalModelledInteractionEnricher<I extends ModelledInteraction>Minimal enricher for modelled interactionsclassMinimalModelledInteractionUpdater<I extends ModelledInteraction>Minimal updater for modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.enricher.listener
Classes in psidev.psi.mi.jami.enricher.listener with type parameters of type ModelledInteraction Modifier and Type Interface Description interfaceModelledInteractionEnricherListener<I extends ModelledInteraction>Listener for modelled interaction enrichment -
Uses of ModelledInteraction in psidev.psi.mi.jami.enricher.listener.impl
Classes in psidev.psi.mi.jami.enricher.listener.impl with type parameters of type ModelledInteraction Modifier and Type Class Description classModelledInteractionEnricherListenerManager<I extends ModelledInteraction>A manager for listeners which holds a list of listeners. -
Uses of ModelledInteraction in psidev.psi.mi.jami.enricher.listener.impl.log
Classes in psidev.psi.mi.jami.enricher.listener.impl.log with type parameters of type ModelledInteraction Modifier and Type Class Description classModelledInteractionEnricherLogger<I extends ModelledInteraction>A logging listener. -
Uses of ModelledInteraction in psidev.psi.mi.jami.enricher.listener.impl.writer
Classes in psidev.psi.mi.jami.enricher.listener.impl.writer with type parameters of type ModelledInteraction Modifier and Type Class Description classModelledInteractionEnricherStatisticsWriter<I extends ModelledInteraction>A statistics logger which records changes made by the enricher. -
Uses of ModelledInteraction in psidev.psi.mi.jami.factory
Methods in psidev.psi.mi.jami.factory with parameters of type ModelledInteraction Modifier and Type Method Description ModelledBinaryInteractionBinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participantsModelledBinaryInteractionDefaultBinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participantsModelledBinaryInteractionBinaryInteractionFactory. createModelledBinaryInteractionWrapperFrom(ModelledInteraction interaction)Creates a ModelledBinaryInteraction that wraps the given interactionModelledBinaryInteractionDefaultBinaryInteractionFactory. createModelledBinaryInteractionWrapperFrom(ModelledInteraction interaction)Creates a ModelledBinaryInteraction that wraps the given interactionModelledBinaryInteractionBinaryInteractionFactory. createSelfModelledBinaryInteractionFrom(ModelledInteraction interaction)Creates a ModelledInteraction representing a self interactionModelledBinaryInteractionDefaultBinaryInteractionFactory. createSelfModelledBinaryInteractionFrom(ModelledInteraction interaction)Creates a ModelledInteraction representing a self interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.html
Methods in psidev.psi.mi.jami.html that return types with arguments of type ModelledInteraction Modifier and Type Method Description protected Set<ModelledInteraction>AbstractMIHtmlWriter. getComplexesToWrite()Getter for the fieldcomplexesToWrite.protected AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature>AbstractMIHtmlWriter. getComplexWriter()Getter for the fieldcomplexWriter.Methods in psidev.psi.mi.jami.html with parameters of type ModelledInteraction Modifier and Type Method Description protected voidMIModelledHtmlWriter. writeConfidences(ModelledInteraction interaction)writeConfidencesprotected voidMIModelledHtmlWriter. writeCooperativeEffects(ModelledInteraction interaction)writeCooperativeEffectsprotected voidMIModelledHtmlWriter. writeExperiment(ModelledInteraction interaction)writeExperimentprotected voidMIModelledHtmlWriter. writeGeneralProperties(ModelledInteraction interaction)writeGeneralPropertiesprotected voidAbstractMIHtmlWriter. writeModelledInteraction(ModelledInteraction c)writeModelledInteractionprotected voidMIModelledHtmlWriter. writeModelledInteraction(ModelledInteraction c)writeModelledInteractionprotected voidMIModelledHtmlWriter. writeParameters(ModelledInteraction interaction)writeParametersConstructor parameters in psidev.psi.mi.jami.html with type arguments of type ModelledInteraction Constructor Description AbstractMIHtmlWriter(File file, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(OutputStream output, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(Writer writer, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter. -
Uses of ModelledInteraction in psidev.psi.mi.jami.json.binary
Constructor parameters in psidev.psi.mi.jami.json.binary with type arguments of type ModelledInteraction Constructor Description MIJsonModelledWriter(File file, OntologyTermFetcher fetcher, ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(OutputStream output, OntologyTermFetcher fetcher, ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(Writer writer, OntologyTermFetcher fetcher, ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)Constructor for MIJsonModelledWriter. -
Uses of ModelledInteraction in psidev.psi.mi.jami.json.elements
Classes in psidev.psi.mi.jami.json.elements with type parameters of type ModelledInteraction Modifier and Type Class Description classSimpleJsonModelledInteractionWriter<I extends ModelledInteraction>Json writer for modelled interactions -
Uses of ModelledInteraction in psidev.psi.mi.jami.listener
Classes in psidev.psi.mi.jami.listener with type parameters of type ModelledInteraction Modifier and Type Interface Description interfaceModelledInteractionChangeListener<I extends ModelledInteraction>Listener for changes in modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.listener.impl
Classes in psidev.psi.mi.jami.listener.impl with type parameters of type ModelledInteraction Modifier and Type Class Description classModelledInteractionChangeLogger<I extends ModelledInteraction>This listener will just modelledInteraction change events -
Uses of ModelledInteraction in psidev.psi.mi.jami.model
Subinterfaces of ModelledInteraction in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceComplexAn interactor composed of interacting molecules that can be copurified.Methods in psidev.psi.mi.jami.model with type parameters of type ModelledInteraction Modifier and Type Method Description <T extends ModelledInteraction>
Collection<T>CooperativeEffect. getAffectedInteractions()Collection of model interactions affected by this model interaction. -
Uses of ModelledInteraction in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement ModelledInteraction Modifier and Type Class Description classDefaultComplexDefault implementation for complexes Notes: The equals and hashcode methods have NOT been overridden because the Complex object is a complex object.classDefaultModelledInteractionDefault implemntation for ModelledInteraction Notes: The equals and hashcode methods have NOT been overridden because the ModelledInteraction object is a complex object.classDefaultNamedModelledInteractionDefault implementation of Named modelled interactionMethods in psidev.psi.mi.jami.model.impl that return types with arguments of type ModelledInteraction Modifier and Type Method Description Collection<ModelledInteraction>DefaultCooperativeEffect. getAffectedInteractions()Getter for the fieldaffectedInteractions.Method parameters in psidev.psi.mi.jami.model.impl with type arguments of type ModelledInteraction Modifier and Type Method Description protected voidDefaultCooperativeEffect. initialiseAffectedInteractionsWith(Collection<ModelledInteraction> affected)initialiseAffectedInteractionsWith -
Uses of ModelledInteraction in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement ModelledInteraction Modifier and Type Class Description classMitabComplexMitab extension for Complex.classMitabModelledBinaryInteractionA MitabBinaryInteraction is a modelled binaryInteraction with a MitabSourceLocatorclassMitabModelledInteractionMitab extension for ModelledInteraction. -
Uses of ModelledInteraction in psidev.psi.mi.jami.tab.extension.datasource
Methods in psidev.psi.mi.jami.tab.extension.datasource that return types with arguments of type ModelledInteraction Modifier and Type Method Description protected Iterator<ModelledInteraction>MitabModelledStreamSource. createMitabIterator()createMitabIterator. -
Uses of ModelledInteraction in psidev.psi.mi.jami.tab.io.iterator
Constructor parameters in psidev.psi.mi.jami.tab.io.iterator with type arguments of type ModelledInteraction Constructor Description MitabModelledInteractionIterator(MitabLineParser<ModelledInteraction,ModelledParticipant,ModelledFeature> lineParser)Constructor for MitabModelledInteractionIterator. -
Uses of ModelledInteraction in psidev.psi.mi.jami.tab.io.parser
Classes in psidev.psi.mi.jami.tab.io.parser with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractModelledInteractionLineParser<T extends ModelledInteraction>Abstract class for ModelledInteraction line parsersMethods in psidev.psi.mi.jami.tab.io.parser that return ModelledInteraction Modifier and Type Method Description protected ModelledInteractionModelledInteractionLineParser. createInteraction()createInteraction. -
Uses of ModelledInteraction in psidev.psi.mi.jami.tab.io.writer
Method parameters in psidev.psi.mi.jami.tab.io.writer with type arguments of type ModelledInteraction Modifier and Type Method Description protected voidMitab25ModelledWriter. initialiseExpansionMethod(ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)initialiseExpansionMethod. -
Uses of ModelledInteraction in psidev.psi.mi.jami.tab.io.writer.extended
Method parameters in psidev.psi.mi.jami.tab.io.writer.extended with type arguments of type ModelledInteraction Modifier and Type Method Description protected voidMitab25ModelledWriter. initialiseExpansionMethod(ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)initialiseExpansionMethod. -
Uses of ModelledInteraction in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils with parameters of type ModelledInteraction Modifier and Type Method Description static ModelledBinaryInteractionInteractionUtils. createAndAddNewSelfModelledBinaryInteraction(ModelledInteraction interaction)Creates a new ModelledBinaryInteraction from the given interaction which should only contain one participant with a stoichiometry >= 2 or participant stoichiometry null and participant is not self/putative self.static ModelledBinaryInteractionInteractionUtils. createModelledBinaryInteractionFrom(ModelledInteraction interaction)Create a ModelledBinaryInteractionWrapper from the given modelled interaction which should contain not more than two participantsstatic ComplexTypeInteractionUtils. findModelledInteractionCategoryOf(ModelledInteraction interaction)The method will find the interactionCategory (binary, self, etc.) -
Uses of ModelledInteraction in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type ModelledInteraction Modifier and Type Method Description static voidInteractorCloner. copyAndOverrideBasicComplexPropertiesWithModelledInteractionProperties(ModelledInteraction source, Complex target)This method will copy basic properties from the Interaction source in the complex target.static voidInteractionCloner. copyAndOverrideModelledInteractionProperties(ModelledInteraction source, ModelledInteraction target, boolean createNewParticipant, boolean ignoreParticipants)This method will copy properties of interaction source in interaction target and will override all the other properties of Target interaction.static voidInteractionCloner. copyAndOverrideModelledParticipantsToBinary(ModelledInteraction source, ModelledBinaryInteraction target, boolean createNewParticipant, boolean self)This method will copy participants of modelled interaction source in binary target. -
Uses of ModelledInteraction in psidev.psi.mi.jami.utils.comparator.cooperativity
Methods in psidev.psi.mi.jami.utils.comparator.cooperativity that return types with arguments of type ModelledInteraction Modifier and Type Method Description CollectionComparator<ModelledInteraction>CooperativeEffectBaseComparator. getModelledInteractionCollectionComparator()Getter for the fieldmodelledInteractionCollectionComparator. -
Uses of ModelledInteraction in psidev.psi.mi.jami.utils.comparator.interaction
Methods in psidev.psi.mi.jami.utils.comparator.interaction with parameters of type ModelledInteraction Modifier and Type Method Description static booleanDefaultCuratedModelledInteractionComparator. areEquals(ModelledInteraction modelledInteraction1, ModelledInteraction modelledInteraction2)Use DefaultCuratedModelledInteractionComparator to know if two modelled interactions are equals.static booleanDefaultExactCuratedModelledInteractionComparator. areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)Use DefaultExactCuratedModelledInteractionComparator to know if two modelled interactions are equals.static booleanDefaultExactModelledInteractionComparator. areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)It will use a DefaultInteractionBaseComparator to compare basic interaction properties.static booleanDefaultModelledInteractionComparator. areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)Use DefaultModelledInteractionComparator to know if two modelled interactions are equals.static booleanUnambiguousCuratedModelledInteractionComparator. areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)Use UnambiguousCuratedModelledInteractionComparator to know if two modelled interactions are equals.static booleanUnambiguousExactCuratedModelledInteractionComparator. areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)Use UnambiguousExactCuratedModelledInteractionComparator to know if two modelled interactions are equals.static booleanUnambiguousExactModelledInteractionComparator. areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)Use UnambiguousExactModelledInteractionComparator to know if two modelled interactions are equals.static booleanUnambiguousModelledInteractionComparator. areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)Use UnambiguousModelledInteractionComparator to know if two modelled interactions are equals.intCuratedModelledInteractionComparator. compare(ModelledInteraction modelledInteraction1, ModelledInteraction modelledInteraction2)It will use aComparatorof typeInteractionto compare basic interaction properties.intModelledInteractionComparator. compare(ModelledInteraction modelledInteraction1, ModelledInteraction modelledInteraction2)It will use aComparatorof typeInteractionto compare basic interaction properties.intUnambiguousCuratedModelledInteractionComparator. compare(ModelledInteraction interaction1, ModelledInteraction interaction2)It will use a UnambiguousCuratedInteractionBase to compare basic interaction properties.intUnambiguousExactCuratedModelledInteractionComparator. compare(ModelledInteraction interaction1, ModelledInteraction interaction2)It will use a UnambiguousCuratedInteractionBase to compare basic interaction properties.intUnambiguousExactModelledInteractionComparator. compare(ModelledInteraction interaction1, ModelledInteraction interaction2)intUnambiguousModelledInteractionComparator. compare(ModelledInteraction interaction1, ModelledInteraction interaction2) -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.cache
Methods in psidev.psi.mi.jami.xml.cache that return types with arguments of type ModelledInteraction Modifier and Type Method Description Set<ModelledInteraction>InMemoryIdentityObjectCache. clearRegisteredSubComplexes()This method will return all registered complexes and clear them from the indexSet<ModelledInteraction>InMemoryLightIdentityObjectCache. clearRegisteredSubComplexes()This method will return all registered complexes and clear them from the indexSet<ModelledInteraction>PsiXmlObjectCache. clearRegisteredSubComplexes()This method will return all registered complexes and clear them from the indexMethods in psidev.psi.mi.jami.xml.cache with parameters of type ModelledInteraction Modifier and Type Method Description voidInMemoryIdentityObjectCache. registerSubComplex(ModelledInteraction c)This method will register a complex that is used as an interactorvoidInMemoryLightIdentityObjectCache. registerSubComplex(ModelledInteraction c)This method will register a complex that is used as an interactorvoidPsiXmlObjectCache. registerSubComplex(ModelledInteraction c)This method will register a complex that is used as an interactor -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.iterator
Constructor parameters in psidev.psi.mi.jami.xml.io.iterator with type arguments of type ModelledInteraction Constructor Description XmlModelledInteractionIterator(PsiXmlParser<ModelledInteraction> lineParser)Constructor for XmlModelledInteractionIterator. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.parser
Methods in psidev.psi.mi.jami.xml.io.parser that return types with arguments of type ModelledInteraction Modifier and Type Method Description AbstractEntrySet<AbstractBaseEntry<ModelledInteraction>>FullXmlModelledBinaryParser. getEntrySet()getEntrySet.protected ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction>FullXmlModelledBinaryParser. initialiseDefaultExpansionMethod()initialiseDefaultExpansionMethod.protected ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction>XmlModelledBinaryParser. initialiseDefaultExpansionMethod()initialiseDefaultExpansionMethod. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer
Methods in psidev.psi.mi.jami.xml.io.writer that return types with arguments of type ModelledInteraction Modifier and Type Method Description protected PsiXmlInteractionWriter<ModelledInteraction>AbstractXmlWriter. getComplexWriter()Getter for the fieldcomplexWriter.Methods in psidev.psi.mi.jami.xml.io.writer with parameters of type ModelledInteraction Modifier and Type Method Description protected voidAbstractXmlWriter. writeComplex(ModelledInteraction modelled)writeComplex.Method parameters in psidev.psi.mi.jami.xml.io.writer with type arguments of type ModelledInteraction Modifier and Type Method Description voidAbstractXmlWriter. setComplexWriter(PsiXmlInteractionWriter<ModelledInteraction> complexWriter)Setter for the fieldcomplexWriter. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.compact
Classes in psidev.psi.mi.jami.xml.io.writer.compact with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractCompactXmlMixWriter<I extends Interaction,M extends ModelledInteraction,E extends InteractionEvidence>Abstract class for a compact PSI-XML writer of mixed interactionsMethods in psidev.psi.mi.jami.xml.io.writer.compact with parameters of type ModelledInteraction Modifier and Type Method Description protected voidAbstractCompactXmlWriter. registerAllInteractorsAndExperimentsFrom(ModelledInteraction interaction)registerAllInteractorsAndExperimentsFrom.protected voidCompactXmlModelledWriter. registerAvailabilities(ModelledInteraction interaction)registerAvailabilities.protected voidCompactXmlNamedModelledWriter. registerAvailabilities(ModelledInteraction interaction)registerAvailabilities.protected voidCompactXmlModelledWriter. registerExperiment(ModelledInteraction interaction)registerExperiment.protected voidCompactXmlNamedModelledWriter. registerExperiment(ModelledInteraction interaction)registerExperiment.Method parameters in psidev.psi.mi.jami.xml.io.writer.compact with type arguments of type ModelledInteraction Modifier and Type Method Description voidAbstractCompactXmlMixWriter. setComplexWriter(PsiXmlInteractionWriter<ModelledInteraction> complexWriter)Setter for the fieldcomplexWriter. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.compact.extended
Methods in psidev.psi.mi.jami.xml.io.writer.compact.extended with parameters of type ModelledInteraction Modifier and Type Method Description protected voidCompactXmlModelledWriter. registerAvailabilities(ModelledInteraction interaction)registerAvailabilities.protected voidCompactXmlModelledWriter. registerExperiment(ModelledInteraction interaction)registerExperiment. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractXmlModelledInteractionWriter<I extends ModelledInteraction>Abstract class for XML writers of modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25 with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractXmlModelledInteractionWriter<I extends ModelledInteraction>Abstract class for XML 2.5 writers of modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractXmlModelledInteractionWriter<I extends ModelledInteraction>Abstract class for XML 3.0 writers of modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml25 with parameters of type ModelledInteraction Modifier and Type Method Description protected CvTermXmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)writeExperiments. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml30 with parameters of type ModelledInteraction Modifier and Type Method Description protected CvTermXmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)writeExperiments. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml25 with parameters of type ModelledInteraction Modifier and Type Method Description protected CvTermXmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)writeExperiments. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30 with parameters of type ModelledInteraction Modifier and Type Method Description protected CvTermXmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)writeExperiments. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractXmlModelledInteractionWriter<I extends ModelledInteraction>Abstract class for XML writers of modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.compact.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.compact.xml25 with parameters of type ModelledInteraction Modifier and Type Method Description protected CvTermXmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)writeExperiments. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.expanded.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.expanded.xml25 with parameters of type ModelledInteraction Modifier and Type Method Description protected CvTermXmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)writeExperiments. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25 with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractXmlModelledInteractionWriter<I extends ModelledInteraction>Abstract class for XML 2.5 writers of modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractXmlModelledInteractionWriter<I extends ModelledInteraction>Abstract class for XML 3.0 writers of modelled interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.expanded
Classes in psidev.psi.mi.jami.xml.io.writer.expanded with type parameters of type ModelledInteraction Modifier and Type Class Description classAbstractExpandedXmlMixWriter<I extends Interaction,M extends ModelledInteraction,E extends InteractionEvidence>Abstract class for an expanded PSI-XML writer of mixed interactionsMethods in psidev.psi.mi.jami.xml.io.writer.expanded with parameters of type ModelledInteraction Modifier and Type Method Description protected voidAbstractExpandedXmlWriter. writeComplex(ModelledInteraction modelled)writeComplex.Method parameters in psidev.psi.mi.jami.xml.io.writer.expanded with type arguments of type ModelledInteraction Modifier and Type Method Description voidAbstractExpandedXmlMixWriter. setComplexWriter(PsiXmlInteractionWriter<ModelledInteraction> complexWriter)Setter for the fieldcomplexWriter. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.io.writer.expanded.extended
Methods in psidev.psi.mi.jami.xml.io.writer.expanded.extended with parameters of type ModelledInteraction Modifier and Type Method Description protected voidExpandedXmlBinaryEvidenceWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidExpandedXmlBinaryWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidExpandedXmlComplexWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidExpandedXmlEvidenceWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidExpandedXmlModelledBinaryWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidExpandedXmlModelledWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidExpandedXmlWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidLightExpandedXmlBinaryWriter. writeComplex(ModelledInteraction modelled)writeComplex.protected voidLightExpandedXmlWriter. writeComplex(ModelledInteraction modelled)writeComplex. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension
Subinterfaces of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension Modifier and Type Interface Description interfaceExtendedPsiXmlModelledInteractionExtended modelled interaction for PSI-XML 2,5 standards -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.binary
Classes in psidev.psi.mi.jami.xml.model.extension.binary that implement ModelledInteraction Modifier and Type Class Description classXmlModelledBinaryInteractionXml implementation of ModelledInteractionclassXmlModelledBinaryInteractionWrapperWrapper for Xml binary interactions -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.binary.xml30
Classes in psidev.psi.mi.jami.xml.model.extension.binary.xml30 that implement ModelledInteraction Modifier and Type Class Description classXmlModelledBinaryInteractionXml implementation of ModelledInteractionclassXmlModelledBinaryInteractionWrapperWrapper for Xml binary interactions -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.datasource
Methods in psidev.psi.mi.jami.xml.model.extension.datasource that return types with arguments of type ModelledInteraction Modifier and Type Method Description protected Iterator<ModelledInteraction>XmlModelledStreamSource. createXmlIterator()createXmlIterator. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.factory.xml25
Methods in psidev.psi.mi.jami.xml.model.extension.factory.xml25 with parameters of type ModelledInteraction Modifier and Type Method Description ModelledBinaryInteractionXmlBinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participantsModelledBinaryInteractionXmlBinaryInteractionFactory. createModelledBinaryInteractionWrapperFrom(ModelledInteraction interaction)Creates a ModelledBinaryInteraction that wraps the given interactionModelledBinaryInteractionXmlBinaryInteractionFactory. createSelfModelledBinaryInteractionFrom(ModelledInteraction interaction)Creates a ModelledInteraction representing a self interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.factory.xml30
Methods in psidev.psi.mi.jami.xml.model.extension.factory.xml30 with parameters of type ModelledInteraction Modifier and Type Method Description ModelledBinaryInteractionXmlBinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participantsModelledBinaryInteractionXmlBinaryInteractionFactory. createModelledBinaryInteractionWrapperFrom(ModelledInteraction interaction)Creates a ModelledBinaryInteraction that wraps the given interactionModelledBinaryInteractionXmlBinaryInteractionFactory. createSelfModelledBinaryInteractionFrom(ModelledInteraction interaction)Creates a ModelledInteraction representing a self interaction -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement ModelledInteraction Modifier and Type Class Description classAbstractXmlComplexXml implementation for complexclassAbstractXmlModelledInteractionXml implementation of ModelledInteractionclassDefaultXmlComplexXml implementation for complexclassDefaultXmlModelledInteractionXml implementation of ModelledInteractionclassXmlBasicInteractionComplexWrapperWrapper of basic interactions If we add new modelled participants/remove participants, they will be added/removed from the list of participants of the wrapped interaction.classXmlComplexXml implementation of ModelledInteractionclassXmlInteractionEvidenceComplexWrapperXml wrapper for interaction evidences used as complexclassXmlModelledInteractionXml implementation of ModelledInteractionclassXmlModelledInteractionComplexWrapperWrapper for complexes that were loaded as abstract interactionsMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return ModelledInteraction Modifier and Type Method Description ModelledInteractionXmlParticipantEvidenceWrapper. getInteraction()The interaction in which the participant is involved.ModelledInteractionXmlParticipantWrapper. getInteraction()The interaction in which the participant is involved.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type ModelledInteraction Modifier and Type Method Description voidXmlParticipantEvidenceWrapper. setInteraction(ModelledInteraction interaction)Sets the interaction.voidXmlParticipantWrapper. setInteraction(ModelledInteraction interaction)Sets the interaction.voidXmlParticipantEvidenceWrapper. setInteractionAndAddParticipant(ModelledInteraction interaction)Sets the Interaction and add the new Participant to its list of Participants.voidXmlParticipantWrapper. setInteractionAndAddParticipant(ModelledInteraction interaction)Sets the Interaction and add the new Participant to its list of Participants.Constructors in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type ModelledInteraction Constructor Description XmlParticipantPoolWrapper(ParticipantPool part, ModelledInteraction wrapper)Constructor for XmlParticipantPoolWrapper.XmlParticipantWrapper(ExtendedPsiXmlParticipant part, ModelledInteraction wrapper)Constructor for XmlParticipantWrapper.Constructor parameters in psidev.psi.mi.jami.xml.model.extension.xml253 with type arguments of type ModelledInteraction Constructor Description XmlModelledParticipantPool(AbstractXmlParticipant<ModelledInteraction,ModelledFeature> delegate)Constructor for XmlModelledParticipantPool. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement ModelledInteraction Modifier and Type Class Description classAbstractXmlComplexXml implementation for complexclassAbstractXmlModelledInteractionXml implementation of ModelledInteractionclassDefaultXmlComplexXml implementation for complexclassDefaultXmlModelledInteractionXml implementation of ModelledInteractionclassXmlBasicInteractionComplexWrapperWrapper of basic interactions If we add new modelled participants/remove participants, they will be added/removed from the list of participants of the wrapped interaction.classXmlComplexXml implementation of ModelledInteractionclassXmlInteractionEvidenceComplexWrapperXml wrapper for interaction evidences used as complexclassXmlModelledInteractionXml implementation of ModelledInteractionclassXmlModelledInteractionComplexWrapperWrapper for complexes that were loaded as abstract interactionsMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return ModelledInteraction Modifier and Type Method Description ModelledInteractionXmlParticipantEvidenceWrapper. getInteraction()The interaction in which the participant is involved.ModelledInteractionXmlParticipantWrapper. getInteraction()The interaction in which the participant is involved.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type ModelledInteraction Modifier and Type Method Description voidXmlParticipantEvidenceWrapper. setInteraction(ModelledInteraction interaction)Sets the interaction.voidXmlParticipantWrapper. setInteraction(ModelledInteraction interaction)Sets the interaction.voidXmlParticipantEvidenceWrapper. setInteractionAndAddParticipant(ModelledInteraction interaction)Sets the Interaction and add the new Participant to its list of Participants.voidXmlParticipantWrapper. setInteractionAndAddParticipant(ModelledInteraction interaction)Sets the Interaction and add the new Participant to its list of Participants.Constructors in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type ModelledInteraction Constructor Description XmlParticipantPoolWrapper(ParticipantPool part, ModelledInteraction wrapper)Constructor for XmlParticipantPoolWrapper.XmlParticipantWrapper(ExtendedPsiXmlParticipant part, ModelledInteraction wrapper)Constructor for XmlParticipantWrapper.Constructor parameters in psidev.psi.mi.jami.xml.model.extension.xml254 with type arguments of type ModelledInteraction Constructor Description XmlModelledParticipantPool(AbstractXmlParticipant<ModelledInteraction,ModelledFeature> delegate)Constructor for XmlModelledParticipantPool. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.xml300
Subinterfaces of ModelledInteraction in psidev.psi.mi.jami.xml.model.extension.xml300 Modifier and Type Interface Description interfaceExtendedPsiXmlModelledInteractionExtended interaction for PSI-XML 2,5 standardsClasses in psidev.psi.mi.jami.xml.model.extension.xml300 that implement ModelledInteraction Modifier and Type Class Description classAbstractXmlComplexXml implementation for complexclassAbstractXmlModelledInteractionXml implementation of ModelledInteractionclassDefaultXmlComplexXml implementation for complexclassDefaultXmlModelledInteractionXml implementation of ModelledInteractionclassXmlBasicInteractionComplexWrapperWrapper of basic interactions If we add new modelled participants/remove participants, they will be added/removed from the list of participants of the wrapped interaction.classXmlComplexXml implementation of ModelledInteractionclassXmlInteractionEvidenceComplexWrapperXml wrapper for interaction evidences used as complexclassXmlModelledInteractionXml 3.0.0 implementation of ModelledInteractionclassXmlModelledInteractionComplexWrapperWrapper for complexes that were loaded as abstract interactionsMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return ModelledInteraction Modifier and Type Method Description ModelledInteractionXmlParticipantEvidenceWrapper. getInteraction()The interaction in which the participant is involved.ModelledInteractionXmlParticipantWrapper. getInteraction()The interaction in which the participant is involved.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type ModelledInteraction Modifier and Type Method Description Collection<ModelledInteraction>AbstractXmlCooperativeEffect. getAffectedInteractions()getAffectedInteractions.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type ModelledInteraction Modifier and Type Method Description voidXmlParticipantEvidenceWrapper. setInteraction(ModelledInteraction interaction)Sets the interaction.voidXmlParticipantWrapper. setInteraction(ModelledInteraction interaction)Sets the interaction.voidXmlParticipantEvidenceWrapper. setInteractionAndAddParticipant(ModelledInteraction interaction)Sets the Interaction and add the new Participant to its list of Participants.voidXmlParticipantWrapper. setInteractionAndAddParticipant(ModelledInteraction interaction)Sets the Interaction and add the new Participant to its list of Participants.Constructors in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type ModelledInteraction Constructor Description XmlParticipantPoolWrapper(ParticipantPool part, ModelledInteraction wrapper)Constructor for XmlParticipantPoolWrapper.XmlParticipantWrapper(ExtendedPsiXmlParticipant part, ModelledInteraction wrapper)Constructor for XmlParticipantWrapper.Constructor parameters in psidev.psi.mi.jami.xml.model.extension.xml300 with type arguments of type ModelledInteraction Constructor Description XmlModelledParticipantPool(AbstractXmlParticipant<ModelledInteraction,ModelledFeature> delegate)Constructor for XmlModelledParticipantPool. -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.reference.xml253
Classes in psidev.psi.mi.jami.xml.model.reference.xml253 that implement ModelledInteraction Modifier and Type Class Description classAbstractComplexRefAbstract class for references to a complex -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.reference.xml254
Classes in psidev.psi.mi.jami.xml.model.reference.xml254 that implement ModelledInteraction Modifier and Type Class Description classAbstractComplexRefAbstract class for references to a complex -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.reference.xml300
Classes in psidev.psi.mi.jami.xml.model.reference.xml300 that implement ModelledInteraction Modifier and Type Class Description classAbstractComplexRefAbstract class for references to a complex -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.xml253
Methods in psidev.psi.mi.jami.xml.model.xml253 that return types with arguments of type ModelledInteraction Modifier and Type Method Description List<ModelledInteraction>ModelledEntry.JAXBInteractionsWrapper. getJAXBInteractions() -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.xml254
Methods in psidev.psi.mi.jami.xml.model.xml254 that return types with arguments of type ModelledInteraction Modifier and Type Method Description List<ModelledInteraction>ModelledEntry.JAXBInteractionsWrapper. getJAXBInteractions() -
Uses of ModelledInteraction in psidev.psi.mi.jami.xml.model.xml30
Methods in psidev.psi.mi.jami.xml.model.xml30 that return types with arguments of type ModelledInteraction Modifier and Type Method Description List<ModelledInteraction>ModelledEntry.JAXBInteractionsWrapper. getJAXBInteractions()
-