| Interface | Description |
|---|---|
| UpdateSpecificity<DeltaFunctionType extends AbstractDeltaFunction> |
Determines how fine-grained the updates need to be calculated.
|
| Class | Description |
|---|---|
| EntitySpecific |
Entity specific
ConcentrationBasedModules calculate their AbstractDeltaFunction for every chemical
entity and every subsection of an updatable. |
| SectionSpecific |
Section specific
ConcentrationBasedModules calculate their AbstractDeltaFunction for every subsection
of an updatable. |
| UpdatableSpecific |
Updatable specific
ConcentrationBasedModules calculate their AbstractDeltaFunction for every
updatable. |
Copyright © 2018. All rights reserved.