libSBML C API
libSBML 5.20.4 C API
|
Implementation of the FbcReactionPlugin_t class. More...
Functions | |
GeneProductAssociation_t * | FbcReactionPlugin_createGeneProductAssociation (FbcSBasePlugin_t *fbc) |
_tCreates_t _ta_t _tnew_t _tGeneProductAssociation_t_t _tobject_t _tand_t _tadds_t _tit_t _tto_t _tthe_t _tFbcReactionPlugin_t_t _tobject_t. | |
GeneProductAssociation_t * | FbcReactionPlugin_getGeneProductAssociation (FbcSBasePlugin_t *fbc) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _treturns_t _tits_t _tGeneProductAssociation_t_t. | |
char * | FbcReactionPlugin_getLowerFluxBound (FbcSBasePlugin_t *fbc) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _treturns_t _tits_t "_tlowerFluxBound_t" _tattribute_t. | |
char * | FbcReactionPlugin_getUpperFluxBound (FbcSBasePlugin_t *fbc) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _treturns_t _tits_t "_tupperFluxBound_t" _tattribute_t. | |
int | FbcReactionPlugin_isSetGeneProductAssociation (FbcSBasePlugin_t *fbc) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t'_ts_t _tGeneProductAssociation_t _tis_t _tset_t. | |
int | FbcReactionPlugin_isSetLowerFluxBound (FbcSBasePlugin_t *fbc) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t'_ts_t "_tlowerFluxBound_t" _tattribute_t _tis_t _tset_t. | |
int | FbcReactionPlugin_isSetUpperFluxBound (FbcSBasePlugin_t *fbc) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t'_ts_t "_tupperFluxBound_t" _tattribute_t _tis_t _tset_t. | |
int | FbcReactionPlugin_setGeneProductAssociation (FbcSBasePlugin_t *fbc, GeneProductAssociation_t *gpa) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _tsets_t _tits_t _tGeneProductAssociation_t_t. | |
int | FbcReactionPlugin_setLowerFluxBound (FbcSBasePlugin_t *fbc, const char *LowerFluxBound) |
_tSets_t _tthe_t "_tlowerFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tLowerFluxBound_t. | |
int | FbcReactionPlugin_setUpperFluxBound (FbcSBasePlugin_t *fbc, const char *UpperFluxBound) |
_tSets_t _tthe_t "_tupperFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tUpperFluxBound_t. | |
int | FbcReactionPlugin_unsetLowerFluxBound (FbcSBasePlugin_t *fbc) |
_tUnsets_t _tthe_t "_tlowerFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t. | |
int | FbcReactionPlugin_unsetUpperFluxBound (FbcSBasePlugin_t *fbc) |
_tUnsets_t _tthe_t "_tupperFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t. | |
Implementation of the FbcReactionPlugin_t class.
GeneProductAssociation_t * FbcReactionPlugin_createGeneProductAssociation | ( | FbcSBasePlugin_t * | fbc | ) |
_tCreates_t _ta_t _tnew_t _tGeneProductAssociation_t_t _tobject_t _tand_t _tadds_t _tit_t _tto_t _tthe_t _tFbcReactionPlugin_t_t _tobject_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tthat_t _tshould_t _thave_t _tthe_t _tGeneProductAssociation_t_t _tadded_t
@_tcopydetails_t _tdoc_note_geneproduct_v2_only_t
@_treturn_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tGeneProductAssociation_t_t _tobject_t.
GeneProductAssociation_t * FbcReactionPlugin_getGeneProductAssociation | ( | FbcSBasePlugin_t * | fbc | ) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _treturns_t _tits_t _tGeneProductAssociation_t_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _twhose_t _tGeneProductAssociation_t_t _tis_t _tsought_t.
@_treturn_t _tthe_t _ta_t _tpointer_t _tto_t _tthe_t _tGeneProductAssociation_t_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
char * FbcReactionPlugin_getLowerFluxBound | ( | FbcSBasePlugin_t * | fbc | ) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _treturns_t _tits_t "_tlowerFluxBound_t" _tattribute_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _twhose_t "_tlowerFluxBound_t" _tattribute_t _tis_t _tsought_t.
@_treturn_t _tthe_t "_tlowerFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
char * FbcReactionPlugin_getUpperFluxBound | ( | FbcSBasePlugin_t * | fbc | ) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _treturns_t _tits_t "_tupperFluxBound_t" _tattribute_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _twhose_t "_tupperFluxBound_t" _tattribute_t _tis_t _tsought_t.
@_treturn_t _tthe_t "_tupperFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_isSetGeneProductAssociation | ( | FbcSBasePlugin_t * | fbc | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t'_ts_t _tGeneProductAssociation_t _tis_t _tset_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tgeneProductAssopciation_t" _telemen_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_isSetLowerFluxBound | ( | FbcSBasePlugin_t * | fbc | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t'_ts_t "_tlowerFluxBound_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tlowerFluxBound_t" _tattribute_t _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_isSetUpperFluxBound | ( | FbcSBasePlugin_t * | fbc | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t'_ts_t "_tupperFluxBound_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tupperFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_setGeneProductAssociation | ( | FbcSBasePlugin_t * | fbc, |
GeneProductAssociation_t * | gpa | ||
) |
_tTakes_t _ta_t _tFbcReactionPlugin_t_t _tstructure_t _tand_t _tsets_t _tits_t _tGeneProductAssociation_t_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _twhose_t _tGeneProductAssociation_t_t _tis_t _tsought_t. @_tparam_t _tgpa_t _ta_t _tpointer_t _tto_t _tthe_t _tGeneProductAssociation_t_t _tto_t _tbe_t _tset_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_setLowerFluxBound | ( | FbcSBasePlugin_t * | fbc, |
const char * | LowerFluxBound | ||
) |
_tSets_t _tthe_t "_tlowerFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tLowerFluxBound_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tLowerFluxBound_t _tthe_t _tstring_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t'_ts_t "_tlowerFluxBound_t" _tattribute_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tlowerFluxBound_t" _tattribute_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_setUpperFluxBound | ( | FbcSBasePlugin_t * | fbc, |
const char * | UpperFluxBound | ||
) |
_tSets_t _tthe_t "_tupperFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tUpperFluxBound_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tUpperFluxBound_t _tthe_t _tstring_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t'_ts_t "_tupperFluxBound_t" _tattribute_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tupperFluxBound_t" _tattribute_t.
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_unsetLowerFluxBound | ( | FbcSBasePlugin_t * | fbc | ) |
_tUnsets_t _tthe_t "_tlowerFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tstructure_t _tto_t _tunset_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tFbcReactionPlugin_t_t
int FbcReactionPlugin_unsetUpperFluxBound | ( | FbcSBasePlugin_t * | fbc | ) |
_tUnsets_t _tthe_t "_tupperFluxBound_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFbcReactionPlugin_t_t _tstructure_t.
@_tparam_t _tfbc_t _tthe_t _tFbcReactionPlugin_t_t _tstructure_t _tto_t _tunset_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tFbcReactionPlugin_t_t