Package bio.singa.simulation.model.modules.concentration.scope
-
Interface Summary Interface Description UpdateScope The Update Scope determines the modules dependence on the rest of the simulation. -
Class Summary Class Description DependentUpdate Dependent UpdatableConcentrationBasedModules require an integer state of basically all updatables in a simulation.IndependentUpdate Independent UpdatableConcentrationBasedModules require the integer state of the currently calculatedUpdatable.SemiDependentUpdate Semidependent UpdatableConcentrationBasedModules require the integer state of a subset of updatables.