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.
|
Modifier and Type | Class and Description |
---|---|
class |
SBMLinterpreter
This differential equation system (
DESystem ) takes a model in
SBML
format and maps it to a data structure that is understood by the AbstractDESSolver . |
Modifier and Type | Field and Description |
---|---|
EquationSystem |
ASTNodeValue.eqnSystem |
Modifier and Type | Method and Description |
---|---|
double |
ASTNodeInterpreter.rateOf(EquationSystem eqnSystem,
org.sbml.jsbml.CallableSBase sBase,
double time,
double delay) |
Constructor and Description |
---|
ASTNodeValue(EquationSystem eqnSystem,
ASTNodeInterpreter interpreter,
org.sbml.jsbml.ASTNode node) |
Copyright © 2007–2021. All rights reserved.