|
||||||||||
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.RootFunctionValue
public class RootFunctionValue
This class computes and stores values of ASTNodes that refer to a root function.
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 |
---|
public RootFunctionValue(ASTNodeInterpreterWithTime interpreter, org.sbml.jsbml.ASTNode node)
interpreter
- node
- 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 |