org.simulator.sbml.astnode
Class NamedValue

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

public class NamedValue
extends ASTNodeValue

This class computes and stores values of variables occurring in a function.

Version:
$Rev: 391 $
Author:
Roland Keller

Field Summary
 
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
NamedValue(ASTNodeInterpreter interpreter, ASTNode node, FunctionValue function)
           
 
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
 

Constructor Detail

NamedValue

public NamedValue(ASTNodeInterpreter interpreter,
                  ASTNode node,
                  FunctionValue function)
Parameters:
interpreter -
node -
function -
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 April 19 2013
Version 1.3 Revision 424