libSBML Perl API  libSBML 5.10.0 Perl API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
 {core} Implementation of SBML's ListOfRules construct. More...
 
class  Rule
 {core} Implementation of SBML's Rule construct. More...
 

Enumerations

enum  RuleType_t {
  RULE_TYPE_RATE,
  RULE_TYPE_SCALAR,
  RULE_TYPE_INVALID
}
 Enumeration of the two 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 two 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'.