18 enum rd_type {rdBecomes = 0, rdActivates, rdInhibits, rdInfluences, rdBecomesIrreversibly};
115 enum formula_type {formulaINITIAL = 0, formulaASSIGNMENT, formulaRATE, formulaKINETIC, formulaTRIGGER};
125 delInitialAssignment,
142 , distTRUNCEXPONENTIAL
distribution_type
distribution_type values are used to determine which distribution defined in UncertML is being used...
Definition: enums.h:136
deletion_type
deletion_type values are not used in the API, but are used internally in libAntimony.
Definition: enums.h:120
return_type
return_types are used in the API when requesting information about different symbols.
Definition: enums.h:81
var_type
var_types define internally what a symbol is; they are not used in the API anywhere.
Definition: enums.h:39
constraint_type
constraint_type values are used to determine what kind (and whether) of a simple constraint is being ...
Definition: enums.h:152
const_type
const_type values are not used in the API, but are used internally in libAntimony.
Definition: enums.h:110
formula_type
rule_type values are not used in the API, but are used internally in libAntimony. ...
Definition: enums.h:115
rd_type
rd_types are the different types of reactions and interactions.
Definition: enums.h:18