libSBML C API
5.18.0
|
Definitions of Rule_t and ListOfRules_t. More...
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_t. More... | |
Definitions of Rule_t and ListOfRules_t.
enum RuleType_t |
Enumeration of the valid values for the 'type' attribute of an SBML Level 1 Rule_t.
Enumerator | |
---|---|
RULE_TYPE_RATE |
'rate' |
RULE_TYPE_SCALAR |
'scalar' |
RULE_TYPE_INVALID |
An invalid value: anything other than 'rate' or 'scalar'. |