libSBML C API
5.18.0
|
Implementation of the Input_t class. 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_t. 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_t. More... | |
Implementation of the Input_t class.
enum InputSign_t |
Enumeration of possible values for the 'transitionEffect' attribute of an Input_t.
Must be 'positive', 'negative', 'dual', or 'unknown'.
Enumeration of possible values for the 'transitionEffect' attribute of an Input_t.
Must be 'none' or 'consumption'.