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 | 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 | Description |
---|---|---|
protected SBMLValueHolder |
CompartmentOrParameterValue.valueHolder |
The value holder that stores the current simulation results.
|
protected SBMLValueHolder |
RuleValue.valueHolder |
The value holder that stores the current simulation results
|
protected SBMLValueHolder |
SpeciesValue.valueHolder |
The value holder that stores the current simulation results
|
Constructor | Description |
---|---|
AssignmentRuleValue(ASTNodeValue nodeObject,
int index,
org.sbml.jsbml.Species sp,
int compartmentIndex,
boolean hasZeroSpatialDimensions,
SBMLValueHolder valueHolder) |
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) |
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) |
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) |
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–2018. All rights reserved.