| Modifier and Type | Method and Description |
|---|---|
UpdateModule |
ModuleFeatureVariationEntry.getModule() |
UpdateModule |
ModuleFeatureVariation.getModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleFeatureVariationEntry.setModule(UpdateModule module) |
| Constructor and Description |
|---|
ModuleFeatureVariation(UpdateModule module,
Class<? extends bio.singa.features.model.Feature<FeatureType>> featureClass) |
ModuleFeatureVariationEntry(UpdateModule module,
bio.singa.features.model.Feature<?> feature) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcentrationBasedModule<DeltaFunctionType extends AbstractDeltaFunction>
Concentration based modules handle updates that are applied to the concentrations in
Updatables during a
simulation. |
| Modifier and Type | Method and Description |
|---|---|
UpdateModule |
ConcentrationDelta.getModule()
Returns the module, that calculated this delta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcentrationDeltaManager.clearPotentialDeltasBut(UpdateModule module)
Clears the list of potential deltas retaining updates from a specific module.
|
| Constructor and Description |
|---|
ConcentrationDelta(UpdateModule module,
CellSubsection cellSubsection,
ChemicalEntity chemicalEntity,
double value)
Creates a new concentration delta.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Reaction |
| Modifier and Type | Class and Description |
|---|---|
class |
Diffusion
Diffusion is the fundamental force governing the random movement of molecules in cells.
|
class |
MembraneDiffusion
The membrane diffusion module describes the movement of chemical entities across
Membranes driven by the
MembranePermeability of the cargo. |
class |
SingleFileChannelMembraneTransport
The single file channel transport describes the movement of cargo molecules through
Transporter proteins, so
called membrane channels. |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplacementBasedModule |
| Modifier and Type | Class and Description |
|---|---|
class |
EndocytosisActinBoost |
class |
VesicleConfinedDiffusion |
class |
VesicleCytoplasmDiffusion |
class |
VesicleTransport |
| Modifier and Type | Class and Description |
|---|---|
class |
QualitativeModule |
| Modifier and Type | Class and Description |
|---|---|
class |
ActinCortexDiffusivityScaling |
class |
ClathrinMediatedEndocytosis |
class |
ConcentrationStateChange |
class |
DiffusivityScaling |
class |
LineLikeAgentAttachment |
class |
LineLikeAgentDetachment |
class |
VesicleFusion |
class |
VolumeLikeAgentContainment
For vesicles state changes upon entering certain regions represented by volume like agents
|
| Modifier and Type | Method and Description |
|---|---|
UpdateModule |
UpdateScheduler.getLocalErrorModule() |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateModule> |
Simulation.getModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
Simulation.addModule(UpdateModule module) |
void |
UpdateScheduler.addModule(UpdateModule module) |
boolean |
UpdateScheduler.interruptAllBut(Thread callingThread,
UpdateModule callingModule)
Returns true if the calling module was the first to call the method, therefore being allowed to optimize the
time step.
|
void |
UpdateScheduler.setLargestLocalError(LocalError localError,
UpdateModule associatedModule,
double associatedConcentration) |
Copyright © 2019. All rights reserved.