| 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 |
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 |
|---|---|
boolean |
Reaction.substratesAvailable(Updatable updatable) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependentUpdate.clearPotentialDeltas(Updatable updatable) |
void |
UpdateScope.clearPotentialDeltas(Updatable updatable)
Clears all concentration deltas that may be assigned to the given updatable.
|
void |
SemiDependentUpdate.clearPotentialDeltas(Updatable updatable) |
void |
IndependentUpdate.clearPotentialDeltas(Updatable updatable) |
ConcentrationContainer |
DependentUpdate.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 |
SemiDependentUpdate.getHalfStepConcentration(Updatable updatable) |
ConcentrationContainer |
IndependentUpdate.getHalfStepConcentration(Updatable updatable) |
void |
DependentUpdate.processUpdatable(Updatable updatable) |
void |
UpdateScope.processUpdatable(Updatable updatable)
Calculates the given updatable.
|
void |
SemiDependentUpdate.processUpdatable(Updatable updatable) |
void |
IndependentUpdate.processUpdatable(Updatable updatable) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependentUpdate.processAllUpdatables(Collection<Updatable> updatables) |
void |
UpdateScope.processAllUpdatables(Collection<Updatable> updatables)
Processes all given updatables.
|
void |
SemiDependentUpdate.processAllUpdatables(Collection<Updatable> updatables) |
void |
IndependentUpdate.processAllUpdatables(Collection<Updatable> updatables) |
| Modifier and Type | Class and Description |
|---|---|
class |
Vesicle |
| 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) |
void |
Simulation.observeNode(Updatable updatable) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Color |
BioGraphRenderOptions.getColorForUpdatable(Updatable node) |
Copyright © 2018. All rights reserved.