org.simulator.sbml.astnode
Class RootFunctionValue
java.lang.Object
   org.simulator.sbml.astnode.ASTNodeValue
org.simulator.sbml.astnode.ASTNodeValue
       org.simulator.sbml.astnode.RootFunctionValue
org.simulator.sbml.astnode.RootFunctionValue
- public class RootFunctionValue 
- extends ASTNodeValue
This class computes and stores values of ASTNodes that refer to a root function.
- Version:
- $Rev: 203 $
- 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 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RootFunctionValue
public RootFunctionValue(ASTNodeInterpreter interpreter,
                         ASTNode node)
- Parameters:
- interpreter-
- node-
computeDoubleValue
protected void computeDoubleValue()
- Description copied from class: ASTNodeValue
- Computes the double value of the node.
 
- 
- Overrides:
- computeDoubleValuein class- ASTNodeValue
 
-