Package | Description |
---|---|
fern.network | |
fern.network.creation | |
fern.network.modification | |
fern.network.sbml | |
fern.simulation |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexDependenciesPropensityCalculator
In a SBML network, the propensities of reaction are calculated by using the kineticLaw tag, which
contains a MathML expression.
|
interface |
KineticConstantPropensityCalculator |
interface |
PartialDerivativePropensityCalculator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKineticConstantPropensityCalculator
Base implementation of a
PropensityCalculator . |
class |
ArrayKineticConstantPropensityCalculator
Implementation of an
AbstractKineticConstantPropensityCalculator which uses an array
to store the constants for each reaction. |
Modifier and Type | Method and Description |
---|---|
PropensityCalculator |
Network.getPropensityCalculator()
Gets the
PropensityCalculator for this network. |
PropensityCalculator |
AbstractNetworkImpl.getPropensityCalculator() |
Modifier and Type | Method and Description |
---|---|
PropensityCalculator |
AutocatalyticNetwork.getReversePropensityCalculator()
Gets the
PropensityCalculator which has to be used for instantiation of the ReversibleNetwork . |
Modifier and Type | Method and Description |
---|---|
PropensityCalculator |
ModifierNetwork.getPropensityCalculator()
Gets the
PropensityCalculator of the original network. |
PropensityCalculator |
ReversibleNetwork.getPropensityCalculator()
Gets the
PropensityCalculator for the modified network. |
PropensityCalculator |
CatalysedNetwork.getPropensityCalculator() |
PropensityCalculator |
ExtractSubNetwork.getPropensityCalculator()
Gets the
PropensityCalculator for the extracted subnet. |
Constructor and Description |
---|
ReversibleNetwork(Network originalNet,
PropensityCalculator reversiblePropensityCalculator)
Creates a new network from an original network and virtually creates for each reaction a new
inverse reaction.
|
Modifier and Type | Class and Description |
---|---|
class |
SBMLPropensityCalculator
Propensity calculator which is used for
SBMLNetwork s. |
Modifier and Type | Method and Description |
---|---|
PropensityCalculator |
Simulator.getPropensityCalculator()
Gets the
PropensityCalculator . |
Copyright © 2007–2021. All rights reserved.