| Package | Description |
|---|---|
| bio.singa.simulation.model.agents.pointlike | |
| bio.singa.simulation.model.modules.displacement.implementations |
| Modifier and Type | Field and Description |
|---|---|
static VesicleStateRegistry.VesicleState |
VesicleStateRegistry.ACTIN_ATTACHED |
static VesicleStateRegistry.VesicleState |
VesicleStateRegistry.ACTIN_PROPELLED |
static VesicleStateRegistry.VesicleState |
VesicleStateRegistry.ACTIN_TETHERED |
static VesicleStateRegistry.VesicleState |
VesicleStateRegistry.MEMBRANE_TETHERED |
static VesicleStateRegistry.VesicleState |
VesicleStateRegistry.MICROTUBULE_ATTACHED |
static VesicleStateRegistry.VesicleState |
VesicleStateRegistry.UNATTACHED |
| Modifier and Type | Method and Description |
|---|---|
VesicleStateRegistry.VesicleState |
Vesicle.getVesicleState() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<VesicleStateRegistry.VesicleState> |
VesicleStateRegistry.getState(String stateIdentifier) |
static Set<VesicleStateRegistry.VesicleState> |
VesicleStateRegistry.getStates() |
| Modifier and Type | Method and Description |
|---|---|
static void |
VesicleStateRegistry.addState(VesicleStateRegistry.VesicleState vesicleState) |
void |
Vesicle.setVesicleState(VesicleStateRegistry.VesicleState vesicleState) |
| Modifier and Type | Method and Description |
|---|---|
VesicleStateRegistry.VesicleState |
VesicleConfinedDiffusion.getConfiningState() |
| Constructor and Description |
|---|
VesicleConfinedDiffusion(VesicleStateRegistry.VesicleState confiningState,
VolumeLikeAgent confinedVolume) |
Copyright © 2019. All rights reserved.