| 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 Feature<FeatureType>> featureClass) |
ModuleFeatureVariationEntry(UpdateModule module,
Feature<?> feature) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vesicle.clearPotentialDeltasBut(UpdateModule module) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatonNode.clearPotentialDeltasBut(UpdateModule module) |
| 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,
javax.measure.Quantity<MolarConcentration> quantity)
Creates a new concentration delta.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexBuildingReaction
Complex building or breaking reactions are a special kind of
ReversibleReaction. |
class |
Diffusion
Diffusion is the fundamental force governing the random movement of molecules in cells.
|
class |
DynamicReaction |
class |
MembraneDiffusion
The membrane diffusion module describes the movement of chemical entities across
Membranes driven by the
MembranePermeability of the cargo. |
class |
MichaelisMentenReaction |
class |
NthOrderReaction |
class |
Reaction
Reactions in general are
ConcentrationBasedModules following the laws of chemical kinetics. |
class |
ReversibleReaction
Reversible reactions are
Reactions where the substrates form products, and products can also from substrates. |
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 |
ActinCortexAttachment |
class |
ActinCortexDiffusivityScaling |
class |
ClathrinMediatedEndocytosis |
class |
LineLikeAgentAttachment |
class |
VesicleFusion |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateModule> |
Simulation.getModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
Updatable.clearPotentialDeltasBut(UpdateModule module) |
Copyright © 2019. All rights reserved.