Package | Description |
---|---|
org.simulator.sbml |
Classes for storing and interpreting an
SBML
model.
|
org.simulator.sbml.astnode |
Classes for efficient numerical treatment of equations in form of
abstract syntax trees.
|
Class | Description |
---|---|
AssignmentRuleValue |
This class can compute and store the value of an
AssignmentRule
together with the variable of the rule. |
ASTNodeValue |
This class can compute and store the interpreted value (double or boolean) of
an
ASTNode at the current time. |
Class | Description |
---|---|
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. |
FunctionValue |
This class computes and stores values of
ASTNode s that refer to the
application of a FunctionDefinition . |
RuleValue |
This class can compute and store the value of a rule together with the
variable of the rule.
|
Copyright © 2007–2018. All rights reserved.