|
libSBML C API
libSBML 5.10.0 C API
|
: Implementation of the Output class More...
Enumerations | |
| enum | OutputTransitionEffect_t { OUTPUT_TRANSITION_EFFECT_PRODUCTION, OUTPUT_TRANSITION_EFFECT_ASSIGNMENT_LEVEL, OUTPUT_TRANSITION_EFFECT_UNKNOWN } |
| Enumeration of possible values for the 'transitionEffect' attribute of an Output. More... | |
: Implementation of the Output class
Enumeration of possible values for the 'transitionEffect' attribute of an Output.
| Enumerator | |
|---|---|
| OUTPUT_TRANSITION_EFFECT_PRODUCTION |
'production': The level of the QualitativeSpecies is increased by the resultLevel of the applicable FunctionTerm possibly modified by the outputLevel of the Output. |
| OUTPUT_TRANSITION_EFFECT_ASSIGNMENT_LEVEL |
'assignmentLevel': The level of the qualitativeSpecies is set to the resultLevel of the selected term. |
| OUTPUT_TRANSITION_EFFECT_UNKNOWN |
Unknown or illegal value: anything other than 'production' or 'assignmentLevel'. |