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 and 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. |
FunctionValue
This class computes and stores values of
ASTNode s that refer to the application of a
FunctionDefinition . |
RateRuleValue
This class can compute and store the value of a rate rule together with the variable of the
rule.
|
Class and 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 . |
RateRuleValue
This class can compute and store the value of a rate rule together with the variable of the
rule.
|
RuleValue
This class can compute and store the value of a rule together with the variable of the rule.
|
Copyright © 2007–2021. All rights reserved.