| Constructor and Description |
|---|
EpochUpdateWriter(Path workspacePath,
Path folder,
Set<ChemicalEntity> entitiesToObserve,
Set<ConcentrationBasedModule> modulesToObserve)
Creates a new
EpochUpdateWriter. |
EpochUpdateWriter(Path workspacePath,
Path folder,
Set<ChemicalEntity> entitiesToObserve,
Set<ConcentrationBasedModule> modulesToObserve,
boolean printHeader)
Creates a new
EpochUpdateWriter. |
| Modifier and Type | Method and Description |
|---|---|
static <ModuleImplementation extends ConcentrationBasedModule> |
ModuleFactory.setupModule(Class<ModuleImplementation> moduleCLass,
ModuleFactory.Scope scope,
ModuleFactory.Specificity specificity)
Creates a new module with the specified setup.
|
| Modifier and Type | Method and Description |
|---|---|
ConcentrationBasedModule |
ConcentrationDelta.getModule()
Returns the module, that calculated this delta.
|
| Constructor and Description |
|---|
ConcentrationDelta(ConcentrationBasedModule module,
CellSubsection cellSubsection,
ChemicalEntity chemicalEntity,
javax.measure.Quantity<MolarConcentration> quantity)
Creates a new concentration delta.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexBuildingReaction
Complex building or breaking reactions are a special kind of
ReversibleReaction. |
class |
Diffusion |
class |
DynamicReaction |
class |
MembraneDiffusion
A permeant is crossing a membrane from side 1 to side 2.
|
class |
MichaelisMentenReaction |
class |
NthOrderReaction |
class |
Reaction |
class |
ReversibleReaction |
class |
SingleFileChannelMembraneTransport |
| Constructor and Description |
|---|
DependentUpdate(ConcentrationBasedModule<?> module)
Initializes the update scope for the corresponding module.
|
IndependentUpdate(ConcentrationBasedModule module)
Initializes the update scope for the corresponding module.
|
SemiDependentUpdate(ConcentrationBasedModule module)
Initializes the update scope for the corresponding module.
|
| Constructor and Description |
|---|
EntitySpecific(ConcentrationBasedModule<EntityDeltaFunction> module)
Initializes the update specificity for the corresponding module.
|
SectionSpecific(ConcentrationBasedModule module)
Initializes the update specificity for the corresponding module.
|
UpdatableSpecific(ConcentrationBasedModule module)
Initializes the update specificity for the corresponding module.
|
Copyright © 2018. All rights reserved.