|
libSBML C++ API
5.18.0
|
Definitions of Rule and ListOfRules. More...
Classes | |
| class | ListOfRules |
| A list of Rule objects. More... | |
| class | Rule |
| Parent class for SBML rules in libSBML. 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. 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'. |