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 |
EquationSystem |
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 . |
Constructor and Description |
---|
AssignmentRuleValue(ASTNodeValue nodeObject,
int index,
org.sbml.jsbml.Species sp,
int compartmentIndex,
boolean hasZeroSpatialDimensions,
SBMLValueHolder valueHolder,
boolean isAmount)
Constructor for rules that refer to a species
|
ASTNodeInterpreter(SBMLValueHolder valueHolder) |
CompartmentOrParameterValue(ASTNodeInterpreter interpreter,
org.sbml.jsbml.ASTNode node,
org.sbml.jsbml.Symbol sb,
SBMLValueHolder valueHolder,
int position) |
RateRuleValue(ASTNodeValue nodeObject,
int index,
List<Integer> speciesIndices,
SBMLValueHolder valueHolder,
String variable)
Constructor for a rule with a compartment as variable
|
RateRuleValue(ASTNodeValue nodeObject,
int index,
org.sbml.jsbml.Species sp,
int compartmentIndex,
boolean hasZeroSpatialDimensions,
SBMLValueHolder valueHolder,
String variable,
boolean isAmount)
Constructor for a rule with a species as variable
|
RuleValue(ASTNodeValue nodeObject,
int index,
org.sbml.jsbml.Species sp,
int compartmentIndex,
boolean hasZeroSpatialDimensions,
SBMLValueHolder valueHolder,
boolean isAmount)
Constructor for rules that refer to a species.
|
SpeciesReferenceValue(ASTNodeInterpreter interpreter,
org.sbml.jsbml.ASTNode node,
org.sbml.jsbml.SpeciesReference sr,
SBMLValueHolder valueHolder) |
SpeciesValue(ASTNodeInterpreter interpreter,
org.sbml.jsbml.ASTNode node,
org.sbml.jsbml.Species s,
SBMLValueHolder valueHolder,
int position,
int compartmentPosition,
String compartmentID,
boolean zeroSpatialDimensions,
boolean isAmount) |
Copyright © 2007–2021. All rights reserved.