public class SectionSpecific extends Object implements UpdateSpecificity<SectionDeltaFunction>
ConcentrationBasedModules calculate their AbstractDeltaFunction for every subsection
of an updatable.| Constructor and Description |
|---|
SectionSpecific(ConcentrationBasedModule module)
Initializes the update specificity for the corresponding module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDeltaFunction(SectionDeltaFunction sectionDeltaFunction)
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.
|
public SectionSpecific(ConcentrationBasedModule module)
public void processContainer(ConcentrationContainer container)
UpdateSpecificityprocessContainer in interface UpdateSpecificity<SectionDeltaFunction>container - The container.public void determineDeltas(ConcentrationContainer container)
UpdateSpecificitydetermineDeltas in interface UpdateSpecificity<SectionDeltaFunction>container - The container.public void addDeltaFunction(SectionDeltaFunction sectionDeltaFunction)
UpdateSpecificityAbstractDeltaFunction to be calculated during simulation.addDeltaFunction in interface UpdateSpecificity<SectionDeltaFunction>sectionDeltaFunction - The delta function.Copyright © 2018. All rights reserved.