Uses of Interface
psidev.psi.mi.jami.model.ModelledParticipant
-
-
Uses of ModelledParticipant in psidev.psi.mi.jami.binary.expansion
Methods in psidev.psi.mi.jami.binary.expansion that return ModelledParticipant Modifier and Type Method Description protected ModelledParticipantModelledInteractionSpokeExpansion. collectBestBaitForSpokeExpansion(ModelledInteraction interaction)collectBestBaitForSpokeExpansionprotected ModelledParticipantModelledInteractionBipartiteExpansion. createParticipantForComplexEntity(Complex complexEntity)createParticipantForComplexEntityprotected ModelledParticipant[]ModelledInteractionMatrixExpansion. createParticipantsArray(ModelledInteraction interaction)createParticipantsArray -
Uses of ModelledParticipant in psidev.psi.mi.jami.binary.impl
Constructors in psidev.psi.mi.jami.binary.impl with parameters of type ModelledParticipant Constructor Description DefaultModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion, CvTerm causalRegulatoryMechanism)Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB)Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for DefaultModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB)Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for DefaultNamedModelledBinaryInteraction. -
Uses of ModelledParticipant in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl with parameters of type ModelledParticipant Modifier and Type Method Description voidCompositeModelledParticipantEnricher. enrich(ModelledParticipant object)enrich.voidCompositeModelledParticipantEnricher. enrich(ModelledParticipant object, ModelledParticipant objectSource)enrich.Method parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type ModelledParticipant Modifier and Type Method Description voidCompositeModelledParticipantEnricher. enrich(Collection<ModelledParticipant> objects)enrich.Constructor parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type ModelledParticipant Constructor Description CompositeModelledParticipantEnricher(ParticipantEnricher<ModelledParticipant,ModelledFeature> entityBaseEnricher)Constructor for CompositeModelledParticipantEnricher. -
Uses of ModelledParticipant in psidev.psi.mi.jami.factory
Methods in psidev.psi.mi.jami.factory with parameters of type ModelledParticipant 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 participants -
Uses of ModelledParticipant in psidev.psi.mi.jami.html
Methods in psidev.psi.mi.jami.html that return types with arguments of type ModelledParticipant Modifier and Type Method Description protected AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature>AbstractMIHtmlWriter. getComplexWriter()Getter for the fieldcomplexWriter.Methods in psidev.psi.mi.jami.html with parameters of type ModelledParticipant Modifier and Type Method Description protected voidMIModelledHtmlWriter. writeConfidences(ModelledParticipant participant)writeConfidencesprotected voidMIModelledHtmlWriter. writeExperimentalPreparations(ModelledParticipant participant)writeExperimentalPreparationsprotected voidMIModelledHtmlWriter. writeExperimentalRole(ModelledParticipant participant)writeExperimentalRoleprotected voidMIModelledHtmlWriter. writeExpressedInOrganism(ModelledParticipant participant)writeExpressedInOrganismprotected voidMIModelledHtmlWriter. writeParameters(ModelledParticipant participant)writeParametersprotected voidMIModelledHtmlWriter. writeParticipantIdentificationMethods(ModelledParticipant participant)writeParticipantIdentificationMethodsConstructor parameters in psidev.psi.mi.jami.html with type arguments of type ModelledParticipant 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 ModelledParticipant in psidev.psi.mi.jami.model
Subinterfaces of ModelledParticipant in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceModelledParticipantPoolA pool of modelled participant candidates -
Uses of ModelledParticipant in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement ModelledParticipant Modifier and Type Class Description classDefaultModelledParticipantDefault implementation for ModelledParticipant Notes: The equals and hashcode methods have NOT been overridden because the ModelledParticipant object is a complex object.classDefaultModelledParticipantPoolDefault implementation of ParticipantPoolclassDefaultNamedModelledParticipantDefault implementation of Named modelled participantMethods in psidev.psi.mi.jami.model.impl that return types with arguments of type ModelledParticipant Modifier and Type Method Description Collection<ModelledParticipant>DefaultComplex. getParticipants()getParticipantsMethods in psidev.psi.mi.jami.model.impl with parameters of type ModelledParticipant Modifier and Type Method Description booleanDefaultComplex. addParticipant(ModelledParticipant part)addParticipantbooleanDefaultComplex. removeParticipant(ModelledParticipant part)removeParticipantMethod parameters in psidev.psi.mi.jami.model.impl with type arguments of type ModelledParticipant Modifier and Type Method Description booleanDefaultComplex. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionprotected voidDefaultComplex. initialiseComponentsWith(Collection<ModelledParticipant> components)initialiseComponentsWithbooleanDefaultComplex. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.Constructors in psidev.psi.mi.jami.model.impl with parameters of type ModelledParticipant Constructor Description DefaultAllostery(CvTerm outcome, CvTerm response, ModelledParticipant allostericMolecule, T allostericEffector)Constructor for DefaultAllostery.DefaultAllostery(CvTerm outcome, ModelledParticipant allostericMolecule, T allostericEffector)Constructor for DefaultAllostery.DefaultModelledFeature(ModelledParticipant participant)Constructor for DefaultModelledFeature.DefaultModelledFeature(ModelledParticipant participant, String shortName, String fullName)Constructor for DefaultModelledFeature.DefaultModelledFeature(ModelledParticipant participant, String shortName, String fullName, CvTerm type)Constructor for DefaultModelledFeature.DefaultModelledFeature(ModelledParticipant participant, CvTerm type)Constructor for DefaultModelledFeature.DefaultMoleculeEffector(ModelledParticipant participant)Constructor for DefaultMoleculeEffector. -
Uses of ModelledParticipant in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement ModelledParticipant Modifier and Type Class Description classMitabModelledParticipantMitab extension for ModelledParticipant It contains a FileSourceLocatorConstructors in psidev.psi.mi.jami.tab.extension with parameters of type ModelledParticipant Constructor Description MitabModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB)Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for MitabModelledBinaryInteraction.MitabModelledFeature(ModelledParticipant participant)Constructor for MitabModelledFeature.MitabModelledFeature(ModelledParticipant participant, String shortName, String fullName)Constructor for MitabModelledFeature.MitabModelledFeature(ModelledParticipant participant, String shortName, String fullName, CvTerm type)Constructor for MitabModelledFeature.MitabModelledFeature(ModelledParticipant participant, CvTerm type)Constructor for MitabModelledFeature. -
Uses of ModelledParticipant in psidev.psi.mi.jami.tab.io.iterator
Constructor parameters in psidev.psi.mi.jami.tab.io.iterator with type arguments of type ModelledParticipant Constructor Description MitabModelledBinaryIterator(MitabLineParser<ModelledBinaryInteraction,ModelledParticipant,ModelledFeature> lineParser)Constructor for MitabModelledBinaryIterator.MitabModelledInteractionIterator(MitabLineParser<ModelledInteraction,ModelledParticipant,ModelledFeature> lineParser)Constructor for MitabModelledInteractionIterator. -
Uses of ModelledParticipant in psidev.psi.mi.jami.tab.io.writer
Method parameters in psidev.psi.mi.jami.tab.io.writer with type arguments of type ModelledParticipant Modifier and Type Method Description protected voidMitab25BinaryWriter. setModelledBinaryWriter(AbstractMitab25BinaryWriter<ModelledBinaryInteraction,ModelledParticipant> modelledBinaryWriter)Setter for the fieldmodelledBinaryWriter.protected voidMitab26BinaryWriter. setModelledBinaryWriter(AbstractMitab26BinaryWriter<ModelledBinaryInteraction,ModelledParticipant> modelledBinaryWriter)Setter for the fieldmodelledBinaryWriter.protected voidMitab27BinaryWriter. setModelledBinaryWriter(AbstractMitab27BinaryWriter<ModelledBinaryInteraction,ModelledParticipant> modelledBinaryWriter)Setter for the fieldmodelledBinaryWriter.protected voidMitab28BinaryWriter. setModelledBinaryWriter(AbstractMitab28BinaryWriter<ModelledBinaryInteraction,ModelledParticipant> modelledBinaryWriter)Setter for the fieldmodelledBinaryWriter. -
Uses of ModelledParticipant in psidev.psi.mi.jami.tab.io.writer.feeder
Methods in psidev.psi.mi.jami.tab.io.writer.feeder with parameters of type ModelledParticipant Modifier and Type Method Description voidMitabModelledInteractionFeeder. writeAlias(ModelledParticipant participant, Alias alias)This methods write the dbsource, alias name and alias type of an alias.voidMitabModelledInteractionFeeder. writeExperimentalRole(ModelledParticipant participant)writeExperimentalRole.voidMitabModelledInteractionFeeder. writeParticipantIdentificationMethod(ModelledParticipant participant)writeParticipantIdentificationMethod. -
Uses of ModelledParticipant in psidev.psi.mi.jami.tab.io.writer.feeder.extended
Methods in psidev.psi.mi.jami.tab.io.writer.feeder.extended with parameters of type ModelledParticipant Modifier and Type Method Description voidExtendedMitabModelledInteractionFeeder. writeAlias(ModelledParticipant participant, Alias alias)This methods write the dbsource, alias name and alias type of an alias. -
Uses of ModelledParticipant in psidev.psi.mi.jami.tab.utils
Methods in psidev.psi.mi.jami.tab.utils with parameters of type ModelledParticipant Modifier and Type Method Description static StringMitabUtils. findDbSourceForAlias(ModelledParticipant participant, Alias alias)The source of the Alias is uniprotkb if the alias type is gene name, gene name synonym, isoform synonym, locus name or orf name. -
Uses of ModelledParticipant in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return ModelledParticipant Modifier and Type Method Description static ModelledParticipantParticipantUtils. createBasicModelledParticipant()createBasicModelledParticipantMethods in psidev.psi.mi.jami.utils that return types with arguments of type ModelledParticipant Modifier and Type Method Description static Collection<ModelledParticipant>ComplexUtils. expandComplexIntoParticipants(ModelledParticipant parentParticipant)Expands the given complex participant.Methods in psidev.psi.mi.jami.utils with parameters of type ModelledParticipant Modifier and Type Method Description static Collection<ModelledParticipant>ComplexUtils. expandComplexIntoParticipants(ModelledParticipant parentParticipant)Expands the given complex participant.static voidComplexUtils. maintainProteinComparableParticipantMap(Map<String,ModelledComparableParticipant> map, ModelledParticipant... modelledParticipants) -
Uses of ModelledParticipant in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type ModelledParticipant Modifier and Type Method Description static voidParticipantCloner. copyAndOverrideModelledParticipantProperties(ModelledParticipant source, ModelledParticipant target, boolean createNewFeature)This method will copy properties of modelled participant source in modelled participant target and will override all the other properties of Target modelled participant. -
Uses of ModelledParticipant in psidev.psi.mi.jami.utils.comparator.interaction
Methods in psidev.psi.mi.jami.utils.comparator.interaction that return types with arguments of type ModelledParticipant Modifier and Type Method Description CollectionComparator<ModelledParticipant>ModelledInteractionComparator. getParticipantCollectionComparator()Getter for the fieldparticipantCollectionComparator.Constructor parameters in psidev.psi.mi.jami.utils.comparator.interaction with type arguments of type ModelledParticipant Constructor Description ModelledInteractionComparator(CollectionComparator<ModelledParticipant> participantComparator, Comparator<Interaction> interactionComparator)Constructor for ModelledInteractionComparator. -
Uses of ModelledParticipant in psidev.psi.mi.jami.utils.comparator.participant
Methods in psidev.psi.mi.jami.utils.comparator.participant with parameters of type ModelledParticipant Modifier and Type Method Description static booleanDefaultExactModelledParticipantComparator. areEquals(ModelledParticipant bioParticipant1, ModelledParticipant bioParticipant2, boolean checkComplexesAsInteractors)It will compare the basic properties of a biological participant using DefaultExactParticipantBaseComparator.static booleanDefaultModelledParticipantComparator. areEquals(ModelledParticipant bioParticipant1, ModelledParticipant bioParticipant2, boolean checkComplexesAsInteractors)It will compare the basic properties of a biological participant using DefaultParticipantBaseComparator.static booleanUnambiguousExactModelledParticipantComparator. areEquals(ModelledParticipant component1, ModelledParticipant component2)Use UnambiguousExactModelledParticipantComparator to know if two biological participant are equals.static booleanUnambiguousModelledParticipantComparator. areEquals(ModelledParticipant component1, ModelledParticipant component2)Use UnambiguousModelledParticipantComparator to know if two biological participants are equals.intModelledParticipantComparator. compare(ModelledParticipant bioParticipant1, ModelledParticipant bioParticipant2)It will compare the basic properties of a biological participant using ParticipantBaseComparator.intUnambiguousExactModelledParticipantComparator. compare(ModelledParticipant component1, ModelledParticipant component2)It will compare the basic properties of a component using UnambiguousExactParticipantBaseComparator.intUnambiguousModelledParticipantComparator. compare(ModelledParticipant component1, ModelledParticipant component2)It will compare the basic properties of a biological participant using UnambiguousParticipantBaseComparator.Constructor parameters in psidev.psi.mi.jami.utils.comparator.participant with type arguments of type ModelledParticipant Constructor Description ModelledParticipantCollectionComparator(CustomizableModelledParticipantComparator<ModelledParticipant> biologicalParticipantComparator)Creates a new component CollectionComparator. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with parameters of type ModelledParticipant Modifier and Type Method Description protected voidAbstractXmlModelledParticipantWriter. writeConfidences(ModelledParticipant object)writeConfidences.protected voidAbstractXmlModelledParticipantWriter. writeExperimentalInteractor(ModelledParticipant object)writeExperimentalInteractor.protected voidAbstractXmlModelledParticipantWriter. writeExperimentalPreparations(ModelledParticipant object)writeExperimentalPreparations.protected voidAbstractXmlModelledParticipantWriter. writeExperimentalRoles(ModelledParticipant object)writeExperimentalRoles.protected voidAbstractXmlModelledParticipantWriter. writeHostOrganisms(ModelledParticipant object)writeHostOrganisms.protected voidAbstractXmlModelledParticipantWriter. writeParameters(ModelledParticipant object)writeParameters.protected voidAbstractXmlModelledParticipantWriter. writeParticipantIdentificationMethods(ModelledParticipant object, CvTerm method)writeParticipantIdentificationMethods. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25 with parameters of type ModelledParticipant Modifier and Type Method Description protected voidAbstractXmlModelledParticipantWriter. writeOtherAttributes(ModelledParticipant object, boolean writeAttributeList)writeOtherAttributes.protected voidAbstractXmlModelledParticipantWriter. writeStoichiometry(ModelledParticipant object)writeStoichiometry. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with parameters of type ModelledParticipant Modifier and Type Method Description protected voidAbstractXmlModelledParticipantWriter. writeConfidences(ModelledParticipant object)writeConfidences.protected voidAbstractXmlModelledParticipantWriter. writeExperimentalInteractor(ModelledParticipant object)writeExperimentalInteractor.protected voidAbstractXmlModelledParticipantWriter. writeExperimentalPreparations(ModelledParticipant object)writeExperimentalPreparations.protected voidAbstractXmlModelledParticipantWriter. writeExperimentalRoles(ModelledParticipant object)writeExperimentalRoles.protected voidAbstractXmlModelledParticipantWriter. writeHostOrganisms(ModelledParticipant object)writeHostOrganisms.protected voidAbstractXmlModelledParticipantWriter. writeOtherAttributes(ModelledParticipant object, boolean writeAttributeList)writeOtherAttributes.protected voidAbstractXmlModelledParticipantWriter. writeParameters(ModelledParticipant object)writeParameters.protected voidAbstractXmlModelledParticipantWriter. writeParticipantIdentificationMethods(ModelledParticipant object, CvTerm method)writeParticipantIdentificationMethods.protected voidAbstractXmlModelledParticipantWriter. writeStoichiometry(ModelledParticipant object)writeStoichiometry. -
Uses of ModelledParticipant 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 ModelledParticipant Modifier and Type Method Description protected voidXmlNamedModelledParticipantWriter. writeNames(ModelledParticipant object)writeNames. -
Uses of ModelledParticipant 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 ModelledParticipant Modifier and Type Method Description protected voidXmlNamedModelledParticipantWriter. writeNames(ModelledParticipant object)writeNames. -
Uses of ModelledParticipant 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 ModelledParticipant Modifier and Type Method Description protected voidXmlNamedModelledParticipantWriter. writeNames(ModelledParticipant object)writeNames. -
Uses of ModelledParticipant 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 ModelledParticipant Modifier and Type Method Description protected voidXmlNamedModelledParticipantWriter. writeNames(ModelledParticipant object)writeNames. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.extension.binary
Methods in psidev.psi.mi.jami.xml.model.extension.binary that return ModelledParticipant Modifier and Type Method Description ModelledParticipantXmlModelledBinaryInteractionWrapper. getParticipantA()getParticipantA.ModelledParticipantXmlModelledBinaryInteractionWrapper. getParticipantB()getParticipantB.Methods in psidev.psi.mi.jami.xml.model.extension.binary that return types with arguments of type ModelledParticipant Modifier and Type Method Description Collection<ModelledParticipant>XmlModelledBinaryInteractionWrapper. getParticipants()The collection of participants involved in this interaction.Methods in psidev.psi.mi.jami.xml.model.extension.binary with parameters of type ModelledParticipant Modifier and Type Method Description booleanXmlModelledBinaryInteractionWrapper. addParticipant(ModelledParticipant part)This method will add the participant and set the interaction of the new participant to this current interactionbooleanXmlModelledBinaryInteractionWrapper. removeParticipant(ModelledParticipant part)This method will remove the participant and set the interaction of the new participant to nullvoidXmlModelledBinaryInteractionWrapper. setParticipantA(ModelledParticipant participantA)setParticipantA.voidXmlModelledBinaryInteractionWrapper. setParticipantB(ModelledParticipant participantB)setParticipantB.Method parameters in psidev.psi.mi.jami.xml.model.extension.binary with type arguments of type ModelledParticipant Modifier and Type Method Description booleanXmlModelledBinaryInteractionWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlModelledBinaryInteractionWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.Constructors in psidev.psi.mi.jami.xml.model.extension.binary with parameters of type ModelledParticipant Constructor Description XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for XmlModelledBinaryInteraction. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.extension.binary.xml30
Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 that return ModelledParticipant Modifier and Type Method Description ModelledParticipantXmlModelledBinaryInteractionWrapper. getParticipantA()getParticipantA.ModelledParticipantXmlModelledBinaryInteractionWrapper. getParticipantB()getParticipantB.Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 that return types with arguments of type ModelledParticipant Modifier and Type Method Description Collection<ModelledParticipant>XmlModelledBinaryInteractionWrapper. getParticipants()The collection of participants involved in this interaction.Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 with parameters of type ModelledParticipant Modifier and Type Method Description booleanXmlModelledBinaryInteractionWrapper. addParticipant(ModelledParticipant part)This method will add the participant and set the interaction of the new participant to this current interactionbooleanXmlModelledBinaryInteractionWrapper. removeParticipant(ModelledParticipant part)This method will remove the participant and set the interaction of the new participant to nullvoidXmlModelledBinaryInteractionWrapper. setParticipantA(ModelledParticipant participantA)setParticipantA.voidXmlModelledBinaryInteractionWrapper. setParticipantB(ModelledParticipant participantB)setParticipantB.Method parameters in psidev.psi.mi.jami.xml.model.extension.binary.xml30 with type arguments of type ModelledParticipant Modifier and Type Method Description booleanXmlModelledBinaryInteractionWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlModelledBinaryInteractionWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.Constructors in psidev.psi.mi.jami.xml.model.extension.binary.xml30 with parameters of type ModelledParticipant Constructor Description XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB)Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)Constructor for XmlModelledBinaryInteraction. -
Uses of ModelledParticipant 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 ModelledParticipant 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 participants -
Uses of ModelledParticipant 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 ModelledParticipant 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 participants -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement ModelledParticipant Modifier and Type Class Description classXmlExperimentalParticipantPoolWrapperWrapper for Xml participants pools Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlModelledParticipantXML implementation of ModelledParticipantclassXmlModelledParticipantPoolXml implementation of participant poolclassXmlParticipantEvidenceWrapperWrapper for Xml participants Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlParticipantPoolWrapperWrapper for XmlParticipantclassXmlParticipantWrapperWrapper for XmlParticipantMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return types with arguments of type ModelledParticipant Modifier and Type Method Description List<ModelledParticipant>AbstractXmlModelledInteraction.JAXBParticipantWrapper. getJAXBParticipants()Collection<ModelledParticipant>XmlBasicInteractionComplexWrapper. getParticipants()getParticipants.Collection<ModelledParticipant>XmlInteractionEvidenceComplexWrapper. getParticipants()getParticipants.Collection<ModelledParticipant>XmlModelledInteractionComplexWrapper. getParticipants()getParticipants.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type ModelledParticipant Modifier and Type Method Description booleanXmlBasicInteractionComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlInteractionEvidenceComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlModelledInteractionComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlBasicInteractionComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.booleanXmlInteractionEvidenceComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.booleanXmlModelledInteractionComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml253 with type arguments of type ModelledParticipant Modifier and Type Method Description booleanXmlBasicInteractionComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlInteractionEvidenceComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlModelledInteractionComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlBasicInteractionComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.booleanXmlInteractionEvidenceComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.booleanXmlModelledInteractionComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement ModelledParticipant Modifier and Type Class Description classXmlExperimentalParticipantPoolWrapperWrapper for Xml participants pools Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlModelledParticipantXML implementation of ModelledParticipantclassXmlModelledParticipantPoolXml implementation of participant poolclassXmlParticipantEvidenceWrapperWrapper for Xml participants Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlParticipantPoolWrapperWrapper for XmlParticipantclassXmlParticipantWrapperWrapper for XmlParticipantMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return types with arguments of type ModelledParticipant Modifier and Type Method Description List<ModelledParticipant>AbstractXmlModelledInteraction.JAXBParticipantWrapper. getJAXBParticipants()Collection<ModelledParticipant>XmlBasicInteractionComplexWrapper. getParticipants()getParticipants.Collection<ModelledParticipant>XmlInteractionEvidenceComplexWrapper. getParticipants()getParticipants.Collection<ModelledParticipant>XmlModelledInteractionComplexWrapper. getParticipants()getParticipants.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type ModelledParticipant Modifier and Type Method Description booleanXmlBasicInteractionComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlInteractionEvidenceComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlModelledInteractionComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlBasicInteractionComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.booleanXmlInteractionEvidenceComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.booleanXmlModelledInteractionComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml254 with type arguments of type ModelledParticipant Modifier and Type Method Description booleanXmlBasicInteractionComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlInteractionEvidenceComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlModelledInteractionComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlBasicInteractionComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.booleanXmlInteractionEvidenceComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.booleanXmlModelledInteractionComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement ModelledParticipant Modifier and Type Class Description classXmlExperimentalParticipantPoolWrapperWrapper for Xml participants pools Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlModelledParticipantXML implementation of ModelledParticipantclassXmlModelledParticipantPoolXml implementation of participant poolclassXmlParticipantEvidenceWrapperWrapper for Xml participants Addeding new modelled feature to this participant will not add new feature evidences to the wrapped participant evidence as they are incompatibles.classXmlParticipantPoolWrapperWrapper for XmlParticipantclassXmlParticipantWrapperWrapper for XmlParticipantMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type ModelledParticipant Modifier and Type Method Description List<ModelledParticipant>AbstractXmlModelledInteraction.JAXBParticipantWrapper. getJAXBParticipants()List<ModelledParticipant>XmlModelledInteraction.JAXBParticipantWrapper. getJAXBParticipants()Collection<ModelledParticipant>XmlBasicInteractionComplexWrapper. getParticipants()getParticipants.Collection<ModelledParticipant>XmlInteractionEvidenceComplexWrapper. getParticipants()getParticipants.Collection<ModelledParticipant>XmlModelledInteractionComplexWrapper. getParticipants()getParticipants.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type ModelledParticipant Modifier and Type Method Description booleanXmlBasicInteractionComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlInteractionEvidenceComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlModelledInteractionComplexWrapper. addParticipant(ModelledParticipant part)addParticipant.booleanXmlBasicInteractionComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.booleanXmlInteractionEvidenceComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.booleanXmlModelledInteractionComplexWrapper. removeParticipant(ModelledParticipant part)removeParticipant.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml300 with type arguments of type ModelledParticipant Modifier and Type Method Description booleanXmlBasicInteractionComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlInteractionEvidenceComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlModelledInteractionComplexWrapper. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanXmlBasicInteractionComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.booleanXmlInteractionEvidenceComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.booleanXmlModelledInteractionComplexWrapper. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.reference.xml253
Methods in psidev.psi.mi.jami.xml.model.reference.xml253 that return types with arguments of type ModelledParticipant Modifier and Type Method Description Collection<ModelledParticipant>AbstractComplexRef. getParticipants()getParticipants.Methods in psidev.psi.mi.jami.xml.model.reference.xml253 with parameters of type ModelledParticipant Modifier and Type Method Description booleanAbstractComplexRef. addParticipant(ModelledParticipant part)addParticipant.booleanAbstractComplexRef. removeParticipant(ModelledParticipant part)removeParticipant.Method parameters in psidev.psi.mi.jami.xml.model.reference.xml253 with type arguments of type ModelledParticipant Modifier and Type Method Description booleanAbstractComplexRef. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanAbstractComplexRef. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.reference.xml254
Methods in psidev.psi.mi.jami.xml.model.reference.xml254 that return types with arguments of type ModelledParticipant Modifier and Type Method Description Collection<ModelledParticipant>AbstractComplexRef. getParticipants()getParticipants.Methods in psidev.psi.mi.jami.xml.model.reference.xml254 with parameters of type ModelledParticipant Modifier and Type Method Description booleanAbstractComplexRef. addParticipant(ModelledParticipant part)addParticipant.booleanAbstractComplexRef. removeParticipant(ModelledParticipant part)removeParticipant.Method parameters in psidev.psi.mi.jami.xml.model.reference.xml254 with type arguments of type ModelledParticipant Modifier and Type Method Description booleanAbstractComplexRef. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanAbstractComplexRef. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null. -
Uses of ModelledParticipant in psidev.psi.mi.jami.xml.model.reference.xml300
Methods in psidev.psi.mi.jami.xml.model.reference.xml300 that return types with arguments of type ModelledParticipant Modifier and Type Method Description Collection<ModelledParticipant>AbstractComplexRef. getParticipants()getParticipants.Methods in psidev.psi.mi.jami.xml.model.reference.xml300 with parameters of type ModelledParticipant Modifier and Type Method Description booleanAbstractComplexRef. addParticipant(ModelledParticipant part)addParticipant.booleanAbstractComplexRef. removeParticipant(ModelledParticipant part)removeParticipant.Method parameters in psidev.psi.mi.jami.xml.model.reference.xml300 with type arguments of type ModelledParticipant Modifier and Type Method Description booleanAbstractComplexRef. addAllParticipants(Collection<? extends ModelledParticipant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanAbstractComplexRef. removeAllParticipants(Collection<? extends ModelledParticipant> participants)This method will remove the participant and set the interaction of the removed participant to null.
-