Simulation Core Library

Package org.simulator.sbml.astnode

Classes for efficient numerical treatment of equations in form of abstract syntax trees.

See:
          Description

Class Summary
AssignmentRuleValue This class can compute and store the value of an AssignmentRule together with the variable of the rule.
ASTNodeInterpreter This class is an efficient ASTNodeInterpreter that takes the time of the calculation into account.
ASTNodeValue This class can compute and store the interpreted value (double or boolean) of an ASTNode at the current time.
CompartmentOrParameterValue This class computes and stores values of ASTNodes that refer to a Compartment or a Parameter.
DivideValue This class computes and stores values of ASTNodes that refer to a division object.
FunctionValue This class computes and stores values of ASTNodes that refer to the application of a FunctionDefinition.
IntegerValue This class can compute and store the value of an integer node.
LocalParameterValue This class computes and stores values of ASTNodes that refer to a LocalParameter.
MinusValue This class can compute and store the value of a minus node.
NamedValue This class computes and stores values of variables occurring in a function.
PlusValue This class can compute and store the value of a plus node.
PowerValue This class can compute and store the value of a power expression.
RateRuleValue This class can compute and store the value of a rate rule together with the variable of the rule.
ReactionValue This class computes and stores values of ASTNodes that refer to a Reaction.
RootFunctionValue This class computes and stores values of ASTNodes that refer to a root function.
RuleValue This class can compute and store the value of a rule together with the variable of the rule.
SpeciesReferenceValue This class computes and stores values of ASTNodes that refer to a SpeciesReference.
SpeciesValue This class computes and stores values of ASTNodes that refer to a Species.
StoichiometryValue Computes for a SpeciesReference with a stoichiometry occuring in some Reaction the stoichiometry.
TimesValue This class can compute and store the value of times nodes.
 

Package org.simulator.sbml.astnode Description

Classes for efficient numerical treatment of equations in form of abstract syntax trees.

Version:
$Rev: 454 $

Generated at March 17 2014
Version 1.4 Revision 453