libSBML Perl API
libSBML 5.17.2 Perl API
|
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... | |
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'. |