public interface UpdateSpecificity<DeltaFunctionType extends AbstractDeltaFunction>
EntitySpecific - once for every chemical entity in every subsection of a updatable
SectionSpecific - once for every subsection of a updatable
UpdatableSpecific - once for every updatable
| Modifier and Type | Method and Description |
|---|---|
void |
addDeltaFunction(DeltaFunctionType deltaFunctionType)
Adds the implementation of a
AbstractDeltaFunction to be calculated during simulation. |
void |
determineDeltas(ConcentrationContainer container)
Determines all deltas for a Concentration container.
|
void |
processContainer(ConcentrationContainer container)
Processes a concentration container.
|
void processContainer(ConcentrationContainer container)
container - The container.void determineDeltas(ConcentrationContainer container)
container - The container.void addDeltaFunction(DeltaFunctionType deltaFunctionType)
AbstractDeltaFunction to be calculated during simulation.deltaFunctionType - The delta function.Copyright © 2018. All rights reserved.