Uses of Class
org.simulator.sbml.astnode.ASTNodeInterpreter

Packages that use ASTNodeInterpreter
org.simulator.sbml.astnode Classes for efficient numerical treatment of equations in form of abstract syntax trees. 
 

Uses of ASTNodeInterpreter in org.simulator.sbml.astnode
 

Fields in org.simulator.sbml.astnode declared as ASTNodeInterpreter
protected  ASTNodeInterpreter ASTNodeValue.interpreter
          The interpreter for calculating the value
 

Constructors in org.simulator.sbml.astnode with parameters of type ASTNodeInterpreter
ASTNodeValue(ASTNodeInterpreter interpreter, ASTNode node)
           
CompartmentOrParameterValue(ASTNodeInterpreter interpreter, ASTNode node, Symbol sb, SBMLValueHolder valueHolder, int position)
           
DivideValue(ASTNodeInterpreter interpreter, ASTNode node)
           
FunctionValue(ASTNodeInterpreter interpreter, ASTNode node, List<ASTNode> variableNodes)
           
IntegerValue(ASTNodeInterpreter interpreter, ASTNode node)
           
LocalParameterValue(ASTNodeInterpreter interpreter, ASTNode node, LocalParameter lp)
           
MinusValue(ASTNodeInterpreter interpreter, ASTNode node)
           
NamedValue(ASTNodeInterpreter interpreter, ASTNode node, FunctionValue function)
           
PlusValue(ASTNodeInterpreter interpreter, ASTNode node)
           
PowerValue(ASTNodeInterpreter interpreter, ASTNode node)
           
ReactionValue(ASTNodeInterpreter interpreter, ASTNode node, Reaction r)
           
RootFunctionValue(ASTNodeInterpreter interpreter, ASTNode node)
           
SpeciesReferenceValue(ASTNodeInterpreter interpreter, ASTNode node, SpeciesReference sr, SBMLValueHolder valueHolder)
           
SpeciesValue(ASTNodeInterpreter interpreter, ASTNode node, Species s, SBMLValueHolder valueHolder, int position, int compartmentPosition, boolean zeroSpatialDimensions, boolean isAmount)
           
TimesValue(ASTNodeInterpreter interpreter, ASTNode node)
          Initializes a new instance with the interpreter and ASTNode given
 


Generated December 13 2012