| Class | Description | 
|---|---|
| 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. 
 | 
Copyright © 2007–2018. All rights reserved.