org.simulator.sbml.astnode
Class ReactionValue
java.lang.Object
org.simulator.sbml.astnode.ASTNodeValue
org.simulator.sbml.astnode.ReactionValue
public class ReactionValue
- extends ASTNodeValue
This class computes and stores values of ASTNode
s that refer to a
Reaction
.
- Since:
- 1.0
- Version:
- $Rev: 391 $
- Author:
- Roland Keller
Fields inherited from class org.simulator.sbml.astnode.ASTNodeValue |
alreadyProcessed, booleanValue, children, denominator, doubleValue, exponent, interpreter, isConstant, isDouble, isInfinite, leftChild, logger, mantissa, name, node, nodeType, numChildren, numerator, real, rightChild, time, units |
Method Summary |
protected void |
computeDoubleValue(double delay)
Computes the double value of the node. |
Methods inherited from class org.simulator.sbml.astnode.ASTNodeValue |
compileBoolean, compileDouble, computeBooleanValue, getConstant, getName, getNode, getTime, getValue, isName, reset, setTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
r
protected Reaction r
- The corresponding reaction
kineticLawUserObject
protected ASTNodeValue kineticLawUserObject
- The object hat refers to the kinetic law of the reaction
ReactionValue
public ReactionValue(ASTNodeInterpreter interpreter,
ASTNode node,
Reaction r)
- Parameters:
interpreter
- node
- r
-
computeDoubleValue
protected void computeDoubleValue(double delay)
- Description copied from class:
ASTNodeValue
- Computes the double value of the node.
- Overrides:
computeDoubleValue
in class ASTNodeValue