libSBML C API
libSBML 5.20.2 C API
|
Definition of FluxBound_t, the SBase_t derived class of the fbc package. 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 } |
@_tenum_t _tFluxBoundOperation_t_t @_tbrief_t _tPossible_t _tvalues_t _tfor_t _tthe_t _tFluxBound_t '_toperation_t' _tattribute_t. More... | |
Functions | |
FluxBound_t * | FluxBound_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
_tCreates_t _ta_t _tnew_t _tFluxBound_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t, _tand_t _tthe_t @_tp_t _tpkgVersion_t _tpackage_t _tversion_t. | |
const char * | FluxBound_getId (FluxBound_t *fb) |
_tTakes_t _tan_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidentifier_t. | |
const char * | FluxBound_getName (FluxBound_t *fb) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _tname_t. | |
const char * | FluxBound_getOperation (FluxBound_t *fb) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _toperation_t. | |
const char * | FluxBound_getReaction (FluxBound_t *fb) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _treaction_t. | |
double | FluxBound_getValue (FluxBound_t *fb) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _tvalue_t. | |
int | FluxBound_isSetId (FluxBound_t *fb) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _tidentifier_t _tis_t _tset_t. | |
int | FluxBound_isSetName (FluxBound_t *fb) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _tname_t _tis_t _tset_t. | |
int | FluxBound_isSetOperation (FluxBound_t *fb) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _toperation_t _tis_t _tset_t. | |
int | FluxBound_isSetReaction (FluxBound_t *fb) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _treaction_t _tis_t _tset_t. | |
int | FluxBound_isSetValue (FluxBound_t *fb) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _tvalue_t _tis_t _tset_t. | |
int | FluxBound_setId (FluxBound_t *fb, const char *sid) |
_tAssigns_t _tthe_t _tidentifier_t _tof_t _tan_t _tFluxBound_t_t _tstructure_t. | |
int | FluxBound_setName (FluxBound_t *fb, const char *name) |
_tSets_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tname_t. | |
int | FluxBound_setOperation (FluxBound_t *fb, const char *operation) |
_tSets_t _tthe_t _toperation_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _toperation_t. | |
int | FluxBound_setReaction (FluxBound_t *fb, const char *reaction) |
_tSets_t _tthe_t _treaction_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _treaction_t. | |
int | FluxBound_setValue (FluxBound_t *fb, double value) |
_tSets_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t. | |
int | FluxBound_unsetId (FluxBound_t *fb) |
_tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t. | |
int | FluxBound_unsetName (FluxBound_t *fb) |
_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t. | |
int | FluxBound_unsetOperation (FluxBound_t *fb) |
_tUnsets_t _tthe_t "_toperation_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t. | |
int | FluxBound_unsetReaction (FluxBound_t *fb) |
_tUnsets_t _tthe_t "_treaction_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t. | |
int | FluxBound_unsetValue (FluxBound_t *fb) |
_tUnsets_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t. | |
FluxBoundOperation_t | FluxBoundOperation_fromString (const char *s) |
_tReturns_t _tthe_t #_tFluxBoundOperation_t_t _tenumeration_t _tcorresponding_t _tto_t _tthe_t _tgiven_t _tstring_t, _tor_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_UNKNOWN_t, _tFluxBoundOperation_t_t} _tif_t _tthere_t _tis_t _tno_t _tsuch_t _tmatch_t. | |
int | FluxBoundOperation_isValidFluxBoundOperation (FluxBoundOperation_t type) |
_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 #_tFluxBoundOperation_t_t _tis_t _tvalid_t. | |
int | FluxBoundOperation_isValidFluxBoundOperationString (const char *s) |
_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 _tstring_t _tis_t _ta_t _tvalid_t #_tFluxBoundOperation_t_t. | |
const char * | FluxBoundOperation_toString (FluxBoundOperation_t type) |
_tReturns_t _tthe_t _tstring_t _tversion_t _tof_t _tthe_t _tprovided_t #_tFluxBoundOperation_t_t _tenumeration_t. | |
Definition of FluxBound_t, the SBase_t derived class of the fbc package.
enum FluxBoundOperation_t |
@_tenum_t _tFluxBoundOperation_t_t @_tbrief_t _tPossible_t _tvalues_t _tfor_t _tthe_t _tFluxBound_t '_toperation_t' _tattribute_t.
_tThe_t _tpossible_t _tlegal_t _tvalues_t _tare_t _tless_t _tthan_t _tor_t _tequal_t _tto_t, _tgreater_t _tthan_t _tor_t _tequal_t _tto_t, _tor_t _tequal_t _tto_t. _tThe_t _ttwo_t _toptions_t <_ti_t>_tless_t _tthan_t</_ti_t> _tand_t <_ti_t>_tgreater_t _tthan_t</_ti_t> _tare_t _tnot_t _tlegal_t _tvalues_t _tfor_t _tthe_t _tFluxBound_t '_toperation_t' _tattribute_t, _tbut_t _tare_t _tprovided_t _tto_t _tallow_t _tbackwards_t _tcompatibility_t _twith_t _tan_t _tearlier_t _tversion_t _tof_t _tthe_t _tdraft_t _tspecification_t.
FluxBound_t * FluxBound_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
_tCreates_t _ta_t _tnew_t _tFluxBound_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t, _tand_t _tthe_t @_tp_t _tpkgVersion_t _tpackage_t _tversion_t.
@_tparam_t _tlevel_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tLevel_t _tto_t _tassign_t _tto_t _tthis_t _tFluxBound_t_t. @_tparam_t _tversion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tFluxBound_t_t. @_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t '_tfbc_t' _tpackage_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tFluxBound_t_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tFluxBound_t_t _tstructure_t.
@_tmemberof_t _tFluxBound_t_t
const char * FluxBound_getId | ( | FluxBound_t * | fb | ) |
_tTakes_t _tan_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidentifier_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tidentifier_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tFluxBound_t_t
const char * FluxBound_getName | ( | FluxBound_t * | fb | ) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _tname_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _twhose_t _tname_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tFluxBound_t_t
const char * FluxBound_getOperation | ( | FluxBound_t * | fb | ) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _toperation_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _twhose_t _toperation_t _tis_t _tsought_t.
@_treturn_t _tthe_t _toperation_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tFluxBound_t_t
const char * FluxBound_getReaction | ( | FluxBound_t * | fb | ) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _treaction_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _twhose_t _treaction_t _tis_t _tsought_t.
@_treturn_t _tthe_t _treaction_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tFluxBound_t_t
double FluxBound_getValue | ( | FluxBound_t * | fb | ) |
_tTakes_t _ta_t _tFluxBound_t_t _tstructure_t _tand_t _treturns_t _tits_t _tvalue_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _twhose_t _tvalue_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t, _tas_t _ta_t @_tc_t _tdouble_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_isSetId | ( | FluxBound_t * | fb | ) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _tidentifier_t _tis_t _tset_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_isSetName | ( | FluxBound_t * | fb | ) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _tname_t _tis_t _tset_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_isSetOperation | ( | FluxBound_t * | fb | ) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _toperation_t _tis_t _tset_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_toperation_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_isSetReaction | ( | FluxBound_t * | fb | ) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _treaction_t _tis_t _tset_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_treaction_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_isSetValue | ( | FluxBound_t * | fb | ) |
_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 _tFluxBound_t_t _tstructure_t'_ts_t _tvalue_t _tis_t _tset_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_setId | ( | FluxBound_t * | fb, |
const char * | sid | ||
) |
_tAssigns_t _tthe_t _tidentifier_t _tof_t _tan_t _tFluxBound_t_t _tstructure_t.
_tThis_t _tmakes_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _tpassed_t _tin_t _tthe_t _tparameter_t @_tp_t _tsid_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tidentifier_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 _tan_t @_tp_t _tsid_t _tof_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tid_t" _tattribute_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_setName | ( | FluxBound_t * | fb, |
const char * | name | ||
) |
_tSets_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tname_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tname_t _tthe_t _tname_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tFluxBound_t_t'_ts_t "_tname_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 "_tname_t" _tattribute_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_setOperation | ( | FluxBound_t * | fb, |
const char * | operation | ||
) |
_tSets_t _tthe_t _toperation_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _toperation_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _toperation_t _tthe_t _toperation_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tFluxBound_t_t'_ts_t "_toperation_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 "_toperation_t" _tattribute_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_setReaction | ( | FluxBound_t * | fb, |
const char * | reaction | ||
) |
_tSets_t _tthe_t _treaction_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _treaction_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _treaction_t _tthe_t _treaction_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tFluxBound_t_t'_ts_t "_treaction_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 "_treaction_t" _tattribute_t.
@_tmemberof_t _tFluxBound_t_t
int FluxBound_setValue | ( | FluxBound_t * | fb, |
double | value | ||
) |
_tSets_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_t_t _tstructure_t.
@_tparam_t _tvalue_t _tthe_t _tvalue_t _tof_t _tvalue_t _tto_t _tassign_t _tto_t _tthe_t "_tvalue_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_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tFluxBound_t_t
int FluxBound_unsetId | ( | FluxBound_t * | fb | ) |
_tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_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 _tFluxBound_t_t
int FluxBound_unsetName | ( | FluxBound_t * | fb | ) |
_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_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 _tFluxBound_t_t
int FluxBound_unsetOperation | ( | FluxBound_t * | fb | ) |
_tUnsets_t _tthe_t "_toperation_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_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 _tFluxBound_t_t
int FluxBound_unsetReaction | ( | FluxBound_t * | fb | ) |
_tUnsets_t _tthe_t "_treaction_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_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 _tFluxBound_t_t
int FluxBound_unsetValue | ( | FluxBound_t * | fb | ) |
_tUnsets_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFluxBound_t_t _tstructure_t.
@_tparam_t _tfb_t _tthe_t _tFluxBound_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 _tFluxBound_t_t
FluxBoundOperation_t FluxBoundOperation_fromString | ( | const char * | s | ) |
_tReturns_t _tthe_t #_tFluxBoundOperation_t_t _tenumeration_t _tcorresponding_t _tto_t _tthe_t _tgiven_t _tstring_t, _tor_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_UNKNOWN_t, _tFluxBoundOperation_t_t} _tif_t _tthere_t _tis_t _tno_t _tsuch_t _tmatch_t.
_tThe_t _tmatching_t _tis_t _tcase_t-_tsensitive_t: "_tlessEqual_t" _twill_t _treturn_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_LESS_EQUAL_t, _tFluxBoundOperation_t_t}, _tbut_t "_tlessequal_t" _twill_t _treturn_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_UNKNOWN_t, _tFluxBoundOperation_t_t}.
@_tparam_t _ts_t _tthe_t _tstring_t _tto_t _tconvert_t _tto_t _ta_t #_tFluxBoundOperation_t_t.
@_treturn_t _tThe_t _tcorresponding_t #_tFluxBoundOperation_t_t, _tor_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_UNKNOWN_t, _tFluxBoundOperation_t_t} _tif_t _tno_t _tmatch_t _tfound_t.
@_tnote_t _tIn_t _tan_t _tearlier_t _tversion_t _tof_t _tthis_t _tspecification_t, "_tless_t" _tand_t "_tgreater_t" _twere_t _toptions_t _tthat_t _twere_t _tdropped_t _tin_t _tthe_t _tfinal_t _tversion_t _tof_t _tthe_t _tspecification_t. _tAccordingly_t, "_tless_t" _tis_t _talways_t _tconverted_t _tto_t "_tlessEqual_t", _tand_t "_tgreater_t" _tis_t _talways_t _tconverted_t _tto_t "_tgreaterEqual_t".
@_tmemberof_t _tFluxBound_t_t
int FluxBoundOperation_isValidFluxBoundOperation | ( | FluxBoundOperation_t | type | ) |
_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 #_tFluxBoundOperation_t_t _tis_t _tvalid_t.
@_tparam_t _ttype_t _tthe_t #_tFluxBoundOperation_t_t _tenumeration_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tFluxBoundOperation_t_t _tis_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_LESS_EQUAL_t, _tFluxBoundOperation_t_t}, @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_GREATER_EQUAL_t, _tFluxBoundOperation_t_t}, @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_LESS_t, _tFluxBoundOperation_t_t}, @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_GREATER_t, _tFluxBoundOperation_t_t}, _tor_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_EQUAL_t, _tFluxBoundOperation_t_t}; @_tc_t _t0_t (_tfalse_t) _totherwise_t (_tincluding_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_UNKNOWN_t, _tFluxBoundOperation_t_t}).
@_tnote_t _tIn_t _tan_t _tearlier_t _tversion_t _tof_t _tthis_t _tspecification_t, "_tless_t" _tand_t "_tgreater_t" _twere_t _toptions_t _tthat_t _twere_t _tdropped_t _tin_t _tthe_t _tfinal_t _tversion_t _tof_t _tthe_t _tspecification_t. _tAccordingly_t, "_tless_t" _tis_t _talways_t _tconverted_t _tto_t "_tlessEqual_t", _tand_t "_tgreater_t" _tis_t _talways_t _tconverted_t _tto_t "_tgreaterEqual_t".
@_tmemberof_t _tFluxBound_t_t
int FluxBoundOperation_isValidFluxBoundOperationString | ( | const char * | s | ) |
_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 _tstring_t _tis_t _ta_t _tvalid_t #_tFluxBoundOperation_t_t.
_tThe_t _tmatching_t _tis_t _tcase_t-_tsensitive_t: "_tlessEqual_t" _twill_t _treturn_t @_tc_t _t1_t (_ttrue_t), _tbut_t "_tlessequal_t" _twill_t _treturn_t @_tc_t _t0_t (_tfalse_t).
@_tparam_t _ts_t _tthe_t _tstring_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tstring_t _tis_t "_tlessEqual_t", "_tgreaterEqual_t", "_tless_t", "_tgreater_t", _tor_t "_tequal_t"; @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tnote_t _tIn_t _tan_t _tearlier_t _tversion_t _tof_t _tthis_t _tspecification_t, "_tless_t" _tand_t "_tgreater_t" _twere_t _toptions_t _tthat_t _twere_t _tdropped_t _tin_t _tthe_t _tfinal_t _tversion_t _tof_t _tthe_t _tspecification_t. _tAccordingly_t, "_tless_t" _tis_t _talways_t _tconverted_t _tto_t "_tlessEqual_t", _tand_t "_tgreater_t" _tis_t _talways_t _tconverted_t _tto_t "_tgreaterEqual_t".
@_tmemberof_t _tFluxBound_t_t
const char * FluxBoundOperation_toString | ( | FluxBoundOperation_t | type | ) |
_tReturns_t _tthe_t _tstring_t _tversion_t _tof_t _tthe_t _tprovided_t #_tFluxBoundOperation_t_t _tenumeration_t.
@_tparam_t _ttype_t _tthe_t #_tFluxBoundOperation_t_t _tenumeration_t _tto_t _tconvert_t.
@_treturn_t _tA_t _tstring_t _tcorresponding_t _tto_t _tthe_t _tgiven_t _teffect_t: "_tlessEqual_t", "_tgreaterEqual_t", "_tequal_t", _tor_t @_tc_t _tNULL_t _tif_t _tthe_t _tvalue_t _tis_t @_tsbmlconstant_t{_tFLUXBOUND_OPERATION_UNKNOWN_t, _tFluxBoundOperation_t_t} _tor_t _tanother_t _tinvalid_t _tenumeration_t _tvalue_t.
@_tnote_t _tIn_t _tan_t _tearlier_t _tversion_t _tof_t _tthis_t _tspecification_t, "_tless_t" _tand_t "_tgreater_t" _twere_t _toptions_t _tthat_t _twere_t _tdropped_t _tin_t _tthe_t _tfinal_t _tversion_t _tof_t _tthe_t _tspecification_t. _tAccordingly_t, "_tless_t" _tis_t _talways_t _tconverted_t _tto_t "_tlessEqual_t", _tand_t "_tgreater_t" _tis_t _talways_t _tconverted_t _tto_t "_tgreaterEqual_t".
@_tmemberof_t _tFluxBound_t_t