Uses of Interface
psidev.psi.mi.jami.model.Stoichiometry
-
-
Uses of Stoichiometry in psidev.psi.mi.jami.crosslink.extension
Constructors in psidev.psi.mi.jami.crosslink.extension with parameters of type Stoichiometry Constructor Description CsvExperimentalParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for CsvExperimentalParticipantCandidate.CsvExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, Stoichiometry stoichiometry)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence. -
Uses of Stoichiometry in psidev.psi.mi.jami.enricher.listener.impl
Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type Stoichiometry Modifier and Type Method Description void
EntityEnricherListenerManager. onStoichiometryUpdate(P participant, Stoichiometry oldStoichiometry)
onStoichiometryUpdate -
Uses of Stoichiometry in psidev.psi.mi.jami.enricher.listener.impl.writer
Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type Stoichiometry Modifier and Type Method Description void
EntityEnricherStatisticsWriter. onStoichiometryUpdate(P participant, Stoichiometry oldStoichiometry)
onStoichiometryUpdate -
Uses of Stoichiometry in psidev.psi.mi.jami.json.elements
Methods in psidev.psi.mi.jami.json.elements that return types with arguments of type Stoichiometry Modifier and Type Method Description JsonElementWriter<Stoichiometry>
SimpleJsonParticipantWriter. getStoichiometryWriter()
Getter for the fieldstoichiometryWriter
.Methods in psidev.psi.mi.jami.json.elements with parameters of type Stoichiometry Modifier and Type Method Description void
SimpleJsonStoichiometryWriter. write(Stoichiometry object)
write.Method parameters in psidev.psi.mi.jami.json.elements with type arguments of type Stoichiometry Modifier and Type Method Description void
SimpleJsonParticipantWriter. setStoichiometryWriter(JsonElementWriter<Stoichiometry> stoichiometryWriter)
Setter for the fieldstoichiometryWriter
. -
Uses of Stoichiometry in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type Stoichiometry Modifier and Type Method Description void
EntityChangeListener. onStoichiometryUpdate(F participant, Stoichiometry oldStoichiometry)
onStoichiometryUpdate -
Uses of Stoichiometry in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type Stoichiometry Modifier and Type Method Description void
EntityChangeLogger. onStoichiometryUpdate(T entity, Stoichiometry oldStoichiometry)
onStoichiometryUpdatevoid
ParticipantChangeLogger. onStoichiometryUpdate(T entity, Stoichiometry oldStoichiometry)
onStoichiometryUpdate -
Uses of Stoichiometry in psidev.psi.mi.jami.model
Methods in psidev.psi.mi.jami.model that return Stoichiometry Modifier and Type Method Description Stoichiometry
Entity. getStoichiometry()
The stoichiometry for this participant.Methods in psidev.psi.mi.jami.model with parameters of type Stoichiometry Modifier and Type Method Description void
Entity. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant. -
Uses of Stoichiometry in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement Stoichiometry Modifier and Type Class Description class
DefaultStoichiometry
Default implementation for stoichiometry Notes: The equals and hashcode methods have been overridden to be consistent with StoichiometryComparatorMethods in psidev.psi.mi.jami.model.impl that return Stoichiometry Modifier and Type Method Description Stoichiometry
AbstractEntity. getStoichiometry()
Getter for the fieldstoichiometry
.Methods in psidev.psi.mi.jami.model.impl with parameters of type Stoichiometry Modifier and Type Method Description void
AbstractEntity. setStoichiometry(Stoichiometry stoichiometry)
Setter for the fieldstoichiometry
.Constructors in psidev.psi.mi.jami.model.impl with parameters of type Stoichiometry Constructor Description AbstractEntity(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractEntity.AbstractParticipant(Interactor interactor, CvTerm bioRole, CvTerm biologicalEffect, Stoichiometry stoichiometry)
Constructor for AbstractParticipant.AbstractParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractParticipant.AbstractParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractParticipant.AbstractParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractParticipantCandidate.AbstractParticipantPool(String poolName, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractParticipantPool.AbstractParticipantPool(String poolName, Stoichiometry stoichiometry)
Constructor for AbstractParticipantPool.DefaultExperimentalParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultExperimentalParticipantCandidate.DefaultExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, Stoichiometry stoichiometry)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultModelledParticipant.DefaultModelledParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultModelledParticipant.DefaultModelledParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultModelledParticipantCandidate.DefaultModelledParticipantPool(String poolName, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultModelledParticipantPool.DefaultModelledParticipantPool(String poolName, Stoichiometry stoichiometry)
Constructor for DefaultModelledParticipantPool.DefaultNamedModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultNamedModelledParticipant.DefaultNamedModelledParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultNamedModelledParticipant.DefaultNamedParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipant.DefaultNamedParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipant.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultParticipant.DefaultParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultParticipant.DefaultParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultParticipantCandidate.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantPool(String poolName, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultParticipantPool.DefaultParticipantPool(String poolName, Stoichiometry stoichiometry)
Constructor for DefaultParticipantPool. -
Uses of Stoichiometry in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement Stoichiometry Modifier and Type Class Description class
MitabStoichiometry
Mitab extension for Stoichiometry.Constructors in psidev.psi.mi.jami.tab.extension with parameters of type Stoichiometry Constructor Description MitabModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for MitabModelledParticipant.MitabModelledParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for MitabModelledParticipant.MitabParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for MitabParticipant.MitabParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for MitabParticipant.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence. -
Uses of Stoichiometry in psidev.psi.mi.jami.utils.comparator.participant
Methods in psidev.psi.mi.jami.utils.comparator.participant with parameters of type Stoichiometry Modifier and Type Method Description static boolean
StoichiometryComparator. areEquals(Stoichiometry stc1, Stoichiometry stc2)
Use StoichiometryComparator to know if two stoichiometry are equals.int
StoichiometryComparator. compare(Stoichiometry stoichiometry1, Stoichiometry stoichiometry2)
It will first compare the minValue.static int
StoichiometryComparator. hashCode(Stoichiometry stc)
hashCode -
Uses of Stoichiometry 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 Stoichiometry Modifier and Type Method Description protected void
AbstractXmlModelledParticipantWriter. writeStoichiometryAttribute(Stoichiometry stc)
writeStoichiometryAttribute.protected void
AbstractXmlParticipantEvidenceWriter. writeStoichiometryAttribute(Stoichiometry stc)
writeStoichiometryAttribute.protected void
AbstractXmlParticipantWriter. writeStoichiometryAttribute(Stoichiometry stc)
writeStoichiometryAttribute. -
Uses of Stoichiometry 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 that return types with arguments of type Stoichiometry Modifier and Type Method Description PsiXmlElementWriter<Stoichiometry>
AbstractXmlModelledParticipantWriter. getStoichiometryWriter()
Getter for the fieldstoichiometryWriter
.PsiXmlElementWriter<Stoichiometry>
AbstractXmlParticipantEvidenceWriter. getStoichiometryWriter()
Getter for the fieldstoichiometryWriter
.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with type arguments of type Stoichiometry Modifier and Type Method Description void
AbstractXmlModelledParticipantWriter. setStoichiometryWriter(PsiXmlElementWriter<Stoichiometry> stoichiometryWriter)
Setter for the fieldstoichiometryWriter
.void
AbstractXmlParticipantEvidenceWriter. setStoichiometryWriter(PsiXmlElementWriter<Stoichiometry> stoichiometryWriter)
Setter for the fieldstoichiometryWriter
. -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 with parameters of type Stoichiometry Modifier and Type Method Description void
XmlStoichiometryWriter. write(Stoichiometry object)
write. -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.model.extension
Classes in psidev.psi.mi.jami.xml.model.extension that implement Stoichiometry Modifier and Type Class Description class
XmlStoichiometry
Xml implementation of stoichiometry -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement Stoichiometry Modifier and Type Class Description class
XmlStoichiometryRange
Xml 2.5 implementation of stoichiometry range valuesMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return Stoichiometry Modifier and Type Method Description Stoichiometry
AbstractXmlEntity. getStoichiometry()
Getter for the fieldstoichiometry
.Stoichiometry
AbstractXmlParticipant. getStoichiometry()
getStoichiometry.Stoichiometry
AbstractXmlParticipantPool. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlExperimentalParticipantCandidateWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantCandidateWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantEvidenceWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantWrapper. getStoichiometry()
The stoichiometry for this participant.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type Stoichiometry Modifier and Type Method Description void
AbstractXmlEntity. setStoichiometry(Stoichiometry stoichiometry)
Setter for the fieldstoichiometry
.void
AbstractXmlParticipant. setStoichiometry(Stoichiometry stoichiometry)
Setter for the fieldstoichiometry
.void
AbstractXmlParticipantPool. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlExperimentalParticipantCandidateWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantCandidateWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantEvidenceWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.Constructors in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type Stoichiometry Constructor Description AbstractXmlEntity(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractXmlEntity.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.AbstractXmlParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.XmlExperimentalParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlExperimentalParticipantCandidate.XmlModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlModelledParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlModelledParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipantCandidate.XmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence.XmlParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence. -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement Stoichiometry Modifier and Type Class Description class
XmlStoichiometryRange
Xml 2.5 implementation of stoichiometry range valuesMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return Stoichiometry Modifier and Type Method Description Stoichiometry
AbstractXmlEntity. getStoichiometry()
Getter for the fieldstoichiometry
.Stoichiometry
AbstractXmlParticipant. getStoichiometry()
getStoichiometry.Stoichiometry
AbstractXmlParticipantPool. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlExperimentalParticipantCandidateWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantCandidateWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantEvidenceWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantWrapper. getStoichiometry()
The stoichiometry for this participant.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type Stoichiometry Modifier and Type Method Description void
AbstractXmlEntity. setStoichiometry(Stoichiometry stoichiometry)
Setter for the fieldstoichiometry
.void
AbstractXmlParticipant. setStoichiometry(Stoichiometry stoichiometry)
Setter for the fieldstoichiometry
.void
AbstractXmlParticipantPool. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlExperimentalParticipantCandidateWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantCandidateWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantEvidenceWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.Constructors in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type Stoichiometry Constructor Description AbstractXmlEntity(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractXmlEntity.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.AbstractXmlParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.XmlExperimentalParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlExperimentalParticipantCandidate.XmlModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlModelledParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlModelledParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipantCandidate.XmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence.XmlParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence. -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement Stoichiometry Modifier and Type Class Description class
XmlStoichiometryRange
Xml 3.0 implementation of stoichiometry range valuesMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return Stoichiometry Modifier and Type Method Description Stoichiometry
AbstractXmlEntity. getStoichiometry()
Getter for the fieldstoichiometry
.Stoichiometry
AbstractXmlParticipant. getStoichiometry()
getStoichiometry.Stoichiometry
AbstractXmlParticipantPool. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlExperimentalParticipantCandidateWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantCandidateWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantEvidenceWrapper. getStoichiometry()
The stoichiometry for this participant.Stoichiometry
XmlParticipantWrapper. getStoichiometry()
The stoichiometry for this participant.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type Stoichiometry Modifier and Type Method Description void
AbstractXmlEntity. setStoichiometry(Stoichiometry stoichiometry)
Setter for the fieldstoichiometry
.void
AbstractXmlParticipant. setStoichiometry(Stoichiometry stoichiometry)
Setter for the fieldstoichiometry
.void
AbstractXmlParticipantPool. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlExperimentalParticipantCandidateWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantCandidateWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantEvidenceWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.void
XmlParticipantWrapper. setStoichiometry(Stoichiometry stoichiometry)
Sets the stoichiometry for this participant.Constructors in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type Stoichiometry Constructor Description AbstractXmlEntity(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractXmlEntity.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.AbstractXmlParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.XmlExperimentalParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlExperimentalParticipantCandidate.XmlModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlModelledParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlModelledParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipantCandidate.XmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence.XmlParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence. -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.model.reference.xml253
Methods in psidev.psi.mi.jami.xml.model.reference.xml253 that return Stoichiometry Modifier and Type Method Description Stoichiometry
AbstractEntityRef. getStoichiometry()
getStoichiometry.Stoichiometry
AbstractParticipantRef. getStoichiometry()
getStoichiometry.Methods in psidev.psi.mi.jami.xml.model.reference.xml253 with parameters of type Stoichiometry Modifier and Type Method Description void
AbstractEntityRef. setStoichiometry(Stoichiometry stoichiometry)
setStoichiometry.void
AbstractParticipantRef. setStoichiometry(Stoichiometry stoichiometry)
setStoichiometry. -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.model.reference.xml254
Methods in psidev.psi.mi.jami.xml.model.reference.xml254 that return Stoichiometry Modifier and Type Method Description Stoichiometry
AbstractEntityRef. getStoichiometry()
getStoichiometry.Stoichiometry
AbstractParticipantRef. getStoichiometry()
getStoichiometry.Methods in psidev.psi.mi.jami.xml.model.reference.xml254 with parameters of type Stoichiometry Modifier and Type Method Description void
AbstractEntityRef. setStoichiometry(Stoichiometry stoichiometry)
setStoichiometry.void
AbstractParticipantRef. setStoichiometry(Stoichiometry stoichiometry)
setStoichiometry. -
Uses of Stoichiometry in psidev.psi.mi.jami.xml.model.reference.xml300
Methods in psidev.psi.mi.jami.xml.model.reference.xml300 that return Stoichiometry Modifier and Type Method Description Stoichiometry
AbstractEntityRef. getStoichiometry()
getStoichiometry.Stoichiometry
AbstractParticipantRef. getStoichiometry()
getStoichiometry.Methods in psidev.psi.mi.jami.xml.model.reference.xml300 with parameters of type Stoichiometry Modifier and Type Method Description void
AbstractEntityRef. setStoichiometry(Stoichiometry stoichiometry)
setStoichiometry.void
AbstractParticipantRef. setStoichiometry(Stoichiometry stoichiometry)
setStoichiometry.
-