libSBML Perl API  libSBML 5.17.2 Perl API
FbcReactionPlugin.cpp File Reference

Implementation of the FbcReactionPlugin class. More...

Include dependency graph for FbcReactionPlugin.cpp:

Functions

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

Detailed Description

Implementation of the FbcReactionPlugin class.

Author
SBMLTeam

Function Documentation

◆ FbcReactionPlugin_getGeneProductAssociation()

GeneProductAssociation_t* FbcReactionPlugin_getGeneProductAssociation ( SBasePlugin_t fbc)

◆ FbcReactionPlugin_getLowerFluxBound()

char* FbcReactionPlugin_getLowerFluxBound ( SBasePlugin_t fbc)

◆ FbcReactionPlugin_getUpperFluxBound()

char* FbcReactionPlugin_getUpperFluxBound ( SBasePlugin_t fbc)

◆ FbcReactionPlugin_isSetGeneProductAssociation()

int FbcReactionPlugin_isSetGeneProductAssociation ( SBasePlugin_t fbc)

◆ FbcReactionPlugin_isSetLowerFluxBound()

int FbcReactionPlugin_isSetLowerFluxBound ( SBasePlugin_t fbc)

◆ FbcReactionPlugin_isSetUpperFluxBound()

int FbcReactionPlugin_isSetUpperFluxBound ( SBasePlugin_t fbc)

◆ FbcReactionPlugin_setGeneProductAssociation()

int FbcReactionPlugin_setGeneProductAssociation ( SBasePlugin_t fbc,
GeneProductAssociation_t gpa 
)

◆ FbcReactionPlugin_setLowerFluxBound()

int FbcReactionPlugin_setLowerFluxBound ( SBasePlugin_t fbc,
const char *  chemform 
)

◆ FbcReactionPlugin_setUpperFluxBound()

int FbcReactionPlugin_setUpperFluxBound ( SBasePlugin_t fbc,
const char *  chemform 
)

◆ FbcReactionPlugin_unsetLowerFluxBound()

int FbcReactionPlugin_unsetLowerFluxBound ( SBasePlugin_t fbc)

◆ FbcReactionPlugin_unsetUpperFluxBound()

int FbcReactionPlugin_unsetUpperFluxBound ( SBasePlugin_t fbc)