Simulation Core Library

org.simulator.sbml.astnode
Class ReactionValue

java.lang.Object
  extended by org.simulator.sbml.astnode.ASTNodeValue
      extended by org.simulator.sbml.astnode.ReactionValue

public class ReactionValue
extends ASTNodeValue

This class computes and stores values of ASTNodes that refer to a Reaction.

Since:
1.0
Version:
$Rev: 454 $
Author:
Roland Keller

Field Summary
protected  ASTNodeValue kineticLawUserObject
          The object hat refers to the kinetic law of the reaction
protected  Reaction r
          The corresponding reaction
 
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
 
Constructor Summary
ReactionValue(ASTNodeInterpreter interpreter, ASTNode node, Reaction r)
           
 
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
 

Field Detail

r

protected Reaction r
The corresponding reaction


kineticLawUserObject

protected ASTNodeValue kineticLawUserObject
The object hat refers to the kinetic law of the reaction

Constructor Detail

ReactionValue

public ReactionValue(ASTNodeInterpreter interpreter,
                     ASTNode node,
                     Reaction r)
Parameters:
interpreter -
node -
r -
Method Detail

computeDoubleValue

protected void computeDoubleValue(double delay)
Description copied from class: ASTNodeValue
Computes the double value of the node.

Overrides:
computeDoubleValue in class ASTNodeValue

Generated at March 17 2014
Version 1.4 Revision 453