libSBML C API  5.18.0
Output.h File Reference

Implementation of the Output_t class. More...

Include dependency graph for Output.h:
This graph shows which files directly or indirectly include this file:

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_t. More...
 

Detailed Description

Implementation of the Output_t class.

Author
Generated by autocreate code

Enumeration Type Documentation

Enumeration of possible values for the 'transitionEffect' attribute of an Output_t.

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'.