public class StoichiometryValue extends Object
SpeciesReference
with a stoichiometry occuring in some Reaction
the stoichiometry.Constructor and Description |
---|
StoichiometryValue(org.sbml.jsbml.SpeciesReference sr,
int speciesRefIndex,
Map<String,Double> stoichiometricCoefHash,
double[] Y,
ASTNodeValue stoichiometryMathValue) |
Modifier and Type | Method and Description |
---|---|
double |
compileDouble(double time)
Computes the value of the stoichiometry at the current time if it has not been computed yet or
is not constant.
|
double |
getStoichiometry() |
boolean |
getStoichiometrySet() |
void |
refresh()
Refreshes the stoichiometry.
|
public StoichiometryValue(org.sbml.jsbml.SpeciesReference sr, int speciesRefIndex, Map<String,Double> stoichiometricCoefHash, double[] Y, ASTNodeValue stoichiometryMathValue)
sr
- speciesRefIndex
- stoichiometricCoefHash
- Y
- stoichiometryMathValue
- public double compileDouble(double time)
time
- public void refresh()
public boolean getStoichiometrySet()
public double getStoichiometry()
Copyright © 2007–2021. All rights reserved.