libSBML C++ API
5.20.2
|
Definitions of Rule and ListOfRules. More...
Classes | |
class | ListOfRules |
class | Rule |
Enumerations | |
enum | RuleType_t { RULE_TYPE_RATE , RULE_TYPE_SCALAR , RULE_TYPE_INVALID } |
Enumeration of the valid values for the 'type' attribute of an SBML Level 1 Rule. More... | |
Definitions of Rule and ListOfRules.
enum RuleType_t |
Enumeration of the valid values for the 'type' attribute of an SBML Level 1 Rule.
Enumerator | |
---|---|
RULE_TYPE_RATE | 'rate' |
RULE_TYPE_SCALAR | 'scalar' |
RULE_TYPE_INVALID | An invalid value: anything other than 'rate' or 'scalar'. |