libSBML C API
libSBML 5.20.4 C API
|
: Implementation of the OutwardBindingSite_t class More...
Enumerations | |
enum | BindingStatus_t { MULTI_BINDING_STATUS_BOUND , MULTI_BINDING_STATUS_UNBOUND , MULTI_BINDING_STATUS_EITHER , MULTI_BINDING_STATUS_UNKNOWN } |
@_tclass_t _tdoc_outwardbindingsite_bindingStatus_t More... | |
Functions | |
OutwardBindingSite_t * | ListOfOutwardBindingSites_getById (ListOf_t *lo, const char *sid) |
_tReturn_t _tthe_t _tstructure_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t. | |
OutwardBindingSite_t * | ListOfOutwardBindingSites_removeById (ListOf_t *lo, const char *sid) |
_tRemoves_t _tthe_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tlist_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
OutwardBindingSite_t * | OutwardBindingSite_clone (OutwardBindingSite_t *obs) |
_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tobject_t. | |
OutwardBindingSite_t * | OutwardBindingSite_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
_tCreates_t _ta_t _tnew_t _tOutwardBindingSite_t_t _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tmulti_t&_trdquo_t; _tpackage_t _tversion_t. | |
void | OutwardBindingSite_free (OutwardBindingSite_t *obs) |
_tFrees_t _tthis_t _tOutwardBindingSite_t_t _tobject_t. | |
BindingStatus_t | OutwardBindingSite_getBindingStatus (const OutwardBindingSite_t *obs) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
const char * | OutwardBindingSite_getBindingStatusAsString (const OutwardBindingSite_t *obs) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
char * | OutwardBindingSite_getComponent (const OutwardBindingSite_t *obs) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
char * | OutwardBindingSite_getId (const OutwardBindingSite_t *obs) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
char * | OutwardBindingSite_getName (const OutwardBindingSite_t *obs) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_hasRequiredAttributes (OutwardBindingSite_t *obs) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthis_t _tOutwardBindingSite_t_t _tobject_t _thave_t _tbeen_t _tset_t. | |
int | OutwardBindingSite_isSetBindingStatus (const OutwardBindingSite_t *obs) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tbindingStatus_t" _tattribute_t _tis_t _tset_t. | |
int | OutwardBindingSite_isSetComponent (const OutwardBindingSite_t *obs) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tcomponent_t" _tattribute_t _tis_t _tset_t. | |
int | OutwardBindingSite_isSetId (const OutwardBindingSite_t *obs) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t. | |
int | OutwardBindingSite_isSetName (const OutwardBindingSite_t *obs) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t. | |
int | OutwardBindingSite_isValidBindingStatus (BindingStatus_t bindigStatus) |
@_tmemberof_t _tOutwardBindingSite_t_t | |
int | OutwardBindingSite_isValidBindingStatusString (const char *s) |
@_tmemberof_t _tOutwardBindingSite_t_t | |
int | OutwardBindingSite_setBindingStatus (OutwardBindingSite_t *obs, BindingStatus_t bindingStatus) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_setBindingStatusAsString (OutwardBindingSite_t *obs, const char *bindingStatus) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_setComponent (OutwardBindingSite_t *obs, const char *component) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_setId (OutwardBindingSite_t *obs, const char *id) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_setName (OutwardBindingSite_t *obs, const char *name) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_unsetBindingStatus (OutwardBindingSite_t *obs) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_unsetComponent (OutwardBindingSite_t *obs) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_unsetId (OutwardBindingSite_t *obs) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
int | OutwardBindingSite_unsetName (OutwardBindingSite_t *obs) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t. | |
: Implementation of the OutwardBindingSite_t class
enum BindingStatus_t |
@_tclass_t _tdoc_outwardbindingsite_bindingStatus_t
@_tpar_t _tThe_t _tattribute_t "_tbindingStatus_t" _ton_t _ta_t _tOutwardBindingSite_t _tobject_t _tis_t _tused_t _tto_t _tdescribe_t _tthe_t _tstatus_t _tof_t _tthe_t _tbinding_t _tsite_t.
_tIn_t _tthe_t _tSBML_t _tLevel_t&_tnbsp_t;_t3_t _tVersion_t&_tnbsp_t;_t1_t _tMulti_t _tspecification_t, _tthe_t _tfollowing_t _tare_t _tthe_t _tallowable_t _tvalues_t _tfor_t "_tbindingStatus_t": <_tul_t> <_tli_t> @_tc_t "_tbound_t", _tthe_t _tbinding_t _tsite_t _tis_t _tbound_t.
<_tli_t> @_tc_t "_tunbound_t", _tthe_t _tbinding_t _tsite_t _tis_t _tnot_t _tbound_t.
<_tli_t> @_tc_t "_teither_t", _tthe_t _tbinding_t _tsite_t _tmay_t _teither_t _tbe_t _tbound_t _tor_t _tunbound_t.
</_tul_t>
@_tenum_t _tBindingStatus_t_t @_tbrief_t _tEnumeration_t _tof_t _tpossible_t _tbinding_t _tstatus_t _tof_t _ta_t _tOutwardBindingSite_t _tin_t _tthe_t _tlibSBML_t "_tmulti_t" _tpackage_t _timplementation_t.
@_tcopydetails_t _tdoc_what_are_typecodes_t
@_tcopydetails_t _tdoc_additional_typecode_details_t
OutwardBindingSite_t * ListOfOutwardBindingSites_getById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
_tReturn_t _tthe_t _tstructure_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t.
@_tparam_t _tlo_t _tthe_t _tListOf_t_t _tstructure_t _tto_t _tuse_t.
@_tparam_t _tsid_t _ta_t _tstring_t _tmatching_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _telement_t _tsought_t.
@_treturn_t _tthe_t _tstructure_t _tfor_t _tthe_t _tgiven_t _tvariable_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tobject_t _texists_t _tin_t _tthe_t _tlist_t.
@_tmemberof_t _tListOfOutwardBindingSites_t_t
OutwardBindingSite_t * ListOfOutwardBindingSites_removeById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tlist_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.
@_tparam_t _tlo_t _tthe_t _tListOf_t_t _tstructure_t. @_tparam_t _tsid_t _ta_t _tstring_t _tmatching_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _telement_t _tsought_t.
@_treturn_t _tthe_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tstructure_t _twith_t _tthe_t "_tid_t" _tattribute_t _texists_t _tin_t _tthe_t _tgiven_t _tlist_t.
@_tmemberof_t _tListOfOutwardBindingSites_t_t
OutwardBindingSite_t * OutwardBindingSite_clone | ( | OutwardBindingSite_t * | obs | ) |
_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tobject_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tobject_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tOutwardBindingSite_t_t
OutwardBindingSite_t * OutwardBindingSite_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
_tCreates_t _ta_t _tnew_t _tOutwardBindingSite_t_t _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tmulti_t&_trdquo_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 _tOutwardBindingSite_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 _tOutwardBindingSite_t_t.
@_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tMulti_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tOutwardBindingSite_t_t.
@_tcopydetails_t _tdoc_note_setting_lv_pkg_t
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tOutwardBindingSite_t_t
void OutwardBindingSite_free | ( | OutwardBindingSite_t * | obs | ) |
_tFrees_t _tthis_t _tOutwardBindingSite_t_t _tobject_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_tmemberof_t _tOutwardBindingSite_t_t
BindingStatus_t OutwardBindingSite_getBindingStatus | ( | const OutwardBindingSite_t * | obs | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t _twhose_t _tbindingStatus_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tas_t _ta_t _tBindingStatus_t_t.
@_tcopydetails_t _tdoc_outwardbindingsite_bindingStatus_t @_tif_t _tclike_t _tThe_t _tvalue_t _tis_t _tdrawn_t _tfrom_t _tthe_t _tenumeration_t @_tref_t _tBindingStatus_t_t @_tendif_t _tThe_t _tpossible_t _tvalues_t _treturned_t _tby_t _tthis_t _tmethod_t _tare_t: @_tli_t @_tsbmlconstant_t{_tMULTI_BINDING_STATUS_BOUND_t, _tBindingStatus_t_t} @_tli_t @_tsbmlconstant_t{_tMULTI_BINDING_STATUS_UNBOUND_t, _tBindingStatus_t_t} @_tli_t @_tsbmlconstant_t{_tMULTI_BINDING_STATUS_EITHER_t, _tBindingStatus_t_t} @_tli_t @_tsbmlconstant_t{_tMULTI_BINDING_STATUS_UNKNOWN_t, _tBindingStatus_t_t}
@_tmemberof_t _tOutwardBindingSite_t_t
const char * OutwardBindingSite_getBindingStatusAsString | ( | const OutwardBindingSite_t * | obs | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t _twhose_t _tbindingStatus_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tas_t _ta_t _tconst_t _tchar_t *.
@_tcopydetails_t _tdoc_returned_unowned_char_t
@_tcopydetails_t _tdoc_outwardbindingsite_bindingStatus_t _tThe_t _tpossible_t _tvalues_t _treturned_t _tby_t _tthis_t _tmethod_t _tare_t: @_tli_t @_tc_t "_tbound_t" @_tli_t @_tc_t "_tunbound_t" @_tli_t @_tc_t "_teither_t" @_tli_t @_tc_t _tNULL_t
@_tmemberof_t _tOutwardBindingSite_t_t
char * OutwardBindingSite_getComponent | ( | const OutwardBindingSite_t * | obs | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t _twhose_t _tcomponent_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tcopydetails_t _tdoc_warning_returns_owned_char_t
@_tmemberof_t _tOutwardBindingSite_t_t
char * OutwardBindingSite_getId | ( | const OutwardBindingSite_t * | obs | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t _twhose_t _tid_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tcopydetails_t _tdoc_warning_returns_owned_char_t
@_tmemberof_t _tOutwardBindingSite_t_t
char * OutwardBindingSite_getName | ( | const OutwardBindingSite_t * | obs | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t _twhose_t _tname_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tcopydetails_t _tdoc_warning_returns_owned_char_t
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_hasRequiredAttributes | ( | OutwardBindingSite_t * | obs | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthis_t _tOutwardBindingSite_t_t _tobject_t _thave_t _tbeen_t _tset_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tto_t _tindicate_t _tthat_t _tall_t _tthe_t _trequired_t _tattributes_t _tof_t _tthis_t _tOutwardBindingSite_t_t _thave_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.
@_tnote_t _tThe_t _trequired_t _tattributes_t _tfor_t _tthe_t _tOutwardBindingSite_t_t _tobject_t _tare_t: @_tli_t "_tbindingStatus_t" @_tli_t "_tcomponent_t"
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_isSetBindingStatus | ( | const OutwardBindingSite_t * | obs | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tbindingStatus_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tbindingStatus_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.
@_tcopydetails_t _tdoc_outwardbindingsite_bindingStatus_t
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_isSetComponent | ( | const OutwardBindingSite_t * | obs | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tcomponent_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tcomponent_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_isSetId | ( | const OutwardBindingSite_t * | obs | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tid_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_isSetName | ( | const OutwardBindingSite_t * | obs | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tOutwardBindingSite_t_t'_ts_t "_tname_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_isValidBindingStatus | ( | BindingStatus_t | bindigStatus | ) |
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_isValidBindingStatusString | ( | const char * | s | ) |
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_setBindingStatus | ( | OutwardBindingSite_t * | obs, |
BindingStatus_t | bindingStatus | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_tparam_t _tbindingStatus_t _tBindingStatus_t_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_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_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tcopydetails_t _tdoc_outwardbindingsite_bindingStatus_t
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_setBindingStatusAsString | ( | OutwardBindingSite_t * | obs, |
const char * | bindingStatus | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_tparam_t _tbindingStatus_t _tconst_t _tchar_t * _tof_t _tthe_t "_tbindingStatus_t" _tattribute_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_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tcopydetails_t _tdoc_outwardbindingsite_bindingStatus_t
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_setComponent | ( | OutwardBindingSite_t * | obs, |
const char * | component | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_tparam_t _tcomponent_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_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_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_setId | ( | OutwardBindingSite_t * | obs, |
const char * | id | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_tparam_t _tid_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_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_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
_tCalling_t _tthis_t _tfunction_t _twith_t @_tp_t _tid_t = @_tc_t _tNULL_t _tor_t _tan_t _tempty_t _tstring_t _tis_t _tequivalent_t _tto_t _tcalling_t _tOutwardBindingSite_unsetId_t().
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_setName | ( | OutwardBindingSite_t * | obs, |
const char * | name | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_t.
@_tparam_t _tname_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_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_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
_tCalling_t _tthis_t _tfunction_t _twith_t @_tp_t _tname_t = @_tc_t _tNULL_t _tor_t _tan_t _tempty_t _tstring_t _tis_t _tequivalent_t _tto_t _tcalling_t _tOutwardBindingSite_unsetName_t().
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_unsetBindingStatus | ( | OutwardBindingSite_t * | obs | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tbindingStatus_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_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_OBJECT_t, _tOperationReturnValues_t_t}
@_tcopydetails_t _tdoc_outwardbindingsite_bindingStatus_t
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_unsetComponent | ( | OutwardBindingSite_t * | obs | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcomponent_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_unsetId | ( | OutwardBindingSite_t * | obs | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tOutwardBindingSite_t_t
int OutwardBindingSite_unsetName | ( | OutwardBindingSite_t * | obs | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tOutwardBindingSite_t_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tstructure_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tOutwardBindingSite_t_t