| Interface | Description |
|---|---|
| AmountManager | |
| AnnotationManager |
AnnotationManager objects are the places, where static (or quasi-static) properties of a network
are stored.
|
| ComplexDependenciesPropensityCalculator |
In a SBML network, the propensities of reaction are calculated by using the kineticLaw tag, which
contains a MathML expression.
|
| KineticConstantPropensityCalculator | |
| Network |
The central interface of the whole framework.
|
| PartialDerivativePropensityCalculator | |
| PropensityCalculator |
| Class | Description |
|---|---|
| AbstractKineticConstantPropensityCalculator |
Base implementation of a
PropensityCalculator. |
| AbstractNetworkImpl |
Base implementation for the
Network interface. |
| AnnotationManagerImpl |
Base implementation of the
AnnotationManager interface. |
| ArrayKineticConstantPropensityCalculator |
Implementation of an
AbstractKineticConstantPropensityCalculator which uses an array
to store the constants for each reaction. |
| ConstantAmountManager | |
| DefaultAmountManager |
Default implementation of an amount manager, that stores the amounts in arrays.
|
| NetworkLoader |
| Exception | Description |
|---|---|
| FeatureNotSupportedException |
Copyright © 2007–2021. All rights reserved.