libSBML C API
5.18.0
|
Definition of Objective_t, the SBase_t derived class of the fbc package. More...
Enumerations | |
enum | ObjectiveType_t { OBJECTIVE_TYPE_MAXIMIZE, OBJECTIVE_TYPE_MINIMIZE, OBJECTIVE_TYPE_UNKNOWN } |
Enumeration of possible values for the 'type' attribute of an Objective_t object. More... | |
Functions | |
int | Objective_addFluxObjective (Objective_t *o, FluxObjective_t *fo) |
FluxObjective_t * | Objective_createFluxObjective (Objective_t *o) |
FluxObjective_t * | Objective_getFluxObjective (Objective_t *o, unsigned int n) |
FluxObjective_t * | Objective_getFluxObjectiveById (Objective_t *o, const char *sid) |
ListOf_t * | Objective_getListOfFluxObjectives (Objective_t *o) |
unsigned int | Objective_getNumFluxObjectives (Objective_t *o) |
FluxObjective_t * | Objective_removeFluxObjective (Objective_t *o, unsigned int n) |
FluxObjective_t * | Objective_removeFluxObjectiveById (Objective_t *o, const char *sid) |
Definition of Objective_t, the SBase_t derived class of the fbc package.
enum ObjectiveType_t |
Enumeration of possible values for the 'type' attribute of an Objective_t object.
int Objective_addFluxObjective | ( | Objective_t * | o, |
FluxObjective_t * | fo | ||
) |
FluxObjective_t* Objective_createFluxObjective | ( | Objective_t * | o | ) |
FluxObjective_t* Objective_getFluxObjective | ( | Objective_t * | o, |
unsigned int | n | ||
) |
FluxObjective_t* Objective_getFluxObjectiveById | ( | Objective_t * | o, |
const char * | sid | ||
) |
ListOf_t* Objective_getListOfFluxObjectives | ( | Objective_t * | o | ) |
unsigned int Objective_getNumFluxObjectives | ( | Objective_t * | o | ) |
FluxObjective_t* Objective_removeFluxObjective | ( | Objective_t * | o, |
unsigned int | n | ||
) |
FluxObjective_t* Objective_removeFluxObjectiveById | ( | Objective_t * | o, |
const char * | sid | ||
) |