|
libSBML C++ API
5.20.2
|
Implementation of the Output class. More...
Classes | |
| class | ListOfOutputs |
| class | Output |
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'. |