Uses of Class
bio.singa.simulation.model.modules.concentration.ConcentrationBasedModule
-
-
Uses of ConcentrationBasedModule in bio.singa.simulation.model.modules.concentration
Classes in bio.singa.simulation.model.modules.concentration with type parameters of type ConcentrationBasedModule Modifier and Type Interface Description interfaceModuleBuilder<ModuleType extends ConcentrationBasedModule>Methods in bio.singa.simulation.model.modules.concentration with type parameters of type ConcentrationBasedModule Modifier and Type Method Description static <ModuleImplementation extends ConcentrationBasedModule>
ModuleImplementationModuleFactory. setupModule(Class<ModuleImplementation> moduleCLass, ModuleFactory.Scope scope, ModuleFactory.Specificity specificity)Creates a new module with the specified setup. -
Uses of ConcentrationBasedModule in bio.singa.simulation.model.modules.concentration.imlementations.reactions
Subclasses of ConcentrationBasedModule in bio.singa.simulation.model.modules.concentration.imlementations.reactions Modifier and Type Class Description classReaction -
Uses of ConcentrationBasedModule in bio.singa.simulation.model.modules.concentration.imlementations.transport
Subclasses of ConcentrationBasedModule in bio.singa.simulation.model.modules.concentration.imlementations.transport Modifier and Type Class Description classDiffusionDiffusion is the fundamental force governing the random movement of molecules in cells.classEndocytoticPitAbsorptionclassLateralMembraneDiffusionclassMembraneDiffusionThe membrane diffusion module describes the movement of chemical entities acrossMembranes driven by theMembranePermeabilityof the cargo.classPorousDiffusionCalculates diffusion through large pores (pore significantly larger than the cargo) in the membrane.classSingleFileChannelMembraneTransportThe single file channel transport describes the movement of cargo molecules throughTransporterproteins, so called membrane channels. -
Uses of ConcentrationBasedModule in bio.singa.simulation.model.modules.concentration.scope
Constructors in bio.singa.simulation.model.modules.concentration.scope with parameters of type ConcentrationBasedModule Constructor 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. -
Uses of ConcentrationBasedModule in bio.singa.simulation.model.modules.concentration.specifity
Constructors in bio.singa.simulation.model.modules.concentration.specifity with parameters of type ConcentrationBasedModule Constructor 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.
-