public class SectionDeltaFunction extends AbstractDeltaFunction<List<ConcentrationDelta>>
AbstractDeltaFunctions which return a list of concentration deltas.
Mostly used for SectionSpecific ConcentrationBasedModules, where the function is applied once per
CellSubsection in every Updatable. Each calculation returns the change of a specified set of
entities (e.g. for Reactions).| Constructor and Description |
|---|
SectionDeltaFunction(Function<ConcentrationContainer,List<ConcentrationDelta>> function,
Predicate<ConcentrationContainer> condition)
Creates a new section delta function with the specified condition and function.
|
| Modifier and Type | Method and Description |
|---|---|
Function<ConcentrationContainer,List<ConcentrationDelta>> |
getFunction()
Returns the function.
|
getConditionpublic SectionDeltaFunction(Function<ConcentrationContainer,List<ConcentrationDelta>> function, Predicate<ConcentrationContainer> condition)
function - The function.condition - The condition.public Function<ConcentrationContainer,List<ConcentrationDelta>> getFunction()
Copyright © 2018. All rights reserved.