Class SBMLReaction
java.lang.Object
org.episteme.natural.biology.loaders.sbml.SBMLReaction
Represents a reaction in an SBML model.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocalParameter(String parameterId, Real value) voidaddModifier(String speciesId) voidaddProduct(String speciesId, Real stoichiometry) voidaddReactant(String speciesId, Real stoichiometry) Returns a human-readable reaction equation string.getId()getName()booleanisFast()booleanvoidsetFast(boolean fast) voidsetGeneProductAssociation(String geneProductAssociation) voidvoidsetKineticLawFormula(String kineticLawFormula) voidsetLowerBound(Real lowerFluxBound) voidvoidsetReversible(boolean reversible) voidsetUpperBound(Real upperFluxBound) toString()
-
Constructor Details
-
SBMLReaction
public SBMLReaction()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
isReversible
public boolean isReversible() -
setReversible
public void setReversible(boolean reversible) -
isFast
public boolean isFast() -
setFast
public void setFast(boolean fast) -
getKineticLawFormula
-
setKineticLawFormula
-
getReactants
-
addReactant
-
getProducts
-
addProduct
-
getModifiers
-
addModifier
-
getLocalParameters
-
addLocalParameter
-
getLowerBound
-
setLowerBound
-
getUpperBound
-
setUpperBound
-
getGeneProductAssociation
-
setGeneProductAssociation
-
getEquationString
Returns a human-readable reaction equation string. -
toString
-