libSBML C API
libSBML 5.20.4 C API
|
: Implementation of the MultiSpeciesPlugin_t class More...
Functions | |
int | MultiSpeciesPlugin_addOutwardBindingSite (MultiSpeciesPlugin_t *msp, const OutwardBindingSite_t *obs) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tOutwardBindingSite_t_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
int | MultiSpeciesPlugin_addSpeciesFeature (MultiSpeciesPlugin_t *msp, const SpeciesFeature_t *sf) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesFeature_t_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
OutwardBindingSite_t * | MultiSpeciesPlugin_createOutwardBindingSite (MultiSpeciesPlugin_t *msp) |
_tCreates_t _ta_t _tnew_t _tOutwardBindingSite_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tOutwardBindingSite_t_t _tobject_t _tcreated_t. | |
SpeciesFeature_t * | MultiSpeciesPlugin_createSpeciesFeature (MultiSpeciesPlugin_t *msp) |
_tCreates_t _ta_t _tnew_t _tSpeciesFeature_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesFeature_t_t _tobject_t _tcreated_t. | |
ListOf_t * | MultiSpeciesPlugin_getListOfOutwardBindingSites (MultiSpeciesPlugin_t *msp) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tOutwardBindingSite_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
ListOf_t * | MultiSpeciesPlugin_getListOfSpeciesFeatures (MultiSpeciesPlugin_t *msp) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesFeature_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
unsigned int | MultiSpeciesPlugin_getNumOutwardBindingSites (MultiSpeciesPlugin_t *msp) |
_tGet_t _tthe_t _tnumber_t _tof_t _tOutwardBindingSite_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
unsigned int | MultiSpeciesPlugin_getNumSpeciesFeatures (MultiSpeciesPlugin_t *msp) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesFeature_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
OutwardBindingSite_t * | MultiSpeciesPlugin_getOutwardBindingSite (MultiSpeciesPlugin_t *msp, unsigned int n) |
_tGet_t _tan_t _tOutwardBindingSite_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t. | |
OutwardBindingSite_t * | MultiSpeciesPlugin_getOutwardBindingSiteById (MultiSpeciesPlugin_t *msp, const char *sid) |
_tGet_t _tan_t _tOutwardBindingSite_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t. | |
SpeciesFeature_t * | MultiSpeciesPlugin_getSpeciesFeature (MultiSpeciesPlugin_t *msp, unsigned int n) |
_tGet_t _ta_t _tSpeciesFeature_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t. | |
SpeciesFeature_t * | MultiSpeciesPlugin_getSpeciesFeatureById (MultiSpeciesPlugin_t *msp, const char *sid) |
_tGet_t _ta_t _tSpeciesFeature_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t. | |
char * | MultiSpeciesPlugin_getSpeciesType (const MultiSpeciesPlugin_t *msp) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tspeciesType_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
int | MultiSpeciesPlugin_isSetSpeciesType (const MultiSpeciesPlugin_t *msp) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesPlugin_t_t'_ts_t "_tspeciesType_t" _tattribute_t _tis_t _tset_t. | |
OutwardBindingSite_t * | MultiSpeciesPlugin_removeOutwardBindingSite (MultiSpeciesPlugin_t *msp, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tOutwardBindingSite_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
OutwardBindingSite_t * | MultiSpeciesPlugin_removeOutwardBindingSiteById (MultiSpeciesPlugin_t *msp, const char *sid) |
_tRemoves_t _tthe_t _tOutwardBindingSite_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesFeature_t * | MultiSpeciesPlugin_removeSpeciesFeature (MultiSpeciesPlugin_t *msp, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesFeature_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesFeature_t * | MultiSpeciesPlugin_removeSpeciesFeatureById (MultiSpeciesPlugin_t *msp, const char *sid) |
_tRemoves_t _tthe_t _tSpeciesFeature_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
int | MultiSpeciesPlugin_setSpeciesType (MultiSpeciesPlugin_t *msp, const char *speciesType) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tspeciesType_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
int | MultiSpeciesPlugin_unsetSpeciesType (MultiSpeciesPlugin_t *msp) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tspeciesType_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesPlugin_t_t. | |
: Implementation of the MultiSpeciesPlugin_t class
int MultiSpeciesPlugin_addOutwardBindingSite | ( | MultiSpeciesPlugin_t * | msp, |
const OutwardBindingSite_t * | obs | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tOutwardBindingSite_t_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tOutwardBindingSite_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tobs_t _tthe_t _tOutwardBindingSite_t_t _tobject_t _tto_t _tadd_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_PKG_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tMultiSpeciesPlugin_t_t
int MultiSpeciesPlugin_addSpeciesFeature | ( | MultiSpeciesPlugin_t * | msp, |
const SpeciesFeature_t * | sf | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesFeature_t_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesFeature_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tsf_t _tthe_t _tSpeciesFeature_t_t _tobject_t _tto_t _tadd_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_PKG_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tMultiSpeciesPlugin_t_t
OutwardBindingSite_t * MultiSpeciesPlugin_createOutwardBindingSite | ( | MultiSpeciesPlugin_t * | msp | ) |
_tCreates_t _ta_t _tnew_t _tOutwardBindingSite_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tOutwardBindingSite_t_t _tobject_t _tcreated_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tOutwardBindingSite_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _ta_t _tnew_t _tOutwardBindingSite_t_t _tobject_t _tinstance_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
SpeciesFeature_t * MultiSpeciesPlugin_createSpeciesFeature | ( | MultiSpeciesPlugin_t * | msp | ) |
_tCreates_t _ta_t _tnew_t _tSpeciesFeature_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesPlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesFeature_t_t _tobject_t _tcreated_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesFeature_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _ta_t _tnew_t _tSpeciesFeature_t_t _tobject_t _tinstance_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
ListOf_t * MultiSpeciesPlugin_getListOfOutwardBindingSites | ( | MultiSpeciesPlugin_t * | msp | ) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tOutwardBindingSite_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _twhose_t _tListOfOutwardBindingSites_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tListOfOutwardBindingSites_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tas_t _ta_t _tListOf_t_t *.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tsee_t _tMultiSpeciesPlugin_addOutwardBindingSite_t() @_tsee_t _tMultiSpeciesPlugin_createOutwardBindingSite_t() @_tsee_t _tMultiSpeciesPlugin_getOutwardBindingSiteById_t() @_tsee_t _tMultiSpeciesPlugin_getOutwardBindingSite_t() @_tsee_t _tMultiSpeciesPlugin_getNumOutwardBindingSites_t() @_tsee_t _tMultiSpeciesPlugin_removeOutwardBindingSiteById_t() @_tsee_t _tMultiSpeciesPlugin_removeOutwardBindingSite_t()
@_tmemberof_t _tMultiSpeciesPlugin_t_t
ListOf_t * MultiSpeciesPlugin_getListOfSpeciesFeatures | ( | MultiSpeciesPlugin_t * | msp | ) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesFeature_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _twhose_t _tListOfSpeciesFeatures_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tListOfSpeciesFeatures_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tas_t _ta_t _tListOf_t_t *.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tsee_t _tMultiSpeciesPlugin_addSpeciesFeature_t() @_tsee_t _tMultiSpeciesPlugin_createSpeciesFeature_t() @_tsee_t _tMultiSpeciesPlugin_getSpeciesFeatureById_t() @_tsee_t _tMultiSpeciesPlugin_getSpeciesFeature_t() @_tsee_t _tMultiSpeciesPlugin_getNumSpeciesFeatures_t() @_tsee_t _tMultiSpeciesPlugin_removeSpeciesFeatureById_t() @_tsee_t _tMultiSpeciesPlugin_removeSpeciesFeature_t()
@_tmemberof_t _tMultiSpeciesPlugin_t_t
unsigned int MultiSpeciesPlugin_getNumOutwardBindingSites | ( | MultiSpeciesPlugin_t * | msp | ) |
_tGet_t _tthe_t _tnumber_t _tof_t _tOutwardBindingSite_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tOutwardBindingSite_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tmemberof_t _tMultiSpeciesPlugin_t_t
unsigned int MultiSpeciesPlugin_getNumSpeciesFeatures | ( | MultiSpeciesPlugin_t * | msp | ) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesFeature_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tSpeciesFeature_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tmemberof_t _tMultiSpeciesPlugin_t_t
OutwardBindingSite_t * MultiSpeciesPlugin_getOutwardBindingSite | ( | MultiSpeciesPlugin_t * | msp, |
unsigned int | n | ||
) |
_tGet_t _tan_t _tOutwardBindingSite_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tn_t _tan_t _tunsigned_t _tint_t _trepresenting_t _tthe_t _tindex_t _tof_t _tthe_t _tOutwardBindingSite_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tnth_t _tOutwardBindingSite_t_t _tin_t _tthe_t _tListOfOutwardBindingSites_t _twithin_t _tthis_t _tMultiSpeciesPlugin_t. _tIf_t _tthe_t _tindex_t @_tp_t _tn_t _tis_t _tinvalid_t, @_tc_t _tNULL_t _tis_t _treturned_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
OutwardBindingSite_t * MultiSpeciesPlugin_getOutwardBindingSiteById | ( | MultiSpeciesPlugin_t * | msp, |
const char * | sid | ||
) |
_tGet_t _tan_t _tOutwardBindingSite_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tsid_t _ta_t _tstring_t _trepresenting_t _tthe_t _tidentifier_t _tof_t _tthe_t _tOutwardBindingSite_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tOutwardBindingSite_t_t _tin_t _tthe_t _tListOfOutwardBindingSites_t _twithin_t _tthis_t _tMultiSpeciesPlugin_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tOutwardBindingSite_t_t _texists_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
SpeciesFeature_t * MultiSpeciesPlugin_getSpeciesFeature | ( | MultiSpeciesPlugin_t * | msp, |
unsigned int | n | ||
) |
_tGet_t _ta_t _tSpeciesFeature_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tn_t _tan_t _tunsigned_t _tint_t _trepresenting_t _tthe_t _tindex_t _tof_t _tthe_t _tSpeciesFeature_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tnth_t _tSpeciesFeature_t_t _tin_t _tthe_t _tListOfSpeciesFeatures_t _twithin_t _tthis_t _tMultiSpeciesPlugin_t. _tIf_t _tthe_t _tindex_t @_tp_t _tn_t _tis_t _tinvalid_t, @_tc_t _tNULL_t _tis_t _treturned_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
SpeciesFeature_t * MultiSpeciesPlugin_getSpeciesFeatureById | ( | MultiSpeciesPlugin_t * | msp, |
const char * | sid | ||
) |
_tGet_t _ta_t _tSpeciesFeature_t_t _tfrom_t _tthe_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tsid_t _ta_t _tstring_t _trepresenting_t _tthe_t _tidentifier_t _tof_t _tthe_t _tSpeciesFeature_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tSpeciesFeature_t_t _tin_t _tthe_t _tListOfSpeciesFeatures_t _twithin_t _tthis_t _tMultiSpeciesPlugin_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesFeature_t_t _texists_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
char * MultiSpeciesPlugin_getSpeciesType | ( | const MultiSpeciesPlugin_t * | msp | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tspeciesType_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _twhose_t _tspeciesType_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tspeciesType_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesPlugin_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tcopydetails_t _tdoc_warning_returns_owned_char_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
int MultiSpeciesPlugin_isSetSpeciesType | ( | const MultiSpeciesPlugin_t * | msp | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesPlugin_t_t'_ts_t "_tspeciesType_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesPlugin_t_t'_ts_t "_tspeciesType_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.
@_tmemberof_t _tMultiSpeciesPlugin_t_t
OutwardBindingSite_t * MultiSpeciesPlugin_removeOutwardBindingSite | ( | MultiSpeciesPlugin_t * | msp, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tOutwardBindingSite_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tn_t _tan_t _tunsigned_t _tint_t _trepresenting_t _tthe_t _tindex_t _tof_t _tthe_t _tOutwardBindingSite_t_t _tto_t _tremove_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tOutwardBindingSite_t_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
OutwardBindingSite_t * MultiSpeciesPlugin_removeOutwardBindingSiteById | ( | MultiSpeciesPlugin_t * | msp, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tOutwardBindingSite_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tsid_t _ta_t _tstring_t _trepresenting_t _tthe_t _tidentifier_t _tof_t _tthe_t _tOutwardBindingSite_t_t _tto_t _tremove_t.
@_treturn_t _tthe_t _tOutwardBindingSite_t_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tOutwardBindingSite_t_t _texists_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
SpeciesFeature_t * MultiSpeciesPlugin_removeSpeciesFeature | ( | MultiSpeciesPlugin_t * | msp, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesFeature_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tn_t _tan_t _tunsigned_t _tint_t _trepresenting_t _tthe_t _tindex_t _tof_t _tthe_t _tSpeciesFeature_t_t _tto_t _tremove_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tSpeciesFeature_t_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
SpeciesFeature_t * MultiSpeciesPlugin_removeSpeciesFeatureById | ( | MultiSpeciesPlugin_t * | msp, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tSpeciesFeature_t_t _tfrom_t _tthis_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t _tto_t _tsearch_t.
@_tparam_t _tsid_t _ta_t _tstring_t _trepresenting_t _tthe_t _tidentifier_t _tof_t _tthe_t _tSpeciesFeature_t_t _tto_t _tremove_t.
@_treturn_t _tthe_t _tSpeciesFeature_t_t _tin_t _tthis_t _tMultiSpeciesPlugin_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesFeature_t_t _texists_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesPlugin_t_t
int MultiSpeciesPlugin_setSpeciesType | ( | MultiSpeciesPlugin_t * | msp, |
const char * | speciesType | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tspeciesType_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_t_t _tstructure_t.
@_tparam_t _tspeciesType_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tspeciesType_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 _tMultiSpeciesPlugin_t_t
int MultiSpeciesPlugin_unsetSpeciesType | ( | MultiSpeciesPlugin_t * | msp | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tspeciesType_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesPlugin_t_t.
@_tparam_t _tmsp_t _tthe_t _tMultiSpeciesPlugin_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 _tMultiSpeciesPlugin_t_t