Package bio.singa.simulation.model.modules.concentration
-
Interface Summary Interface Description ModuleBuilder<ModuleType extends ConcentrationBasedModule> -
Class Summary Class Description ConcentrationBasedModule<DeltaFunctionType extends AbstractDeltaFunction> Concentration based modules handle updates that are applied to the concentrations inUpdatables during a simulation.ConcentrationDelta The delta object manages the change that will be applied to the concentration of a specificChemicalEntityin aCellSubsection.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.ModuleFactory Handles module creation with certainUpdateScopeandUpdateSpecificity. -
Enum Summary Enum Description ModuleFactory.Scope The type ofUpdateScope.ModuleFactory.Specificity The type ofUpdateSpecificity.ModuleState The state of the module is used to schedule the processing of modules in theUpdateScheduler.