|
libSBML C++ API
5.18.0
|
Implementation of the FluxObjective class. More...
Implementation of the FluxObjective class.
| FluxObjective_t* FluxObjective_clone | ( | FluxObjective_t * | fo | ) |
| FluxObjective_t* FluxObjective_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void FluxObjective_free | ( | FluxObjective_t * | fo | ) |
| double FluxObjective_getCoefficient | ( | const FluxObjective_t * | fo | ) |
| const char* FluxObjective_getId | ( | const FluxObjective_t * | fo | ) |
| const char* FluxObjective_getName | ( | const FluxObjective_t * | fo | ) |
| const char* FluxObjective_getReaction | ( | const FluxObjective_t * | fo | ) |
| int FluxObjective_hasRequiredAttributes | ( | const FluxObjective_t * | fo | ) |
| int FluxObjective_isSetCoefficient | ( | const FluxObjective_t * | fo | ) |
| int FluxObjective_isSetId | ( | const FluxObjective_t * | fo | ) |
| int FluxObjective_isSetName | ( | const FluxObjective_t * | fo | ) |
| int FluxObjective_isSetReaction | ( | const FluxObjective_t * | fo | ) |
| int FluxObjective_setCoefficient | ( | FluxObjective_t * | fo, |
| double | coefficient | ||
| ) |
| int FluxObjective_setId | ( | FluxObjective_t * | fo, |
| const char * | id | ||
| ) |
| int FluxObjective_setName | ( | FluxObjective_t * | fo, |
| const char * | name | ||
| ) |
| int FluxObjective_setReaction | ( | FluxObjective_t * | fo, |
| const char * | reaction | ||
| ) |
| int FluxObjective_unsetCoefficient | ( | FluxObjective_t * | fo | ) |
| int FluxObjective_unsetId | ( | FluxObjective_t * | fo | ) |
| int FluxObjective_unsetName | ( | FluxObjective_t * | fo | ) |
| int FluxObjective_unsetReaction | ( | FluxObjective_t * | fo | ) |
| FluxObjective_t* ListOfFluxObjectives_getById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |
| FluxObjective_t* ListOfFluxObjectives_removeById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |