| Class | Description |
|---|---|
| ConcentrationBasedModule<DeltaFunctionType extends AbstractDeltaFunction> |
Concentration based modules handle updates that are applied to the concentrations in
Updatables during a
simulation. |
| ConcentrationDelta |
The delta object manages the change that will be applied to the concentration of a specific
ChemicalEntity in
a CellSubsection. |
| ConcentrationDeltaIdentifier |
Used to identify changes to concentrations (
ConcentrationDeltas) (mostly in maps). |
| ConcentrationDeltaManager |
The ConcentrationDeltaManager handles current concentrations of an updatable and the updates to those
concentrations that should be applied during simulation.
|
| FieldSupplier |
The field supplier manages all files required for different behaviours of a module.
|
| LocalError |
The LocalError object stores the error as an result of the currently applied time step.
|
| ModuleFactory |
Handles module creation with certain
UpdateScope and UpdateSpecificity. |
| Enum | Description |
|---|---|
| ModuleFactory.Scope |
The type of
UpdateScope. |
| ModuleFactory.Specificity |
The type of
UpdateSpecificity. |
| ModuleState |
The state of the module is used to schedule the processing of modules in the
UpdateScheduler. |
Copyright © 2018. All rights reserved.