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.
FunctionValue This class computes and stores values of ASTNodes that refer to the application of a FunctionDefinition.
LocalParameterValue This class computes and stores values of ASTNodes that refer to a local parameter.
NamedValue This class computes and stores values of variables occuring in a function.
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 species reference.
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 and the change of the corresponding Species that is caused by the Reaction.
 

Package org.simulator.sbml.astnode Description

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