Uses of Interface
bio.singa.simulation.model.modules.concentration.scope.UpdateScope
-
Packages that use UpdateScope Package Description bio.singa.simulation.model.modules.concentration bio.singa.simulation.model.modules.concentration.scope -
-
Uses of UpdateScope in bio.singa.simulation.model.modules.concentration
Methods in bio.singa.simulation.model.modules.concentration that return UpdateScope Modifier and Type Method Description UpdateScopeConcentrationBasedModule. getScope()Returns the scope of this module. -
Uses of UpdateScope in bio.singa.simulation.model.modules.concentration.scope
Classes in bio.singa.simulation.model.modules.concentration.scope that implement UpdateScope Modifier and Type Class Description classDependentUpdateDependent UpdatableConcentrationBasedModules require an integer state of basically all updatables in a simulation.classIndependentUpdateIndependent UpdatableConcentrationBasedModules require the integer state of the currently calculatedUpdatable.classSemiDependentUpdateSemidependent UpdatableConcentrationBasedModules require the integer state of a subset of updatables.
-