public class MathTree extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TEMP_VALUE |
Constructor and Description |
---|
MathTree(SBMLinterpreter interpreter,
org.sbml.jsbml.ASTNode ast)
Creates a MathTree
ASTNode . |
Modifier and Type | Method and Description |
---|---|
double |
calculate(AmountManager amount,
Simulator sim)
Evaluate the MathTree.
|
org.sbml.jsbml.ASTNode |
getCopiedAST()
Gets the ASTNode of this MathTree.
|
List<Integer> |
getSpecies()
Gets the species present in this tree.
|
public static final String TEMP_VALUE
public MathTree(SBMLinterpreter interpreter, org.sbml.jsbml.ASTNode ast)
ASTNode
.interpreter
- sbmlInterpreter instance for calculating the nodesast
- ASTNodepublic List<Integer> getSpecies()
public org.sbml.jsbml.ASTNode getCopiedAST()
public double calculate(AmountManager amount, Simulator sim)
amount
- AmountManagersim
- SimulatorCopyright © 2007–2021. All rights reserved.