|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sbml.jsbml.util.compilers.ASTNodeValue
org.simulator.sbml.SpecialASTNodeValue
public class SpecialASTNodeValue
Run-time efficient implementation of ASTNodeValue
| Constructor Summary | |
|---|---|
SpecialASTNodeValue(EfficientASTNodeInterpreter interpreter)
|
|
| Method Summary | |
|---|---|
boolean |
compileBoolean(double time)
Compiles the ASTNode at the current time to a boolean value. |
double |
compileDouble(double time)
Compiles the ASTNode at the current time to a double value. |
java.lang.Object |
getValue()
|
| Methods inherited from class org.sbml.jsbml.util.compilers.ASTNodeValue |
|---|
containsUndeclaredUnits, getLevel, getType, getUnits, getVersion, isBoolean, isCallableSBase, isDifference, isNode, isNumber, isSetUnit, isString, isSum, isUMinus, isUnary, printValueAndUnit, setLevel, setType, setUIFlag, setUnits, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setVersion, toBoolean, toCallableSBase, toDouble, toFloat, toInteger, toLong, toNode, toNumber, toString, unsetUnit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpecialASTNodeValue(EfficientASTNodeInterpreter interpreter)
compiler - | Method Detail |
|---|
public final double compileDouble(double time)
throws org.sbml.jsbml.SBMLException
the - current time
org.sbml.jsbml.SBMLException
public final boolean compileBoolean(double time)
throws org.sbml.jsbml.SBMLException
the - current time
org.sbml.jsbml.SBMLExceptionpublic java.lang.Object getValue()
getValue in class org.sbml.jsbml.util.compilers.ASTNodeValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||