libSBML C++ API
5.18.0
|
Implementation of the Input class. More...
Classes | |
class | Input |
qual
The input to a QualitativeSpecies. More... | |
class | ListOfInputs |
qual
A list of Input objects. More... | |
Enumerations | |
enum | InputSign_t { INPUT_SIGN_POSITIVE, INPUT_SIGN_NEGATIVE, INPUT_SIGN_DUAL, INPUT_SIGN_UNKNOWN, INPUT_SIGN_VALUE_NOTSET } |
Enumeration of possible values for the 'transitionEffect' attribute of an Input. More... | |
enum | InputTransitionEffect_t { INPUT_TRANSITION_EFFECT_NONE, INPUT_TRANSITION_EFFECT_CONSUMPTION, INPUT_TRANSITION_EFFECT_UNKNOWN } |
Enumeration of possible values for the 'transitionEffect' attribute of an Input. More... | |
Implementation of the Input class.
enum InputSign_t |
Enumeration of possible values for the 'transitionEffect' attribute of an Input.
Must be 'positive', 'negative', 'dual', or 'unknown'.
Enumeration of possible values for the 'transitionEffect' attribute of an Input.
Must be 'none' or 'consumption'.
Enumerator | |
---|---|
INPUT_TRANSITION_EFFECT_NONE |
'none': The level associated with the qualitativeSpecies is not modified. |
INPUT_TRANSITION_EFFECT_CONSUMPTION |
'consumption': The level of the qualitativeSpecies is decreased by the resultLevel of the applicable FunctionTerm possibly modified by the thresholdLevel of the Input. |
INPUT_TRANSITION_EFFECT_UNKNOWN |
Unknown or illegal value: anything other than 'none' or 'consumption'. |