public interface UpdateScope
Updatable are IndependentUpdateble.
DependentUpdateble.
SemiDependentUpdateble.
| Modifier and Type | Method and Description |
|---|---|
void |
clearPotentialDeltas(Updatable updatable)
Clears all concentration deltas that may be assigned to the given updatable.
|
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)
void clearPotentialDeltas(Updatable updatable)
updatable - The updatable.ConcentrationContainer getHalfStepConcentration(Updatable updatable)
updatable - The updatable.Copyright © 2018. All rights reserved.