|
libSBML C API
libSBML 5.20.4 C API
|
Performs conversion between SBML levels. More...
Macros | |
| #define | SET_ID(id, prefix, count) |
| @_tcond_t _tdoxygenLibsbmlInternal_t | |
Functions | |
| void | addMissingTrigger (Model &m) |
| void | addTrigger (Event *e) |
| void | adjustListOf (ListOf *listOf) |
| void | createNoValueStoichMath (Model &m, SpeciesReference &sr, unsigned int idCount) |
| void | createParameterAsRateRule (Model &m, SpeciesReference &sr, Rule &rr, unsigned int idCount) |
| void | dealWithAssigningL1Stoichiometry (Model &m, bool l2=true) |
| void | dealWithL1Stoichiometry (Model &m, bool l2=true) |
| void | dealWithSpeciesReference (Model &m, SpeciesReference *sr, unsigned int &idCount) |
| bool | isValidUnit (const Model *model, const std::string &unitId) |
| void | removeElementsMissingMath (Model &m) |
| void | removeListOfMissingElements (Model &m) |
| void | useStoichMath (Model &m, SpeciesReference &sr, bool isRule) |
Variables | |
| static const char * | ASSIGNED_COMPARTMENT = "AssignedName" |
Performs conversion between SBML levels.
| #define SET_ID | ( | id, | |
| prefix, | |||
| count | |||
| ) |
@_tcond_t _tdoxygenLibsbmlInternal_t
| void addMissingTrigger | ( | Model & | m | ) |
| void addTrigger | ( | Event * | e | ) |
| void adjustListOf | ( | ListOf * | listOf | ) |
| void createNoValueStoichMath | ( | Model & | m, |
| SpeciesReference & | sr, | ||
| unsigned int | idCount | ||
| ) |
| void createParameterAsRateRule | ( | Model & | m, |
| SpeciesReference & | sr, | ||
| Rule & | rr, | ||
| unsigned int | idCount | ||
| ) |
| void dealWithAssigningL1Stoichiometry | ( | Model & | m, |
| bool | l2 = true |
||
| ) |
| void dealWithL1Stoichiometry | ( | Model & | m, |
| bool | l2 = true |
||
| ) |
| void dealWithSpeciesReference | ( | Model & | m, |
| SpeciesReference * | sr, | ||
| unsigned int & | idCount | ||
| ) |
| bool isValidUnit | ( | const Model * | model, |
| const std::string & | unitId | ||
| ) |
| void removeElementsMissingMath | ( | Model & | m | ) |
| void removeListOfMissingElements | ( | Model & | m | ) |
| void useStoichMath | ( | Model & | m, |
| SpeciesReference & | sr, | ||
| bool | isRule | ||
| ) |
|
static |