libSBML C++ API
5.18.0
|
Definition of FluxBound, the SBase derived class of the fbc package. More...
Classes | |
class | FluxBound |
fbc
Max or min value for a reaction flux. More... | |
class | ListOfFluxBounds |
fbc
A list of FluxBound objects. More... | |
Enumerations | |
enum | FluxBoundOperation_t { FLUXBOUND_OPERATION_LESS_EQUAL, FLUXBOUND_OPERATION_GREATER_EQUAL, FLUXBOUND_OPERATION_LESS, FLUXBOUND_OPERATION_GREATER, FLUXBOUND_OPERATION_EQUAL, FLUXBOUND_OPERATION_UNKNOWN } |
Possible values for the FluxBound 'operation' attribute. More... | |
enum FluxBoundOperation_t |
Possible values for the FluxBound 'operation' attribute.
The possible legal values are less than or equal to, greater than or equal to, or equal to. The two options less than and greater than are not legal values for the FluxBound 'operation' attribute, but are provided to allow backwards compatibility with an earlier version of the draft specification.