Uses of Interface
bio.singa.simulation.model.modules.UpdateModule
-
-
Uses of UpdateModule in bio.singa.simulation.export.format
Methods in bio.singa.simulation.export.format with parameters of type UpdateModule Modifier and Type Method Description static Map<String,List<String>>FormatFeature. formatFeatures(UpdateModule module) -
Uses of UpdateModule in bio.singa.simulation.export.modules
Methods in bio.singa.simulation.export.modules with parameters of type UpdateModule Modifier and Type Method Description static ModuleTableRowGeneralModuleRow. from(UpdateModule module)Constructors in bio.singa.simulation.export.modules with parameters of type UpdateModule Constructor Description GeneralModuleRow(UpdateModule module) -
Uses of UpdateModule in bio.singa.simulation.model.modules
Classes in bio.singa.simulation.model.modules that implement UpdateModule Modifier and Type Class Description classAbstractUpdateModule -
Uses of UpdateModule in bio.singa.simulation.model.modules.concentration
Classes in bio.singa.simulation.model.modules.concentration that implement UpdateModule Modifier and Type Class Description classConcentrationBasedModule<DeltaFunctionType extends AbstractDeltaFunction>Concentration based modules handle updates that are applied to the concentrations inUpdatables during a simulation.Methods in bio.singa.simulation.model.modules.concentration that return UpdateModule Modifier and Type Method Description UpdateModuleConcentrationDelta. getModule()Returns the module, that calculated this delta.Constructors in bio.singa.simulation.model.modules.concentration with parameters of type UpdateModule Constructor Description ConcentrationDelta(UpdateModule module, CellSubsection cellSubsection, ChemicalEntity chemicalEntity, double value)Creates a new concentration delta. -
Uses of UpdateModule in bio.singa.simulation.model.modules.concentration.imlementations.reactions
Classes in bio.singa.simulation.model.modules.concentration.imlementations.reactions that implement UpdateModule Modifier and Type Class Description classReaction -
Uses of UpdateModule in bio.singa.simulation.model.modules.concentration.imlementations.transport
Classes in bio.singa.simulation.model.modules.concentration.imlementations.transport that implement UpdateModule 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 UpdateModule in bio.singa.simulation.model.modules.displacement
Classes in bio.singa.simulation.model.modules.displacement that implement UpdateModule Modifier and Type Class Description classDisplacementBasedModule -
Uses of UpdateModule in bio.singa.simulation.model.modules.displacement.implementations
Classes in bio.singa.simulation.model.modules.displacement.implementations that implement UpdateModule Modifier and Type Class Description classEndocytosisActinBoostclassVesicleConfinedDiffusionclassVesicleCytoplasmDiffusionclassVesicleTransport -
Uses of UpdateModule in bio.singa.simulation.model.modules.qualitative
Classes in bio.singa.simulation.model.modules.qualitative that implement UpdateModule Modifier and Type Class Description classQualitativeModule -
Uses of UpdateModule in bio.singa.simulation.model.modules.qualitative.implementations
Classes in bio.singa.simulation.model.modules.qualitative.implementations that implement UpdateModule Modifier and Type Class Description classClathrinMediatedEndocytosisclassConcentrationApplierclassConcentrationStateChangeclassDiffusivityScalingclassLineLikeAgentAttachmentclassVesicleFusionclassVolumeLikeAgentContainmentFor vesicles state changes upon entering certain regions represented by volume like agents -
Uses of UpdateModule in bio.singa.simulation.model.simulation
Methods in bio.singa.simulation.model.simulation that return UpdateModule Modifier and Type Method Description UpdateModuleSimulationStatus. getLocalErrorModule()Methods in bio.singa.simulation.model.simulation that return types with arguments of type UpdateModule Modifier and Type Method Description List<UpdateModule>Simulation. getModules()Deque<UpdateModule>UpdateScheduler. getModules()Methods in bio.singa.simulation.model.simulation with parameters of type UpdateModule Modifier and Type Method Description voidSimulation. addModule(UpdateModule module)voidUpdateScheduler. addModule(UpdateModule module) -
Uses of UpdateModule in bio.singa.simulation.model.simulation.error
Methods in bio.singa.simulation.model.simulation.error that return UpdateModule Modifier and Type Method Description UpdateModuleErrorManager. getLocalDisplacementDeviationModule()UpdateModuleErrorManager. getLocalNumericalErrorModule()Methods in bio.singa.simulation.model.simulation.error with parameters of type UpdateModule Modifier and Type Method Description voidErrorManager. setLargestLocalDisplacementDeviation(DisplacementDeviation localDeviation, UpdateModule associatedModule)voidErrorManager. setLargestLocalNumericalError(NumericalError localError, UpdateModule associatedModule, double associatedConcentration)voidErrorManager. setLocalErrorModule(UpdateModule localErrorModule)
-