libSBML Perl API  libSBML 5.10.0 Perl API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Objective.h File Reference

Definition of Objective, the SBase derived class of the fbc package. More...

Include dependency graph for Objective.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ListOfObjectives
 {fbc} Implementation of the ListOfObjectives construct from the 'fbc' package. More...
 
class  Objective
 {fbc} Implementation of the 'fbc' package Objective construct. 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. More...
 

Detailed Description

Definition of Objective, the SBase derived class of the fbc package.

Author
Frank T. Bergmann

Enumeration Type Documentation

Enumeration of possible values for the 'type' attribute of an Objective.

Enumerator
OBJECTIVE_TYPE_MAXIMIZE 

'maximize'

OBJECTIVE_TYPE_MINIMIZE 

'minimize'

OBJECTIVE_TYPE_UNKNOWN 

Unset or illegal value: anything other than 'maximize' or 'minimize'.