| Modifier and Type | Method and Description |
|---|---|
Updatable |
UpdatableUpdatedEvent.getUpdatable()
Returns the updatable
|
| Constructor and Description |
|---|
UpdatableUpdatedEvent(javax.measure.Quantity<javax.measure.quantity.Time> time,
Updatable updatable)
Creates a new NodeUpdatedEvent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Vesicle |
| Modifier and Type | Class and Description |
|---|---|
class |
AutomatonNode
A node of the
AutomatonGraph. |
| Modifier and Type | Method and Description |
|---|---|
Updatable |
FieldSupplier.getCurrentUpdatable()
Returns the current updatable.
|
Updatable |
ConcentrationDeltaIdentifier.getUpdatable()
Returns the object the delta is assigned to.
|
Updatable |
LocalError.getUpdatable()
Returns the node where the error occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate<Updatable> |
ConcentrationBasedModule.getApplicationCondition()
Returns the application condition for this module.The module is only evaluated if the updatable fulfills the
given predicate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldSupplier.setCurrentUpdatable(Updatable updatable)
Sets the current updatable.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConcentrationBasedModule.setApplicationCondition(Predicate<Updatable> applicationCondition)
Sets the application condition for this module.
|
| Constructor and Description |
|---|
ConcentrationDeltaIdentifier(Updatable updatable,
CellSubsection section,
ChemicalEntity entity)
Creates a new DeltaIdentifier.
|
LocalError(Updatable updatable,
ChemicalEntity entity,
double value)
Creates a new LocalError.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReactantDelta> |
ReactionEvent.collectDeltas(Updatable updatable) |
| Modifier and Type | Method and Description |
|---|---|
List<ReactantSet> |
DynamicReactantBehavior.generateReactantSets(Updatable updatable) |
List<ReactantSet> |
ReactantBehavior.generateReactantSets(Updatable updatable) |
List<ReactantSet> |
StaticReactantBehavior.generateReactantSets(Updatable updatable) |
List<ChemicalEntity> |
DynamicChemicalEntity.getMatchingEntities(Updatable updatable,
CellTopology topology) |
| Modifier and Type | Method and Description |
|---|---|
ConcentrationContainer |
IndependentUpdate.getHalfStepConcentration(Updatable updatable) |
ConcentrationContainer |
SemiDependentUpdate.getHalfStepConcentration(Updatable updatable) |
ConcentrationContainer |
UpdateScope.getHalfStepConcentration(Updatable updatable)
Return the half step concentration of a node after the full update has been calculated for the full step and the
resulting delta is known.
|
ConcentrationContainer |
DependentUpdate.getHalfStepConcentration(Updatable updatable) |
void |
IndependentUpdate.processUpdatable(Updatable updatable) |
void |
SemiDependentUpdate.processUpdatable(Updatable updatable) |
void |
UpdateScope.processUpdatable(Updatable updatable)
Calculates the given updatable.
|
void |
DependentUpdate.processUpdatable(Updatable updatable) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndependentUpdate.processAllUpdatables(Collection<Updatable> updatables) |
void |
SemiDependentUpdate.processAllUpdatables(Collection<Updatable> updatables) |
void |
UpdateScope.processAllUpdatables(Collection<Updatable> updatables)
Processes all given updatables.
|
void |
DependentUpdate.processAllUpdatables(Collection<Updatable> updatables) |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionConcentration.initialize(Updatable updatable) |
void |
MembraneConcentration.initialize(Updatable updatable) |
void |
InitialConcentration.initialize(Updatable updatable) |
| Modifier and Type | Method and Description |
|---|---|
Set<Updatable> |
Simulation.getObservedUpdatables() |
ArrayList<Updatable> |
Simulation.getUpdatables() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationManager.emitNodeEvent(Simulation simulation,
Updatable updatable) |
List<ConcentrationDelta> |
Simulation.getPreviousObservedDeltas(Updatable updatable) |
void |
Simulation.observe(Updatable updatable) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlatUpdateRecorder.addUpdatableToObserve(Updatable updatable)
Initializes a updatable that will be observed during simulation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Updatable,TrajactoryDataPoint> |
TrajectoryData.getConcentrationData() |
| Modifier and Type | Method and Description |
|---|---|
static TrajactoryDataPoint |
TrajactoryDataPoint.of(Updatable updatable,
javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> concentrationUnit) |
| Modifier and Type | Method and Description |
|---|---|
static TrajectoryData |
TrajectoryData.of(Collection<Updatable> updatables,
javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> concentrationUnit) |
Copyright © 2019. All rights reserved.