| Modifier and Type | Class and Description |
|---|---|
class |
ConcentrationBasedModule<DeltaFunctionType extends AbstractDeltaFunction>
Concentration based modules handle updates that are applied to the concentrations in
Updatables during a
simulation. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityDeltaFunction
Entity delta functions are
AbstractDeltaFunctions which return only one concentration delta. |
class |
SectionDeltaFunction
Section delta functions are
AbstractDeltaFunctions which return a list of concentration deltas. |
class |
UpdatableDeltaFunction
Updatable delta functions are
AbstractDeltaFunctions which return a map with
ConcentrationDeltaIdentifiers mapping to to concentration deltas. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UpdateSpecificity<DeltaFunctionType extends AbstractDeltaFunction>
Determines how fine-grained the updates need to be calculated.
|
Copyright © 2018. All rights reserved.