Modifier and Type | Method and Description |
---|---|
KineticLaw |
KineticLaw.cloneObject()
Creates and returns a deep copy of this
KineticLaw object. |
KineticLaw |
Reaction.createKineticLaw()
Creates a new
KineticLaw object, installs it as this Reaction 's
'kineticLaw' subelement, and returns it. |
KineticLaw |
Model.createKineticLaw()
Creates a new
KineticLaw inside the last Reaction object created in
this Model , and returns a pointer to it. |
KineticLaw |
Reaction.getKineticLaw()
Returns the
KineticLaw object contained in this Reaction . |
Modifier and Type | Method and Description |
---|---|
int |
Reaction.setKineticLaw(KineticLaw kl)
Sets the 'kineticLaw' subelement of this
Reaction to a copy of the
given KineticLaw object. |
Constructor and Description |
---|
KineticLaw(KineticLaw orig)
Copy constructor; creates a copy of this
KineticLaw . |