org.simulator.sbml.astnode
Class RootFunctionValue

java.lang.Object
  extended by org.simulator.sbml.astnode.ASTNodeObject
      extended by org.simulator.sbml.astnode.RootFunctionValue

public class RootFunctionValue
extends ASTNodeObject

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

Version:
$Rev: 149 $
Author:
Roland Keller

Field Summary
 
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
RootFunctionValue(ASTNodeInterpreterWithTime interpreter, org.sbml.jsbml.ASTNode node)
           
 
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
 

Constructor Detail

RootFunctionValue

public RootFunctionValue(ASTNodeInterpreterWithTime interpreter,
                         org.sbml.jsbml.ASTNode node)
Parameters:
interpreter -
node -
Method Detail

computeDoubleValue

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

Overrides:
computeDoubleValue in class ASTNodeObject