|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simulator.sbml.astnode.ASTNodeObject
org.simulator.sbml.astnode.ReactionValue
public class ReactionValue
This class computes and stores values of ASTNodes that refer to a reaction.
Field Summary | |
---|---|
protected ASTNodeObject |
kineticLawUserObject
The object hat refers to the kinetic law of the reaction |
protected org.sbml.jsbml.Reaction |
r
The corresponding reaction |
Fields inherited from class org.simulator.sbml.astnode.ASTNodeObject |
---|
alreadyProcessed, booleanValue, children, denominator, doubleValue, exponent, interpreter, isConstant, isDouble, isInfinite, leftChild, logger, mantissa, name, node, nodeType, numChildren, numerator, real, rightChild, time, units |
Constructor Summary | |
---|---|
ReactionValue(ASTNodeInterpreterWithTime interpreter,
org.sbml.jsbml.ASTNode node,
org.sbml.jsbml.Reaction r)
|
Method Summary | |
---|---|
protected void |
computeDoubleValue()
Computes the double value of the node. |
Methods inherited from class org.simulator.sbml.astnode.ASTNodeObject |
---|
compileBoolean, compileDouble, computeBooleanValue, getConstant, getName, getTime, getValue, isName, reset, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.sbml.jsbml.Reaction r
protected ASTNodeObject kineticLawUserObject
Constructor Detail |
---|
public ReactionValue(ASTNodeInterpreterWithTime interpreter, org.sbml.jsbml.ASTNode node, org.sbml.jsbml.Reaction r)
interpreter
- node
- r
- Method Detail |
---|
protected void computeDoubleValue()
ASTNodeObject
computeDoubleValue
in class ASTNodeObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |