libSBML C++ API  5.18.0
Rule.h File Reference

Definitions of Rule and ListOfRules. More...

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

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

Detailed Description

Definitions of Rule and ListOfRules.

Author
Ben Bornstein

Enumeration Type Documentation

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