public interface UpdateScope
Updatable are IndependentUpdateble.
DependentUpdateble.
SemiDependentUpdateble.
| Modifier and Type | Method and Description |
|---|---|
void |
clearPotentialDeltas()
Clears all concentration deltas that may be assigned by this module
|
ConcentrationContainer |
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.
|
void |
processAllUpdatables(Collection<Updatable> updatables)
Processes all given updatables.
|
void |
processUpdatable(Updatable updatable)
Calculates the given updatable.
|
void processAllUpdatables(Collection<Updatable> updatables)
updatables - The updatables to be processed.void processUpdatable(Updatable updatable)
updatable - The updatable.void clearPotentialDeltas()
ConcentrationContainer getHalfStepConcentration(Updatable updatable)
updatable - The updatable.Copyright © 2019. All rights reserved.