libSBML C++ API  5.20.4
FbcReactionPlugin.cpp File Reference

Implementation of the FbcReactionPlugin class. More...

Include dependency graph for FbcReactionPlugin.cpp:

Functions

GeneProductAssociation_tFbcReactionPlugin_createGeneProductAssociation (FbcSBasePlugin_t *fbc)
 
GeneProductAssociation_tFbcReactionPlugin_getGeneProductAssociation (FbcSBasePlugin_t *fbc)
 
char * FbcReactionPlugin_getLowerFluxBound (FbcSBasePlugin_t *fbc)
 
char * FbcReactionPlugin_getUpperFluxBound (FbcSBasePlugin_t *fbc)
 
int FbcReactionPlugin_isSetGeneProductAssociation (FbcSBasePlugin_t *fbc)
 
int FbcReactionPlugin_isSetLowerFluxBound (FbcSBasePlugin_t *fbc)
 
int FbcReactionPlugin_isSetUpperFluxBound (FbcSBasePlugin_t *fbc)
 
int FbcReactionPlugin_setGeneProductAssociation (FbcSBasePlugin_t *fbc, GeneProductAssociation_t *gpa)
 
int FbcReactionPlugin_setLowerFluxBound (FbcSBasePlugin_t *fbc, const char *chemform)
 
int FbcReactionPlugin_setUpperFluxBound (FbcSBasePlugin_t *fbc, const char *chemform)
 
int FbcReactionPlugin_unsetLowerFluxBound (FbcSBasePlugin_t *fbc)
 
int FbcReactionPlugin_unsetUpperFluxBound (FbcSBasePlugin_t *fbc)
 

Detailed Description

Implementation of the FbcReactionPlugin class.

Author
SBMLTeam

Function Documentation

◆ FbcReactionPlugin_createGeneProductAssociation()

GeneProductAssociation_t* FbcReactionPlugin_createGeneProductAssociation ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_getGeneProductAssociation()

GeneProductAssociation_t* FbcReactionPlugin_getGeneProductAssociation ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_getLowerFluxBound()

char* FbcReactionPlugin_getLowerFluxBound ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_getUpperFluxBound()

char* FbcReactionPlugin_getUpperFluxBound ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_isSetGeneProductAssociation()

int FbcReactionPlugin_isSetGeneProductAssociation ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_isSetLowerFluxBound()

int FbcReactionPlugin_isSetLowerFluxBound ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_isSetUpperFluxBound()

int FbcReactionPlugin_isSetUpperFluxBound ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_setGeneProductAssociation()

int FbcReactionPlugin_setGeneProductAssociation ( FbcSBasePlugin_t fbc,
GeneProductAssociation_t gpa 
)

◆ FbcReactionPlugin_setLowerFluxBound()

int FbcReactionPlugin_setLowerFluxBound ( FbcSBasePlugin_t fbc,
const char *  chemform 
)

◆ FbcReactionPlugin_setUpperFluxBound()

int FbcReactionPlugin_setUpperFluxBound ( FbcSBasePlugin_t fbc,
const char *  chemform 
)

◆ FbcReactionPlugin_unsetLowerFluxBound()

int FbcReactionPlugin_unsetLowerFluxBound ( FbcSBasePlugin_t fbc)

◆ FbcReactionPlugin_unsetUpperFluxBound()

int FbcReactionPlugin_unsetUpperFluxBound ( FbcSBasePlugin_t fbc)