Modifier and Type | Method and Description |
---|---|
StoichiometryMath |
StoichiometryMath.cloneObject()
Creates and returns a deep copy of this
StoichiometryMath object. |
StoichiometryMath |
SpeciesReference.createStoichiometryMath()
Creates a new, empty
StoichiometryMath object, adds it to this
SpeciesReference , and returns it. |
StoichiometryMath |
SpeciesReference.getStoichiometryMath()
Get the content of the 'stoichiometryMath' subelement as an
ASTNode
tree. |
Modifier and Type | Method and Description |
---|---|
int |
SpeciesReference.setStoichiometryMath(StoichiometryMath math)
Sets the 'stoichiometryMath' subelement of this
SpeciesReference . |
Constructor and Description |
---|
StoichiometryMath(StoichiometryMath orig)
Copy constructor; creates a copy of this
StoichiometryMath . |