Class SBMLParameter
java.lang.Object
org.episteme.natural.biology.loaders.sbml.SBMLParameter
Represents a global parameter in an SBML model.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SBMLParameter
public SBMLParameter()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getValue
-
setValue
-
getUnits
-
setUnits
-
isConstant
public boolean isConstant() -
setConstant
public void setConstant(boolean constant) -
toString
-