| Package | Description |
|---|---|
| org.sbml.jsbml |
Pure Java™ implementation of the data structures to represent all SBML
constructs.
|
| org.sbml.jsbml.util |
A collection of handy utilities when working with JSBML classes,
such as classes for String manipulation or mathematical operations.
|
| org.sbml.jsbml.validator.offline.constraints.helper |
| Modifier and Type | Method and Description |
|---|---|
KineticLaw |
KineticLaw.clone() |
KineticLaw |
Model.createKineticLaw()
Creates a new
KineticLaw inside the last Reaction object
created in this Model, and returns a pointer to it. |
KineticLaw |
Reaction.createKineticLaw()
Creates a new
KineticLaw object, installs it as this
Reaction's 'kineticLaw' sub-element, and returns it. |
KineticLaw |
Reaction.getKineticLaw() |
| Modifier and Type | Method and Description |
|---|---|
void |
Reaction.setKineticLaw(KineticLaw kineticLaw)
Sets the kineticLaw of this
Reaction. |
| Constructor and Description |
|---|
KineticLaw(KineticLaw kineticLaw)
Creates a KineticLaw instance from a given KineticLaw.
|
| Modifier and Type | Method and Description |
|---|---|
static KineticLaw |
ModelBuilder.buildKineticLaw(Reaction reaction,
java.lang.String formula,
Pair<java.lang.String,java.lang.Double>... localParameters) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ValidationTools.hasCorrectUnits(ValidationContext ctx,
KineticLaw kl)
Returns true if the given
KineticLaw has correct derived units. |