libSBML C++ API  5.20.2
Output.h File Reference

Implementation of the Output class. More...

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

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

Detailed Description

Implementation of the Output class.

Author
Generated by autocreate code

Enumeration Type Documentation

◆ OutputTransitionEffect_t

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