libSBML C API
libSBML 5.20.4 C API
|
: Implementation of the MultiSpeciesType_t class More...
Functions | |
MultiSpeciesType_t * | ListOfMultiSpeciesTypes_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. | |
MultiSpeciesType_t * | ListOfMultiSpeciesTypes_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. | |
int | MultiSpeciesType_addInSpeciesTypeBond (MultiSpeciesType_t *mst, const InSpeciesTypeBond_t *istb) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tInSpeciesTypeBond_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_addSpeciesFeatureType (MultiSpeciesType_t *mst, const SpeciesFeatureType_t *sft) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesFeatureType_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_addSpeciesTypeComponentIndex (MultiSpeciesType_t *mst, const SpeciesTypeComponentIndex_t *stci) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesTypeComponentIndex_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_addSpeciesTypeInstance (MultiSpeciesType_t *mst, const SpeciesTypeInstance_t *sti) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesTypeInstance_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t. | |
MultiSpeciesType_t * | MultiSpeciesType_clone (MultiSpeciesType_t *mst) |
_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tMultiSpeciesType_t_t _tobject_t. | |
MultiSpeciesType_t * | MultiSpeciesType_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
_tCreates_t _ta_t _tnew_t _tBindingSiteSpeciesType_t (_tMultiSpeciesType_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. | |
InSpeciesTypeBond_t * | MultiSpeciesType_createInSpeciesTypeBond (MultiSpeciesType_t *mst) |
_tCreates_t _ta_t _tnew_t _tInSpeciesTypeBond_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tInSpeciesTypeBond_t_t _tobject_t _tcreated_t. | |
SpeciesFeatureType_t * | MultiSpeciesType_createSpeciesFeatureType (MultiSpeciesType_t *mst) |
_tCreates_t _ta_t _tnew_t _tSpeciesFeatureType_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesFeatureType_t_t _tobject_t _tcreated_t. | |
SpeciesTypeComponentIndex_t * | MultiSpeciesType_createSpeciesTypeComponentIndex (MultiSpeciesType_t *mst) |
_tCreates_t _ta_t _tnew_t _tSpeciesTypeComponentIndex_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tobject_t _tcreated_t. | |
SpeciesTypeInstance_t * | MultiSpeciesType_createSpeciesTypeInstance (MultiSpeciesType_t *mst) |
_tCreates_t _ta_t _tnew_t _tSpeciesTypeInstance_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesTypeInstance_t_t _tobject_t _tcreated_t. | |
void | MultiSpeciesType_free (MultiSpeciesType_t *mst) |
_tFrees_t _tthis_t _tMultiSpeciesType_t_t _tobject_t. | |
char * | MultiSpeciesType_getCompartment (const MultiSpeciesType_t *mst) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcompartment_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
char * | MultiSpeciesType_getId (const MultiSpeciesType_t *mst) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
InSpeciesTypeBond_t * | MultiSpeciesType_getInSpeciesTypeBond (MultiSpeciesType_t *mst, unsigned int n) |
_tGet_t _tan_t _tInSpeciesTypeBond_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t. | |
InSpeciesTypeBond_t * | MultiSpeciesType_getInSpeciesTypeBondById (MultiSpeciesType_t *mst, const char *sid) |
_tGet_t _tan_t _tInSpeciesTypeBond_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t. | |
ListOf_t * | MultiSpeciesType_getListOfInSpeciesTypeBonds (MultiSpeciesType_t *mst) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tInSpeciesTypeBond_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t. | |
ListOf_t * | MultiSpeciesType_getListOfSpeciesFeatureTypes (MultiSpeciesType_t *mst) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesFeatureType_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t. | |
ListOf_t * | MultiSpeciesType_getListOfSpeciesTypeComponentIndexes (MultiSpeciesType_t *mst) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesTypeComponentIndex_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t. | |
ListOf_t * | MultiSpeciesType_getListOfSpeciesTypeInstances (MultiSpeciesType_t *mst) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesTypeInstance_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t. | |
char * | MultiSpeciesType_getName (const MultiSpeciesType_t *mst) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
unsigned int | MultiSpeciesType_getNumInSpeciesTypeBonds (MultiSpeciesType_t *mst) |
_tGet_t _tthe_t _tnumber_t _tof_t _tInSpeciesTypeBond_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t. | |
unsigned int | MultiSpeciesType_getNumSpeciesFeatureTypes (MultiSpeciesType_t *mst) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesFeatureType_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t. | |
unsigned int | MultiSpeciesType_getNumSpeciesTypeComponentIndexes (MultiSpeciesType_t *mst) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeComponentIndex_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t. | |
unsigned int | MultiSpeciesType_getNumSpeciesTypeInstances (MultiSpeciesType_t *mst) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeInstance_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t. | |
SpeciesFeatureType_t * | MultiSpeciesType_getSpeciesFeatureType (MultiSpeciesType_t *mst, unsigned int n) |
_tGet_t _ta_t _tSpeciesFeatureType_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t. | |
SpeciesFeatureType_t * | MultiSpeciesType_getSpeciesFeatureTypeById (MultiSpeciesType_t *mst, const char *sid) |
_tGet_t _ta_t _tSpeciesFeatureType_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t. | |
SpeciesTypeComponentIndex_t * | MultiSpeciesType_getSpeciesTypeComponentIndex (MultiSpeciesType_t *mst, unsigned int n) |
_tGet_t _ta_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t. | |
SpeciesTypeComponentIndex_t * | MultiSpeciesType_getSpeciesTypeComponentIndexById (MultiSpeciesType_t *mst, const char *sid) |
_tGet_t _ta_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t. | |
SpeciesTypeInstance_t * | MultiSpeciesType_getSpeciesTypeInstance (MultiSpeciesType_t *mst, unsigned int n) |
_tGet_t _ta_t _tSpeciesTypeInstance_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t. | |
SpeciesTypeInstance_t * | MultiSpeciesType_getSpeciesTypeInstanceById (MultiSpeciesType_t *mst, const char *sid) |
_tGet_t _ta_t _tSpeciesTypeInstance_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t. | |
int | MultiSpeciesType_hasRequiredAttributes (MultiSpeciesType_t *mst) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _thave_t _tbeen_t _tset_t. | |
int | MultiSpeciesType_isSetCompartment (const MultiSpeciesType_t *mst) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_t_t'_ts_t "_tcompartment_t" _tattribute_t _tis_t _tset_t. | |
int | MultiSpeciesType_isSetId (const MultiSpeciesType_t *mst) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_t_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t. | |
int | MultiSpeciesType_isSetName (const MultiSpeciesType_t *mst) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_t_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t. | |
InSpeciesTypeBond_t * | MultiSpeciesType_removeInSpeciesTypeBond (MultiSpeciesType_t *mst, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tInSpeciesTypeBond_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
InSpeciesTypeBond_t * | MultiSpeciesType_removeInSpeciesTypeBondById (MultiSpeciesType_t *mst, const char *sid) |
_tRemoves_t _tthe_t _tInSpeciesTypeBond_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesFeatureType_t * | MultiSpeciesType_removeSpeciesFeatureType (MultiSpeciesType_t *mst, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesFeatureType_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesFeatureType_t * | MultiSpeciesType_removeSpeciesFeatureTypeById (MultiSpeciesType_t *mst, const char *sid) |
_tRemoves_t _tthe_t _tSpeciesFeatureType_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesTypeComponentIndex_t * | MultiSpeciesType_removeSpeciesTypeComponentIndex (MultiSpeciesType_t *mst, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesTypeComponentIndex_t * | MultiSpeciesType_removeSpeciesTypeComponentIndexById (MultiSpeciesType_t *mst, const char *sid) |
_tRemoves_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesTypeInstance_t * | MultiSpeciesType_removeSpeciesTypeInstance (MultiSpeciesType_t *mst, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesTypeInstance_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
SpeciesTypeInstance_t * | MultiSpeciesType_removeSpeciesTypeInstanceById (MultiSpeciesType_t *mst, const char *sid) |
_tRemoves_t _tthe_t _tSpeciesTypeInstance_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
int | MultiSpeciesType_setCompartment (MultiSpeciesType_t *mst, const char *compartment) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcompartment_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_setId (MultiSpeciesType_t *mst, const char *id) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_setName (MultiSpeciesType_t *mst, const char *name) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_unsetCompartment (MultiSpeciesType_t *mst) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcompartment_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_unsetId (MultiSpeciesType_t *mst) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
int | MultiSpeciesType_unsetName (MultiSpeciesType_t *mst) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t. | |
: Implementation of the MultiSpeciesType_t class
MultiSpeciesType_t * ListOfMultiSpeciesTypes_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 _tListOfMultiSpeciesTypes_t_t
MultiSpeciesType_t * ListOfMultiSpeciesTypes_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 _tListOfMultiSpeciesTypes_t_t
int MultiSpeciesType_addInSpeciesTypeBond | ( | MultiSpeciesType_t * | mst, |
const InSpeciesTypeBond_t * | istb | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tInSpeciesTypeBond_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tInSpeciesTypeBond_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tistb_t _tthe_t _tInSpeciesTypeBond_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 _tMultiSpeciesType_t_t
int MultiSpeciesType_addSpeciesFeatureType | ( | MultiSpeciesType_t * | mst, |
const SpeciesFeatureType_t * | sft | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesFeatureType_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesFeatureType_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tsft_t _tthe_t _tSpeciesFeatureType_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 _tMultiSpeciesType_t_t
int MultiSpeciesType_addSpeciesTypeComponentIndex | ( | MultiSpeciesType_t * | mst, |
const SpeciesTypeComponentIndex_t * | stci | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesTypeComponentIndex_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tstci_t _tthe_t _tSpeciesTypeComponentIndex_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 _tMultiSpeciesType_t_t
int MultiSpeciesType_addSpeciesTypeInstance | ( | MultiSpeciesType_t * | mst, |
const SpeciesTypeInstance_t * | sti | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesTypeInstance_t_t _tto_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesTypeInstance_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tsti_t _tthe_t _tSpeciesTypeInstance_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 _tMultiSpeciesType_t_t
MultiSpeciesType_t * MultiSpeciesType_clone | ( | MultiSpeciesType_t * | mst | ) |
_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tMultiSpeciesType_t_t _tobject_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tMultiSpeciesType_t_t _tobject_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
MultiSpeciesType_t * MultiSpeciesType_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
_tCreates_t _ta_t _tnew_t _tBindingSiteSpeciesType_t (_tMultiSpeciesType_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 _tMultiSpeciesType_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 _tMultiSpeciesType_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 _tMultiSpeciesType_t_t.
@_tcopydetails_t _tdoc_note_setting_lv_pkg_t
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
InSpeciesTypeBond_t * MultiSpeciesType_createInSpeciesTypeBond | ( | MultiSpeciesType_t * | mst | ) |
_tCreates_t _ta_t _tnew_t _tInSpeciesTypeBond_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tInSpeciesTypeBond_t_t _tobject_t _tcreated_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tInSpeciesTypeBond_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _ta_t _tnew_t _tInSpeciesTypeBond_t_t _tobject_t _tinstance_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesFeatureType_t * MultiSpeciesType_createSpeciesFeatureType | ( | MultiSpeciesType_t * | mst | ) |
_tCreates_t _ta_t _tnew_t _tSpeciesFeatureType_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesFeatureType_t_t _tobject_t _tcreated_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesFeatureType_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _ta_t _tnew_t _tSpeciesFeatureType_t_t _tobject_t _tinstance_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeComponentIndex_t * MultiSpeciesType_createSpeciesTypeComponentIndex | ( | MultiSpeciesType_t * | mst | ) |
_tCreates_t _ta_t _tnew_t _tSpeciesTypeComponentIndex_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tobject_t _tcreated_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _ta_t _tnew_t _tSpeciesTypeComponentIndex_t_t _tobject_t _tinstance_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeInstance_t * MultiSpeciesType_createSpeciesTypeInstance | ( | MultiSpeciesType_t * | mst | ) |
_tCreates_t _ta_t _tnew_t _tSpeciesTypeInstance_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesTypeInstance_t_t _tobject_t _tcreated_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesTypeInstance_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _ta_t _tnew_t _tSpeciesTypeInstance_t_t _tobject_t _tinstance_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
void MultiSpeciesType_free | ( | MultiSpeciesType_t * | mst | ) |
_tFrees_t _tthis_t _tMultiSpeciesType_t_t _tobject_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t.
@_tmemberof_t _tMultiSpeciesType_t_t
char * MultiSpeciesType_getCompartment | ( | const MultiSpeciesType_t * | mst | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcompartment_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _twhose_t _tcompartment_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcompartment_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tcopydetails_t _tdoc_warning_returns_owned_char_t
@_tmemberof_t _tMultiSpeciesType_t_t
char * MultiSpeciesType_getId | ( | const MultiSpeciesType_t * | mst | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tcopydetails_t _tdoc_warning_returns_owned_char_t
@_tmemberof_t _tMultiSpeciesType_t_t
InSpeciesTypeBond_t * MultiSpeciesType_getInSpeciesTypeBond | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tGet_t _tan_t _tInSpeciesTypeBond_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tInSpeciesTypeBond_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tnth_t _tInSpeciesTypeBond_t_t _tin_t _tthe_t _tListOfInSpeciesTypeBonds_t _twithin_t _tthis_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
InSpeciesTypeBond_t * MultiSpeciesType_getInSpeciesTypeBondById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tGet_t _tan_t _tInSpeciesTypeBond_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tInSpeciesTypeBond_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tInSpeciesTypeBond_t_t _tin_t _tthe_t _tListOfInSpeciesTypeBonds_t _twithin_t _tthis_t _tMultiSpeciesType_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tInSpeciesTypeBond_t_t _texists_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
ListOf_t * MultiSpeciesType_getListOfInSpeciesTypeBonds | ( | MultiSpeciesType_t * | mst | ) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tInSpeciesTypeBond_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _twhose_t _tListOfInSpeciesTypeBonds_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tListOfInSpeciesTypeBonds_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tas_t _ta_t _tListOf_t_t *.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tsee_t _tMultiSpeciesType_addInSpeciesTypeBond_t() @_tsee_t _tMultiSpeciesType_createInSpeciesTypeBond_t() @_tsee_t _tMultiSpeciesType_getInSpeciesTypeBondById_t() @_tsee_t _tMultiSpeciesType_getInSpeciesTypeBond_t() @_tsee_t _tMultiSpeciesType_getNumInSpeciesTypeBonds_t() @_tsee_t _tMultiSpeciesType_removeInSpeciesTypeBondById_t() @_tsee_t _tMultiSpeciesType_removeInSpeciesTypeBond_t()
@_tmemberof_t _tMultiSpeciesType_t_t
ListOf_t * MultiSpeciesType_getListOfSpeciesFeatureTypes | ( | MultiSpeciesType_t * | mst | ) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesFeatureType_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _twhose_t _tListOfSpeciesFeatureTypes_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tListOfSpeciesFeatureTypes_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tas_t _ta_t _tListOf_t_t *.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tsee_t _tMultiSpeciesType_addSpeciesFeatureType_t() @_tsee_t _tMultiSpeciesType_createSpeciesFeatureType_t() @_tsee_t _tMultiSpeciesType_getSpeciesFeatureTypeById_t() @_tsee_t _tMultiSpeciesType_getSpeciesFeatureType_t() @_tsee_t _tMultiSpeciesType_getNumSpeciesFeatureTypes_t() @_tsee_t _tMultiSpeciesType_removeSpeciesFeatureTypeById_t() @_tsee_t _tMultiSpeciesType_removeSpeciesFeatureType_t()
@_tmemberof_t _tMultiSpeciesType_t_t
ListOf_t * MultiSpeciesType_getListOfSpeciesTypeComponentIndexes | ( | MultiSpeciesType_t * | mst | ) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesTypeComponentIndex_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _twhose_t _tListOfSpeciesTypeComponentIndexes_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tListOfSpeciesTypeComponentIndexes_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tas_t _ta_t _tListOf_t_t *.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tsee_t _tMultiSpeciesType_addSpeciesTypeComponentIndex_t() @_tsee_t _tMultiSpeciesType_createSpeciesTypeComponentIndex_t() @_tsee_t _tMultiSpeciesType_getSpeciesTypeComponentIndexById_t() @_tsee_t _tMultiSpeciesType_getSpeciesTypeComponentIndex_t() @_tsee_t _tMultiSpeciesType_getNumSpeciesTypeComponentIndexes_t() @_tsee_t _tMultiSpeciesType_removeSpeciesTypeComponentIndexById_t() @_tsee_t _tMultiSpeciesType_removeSpeciesTypeComponentIndex_t()
@_tmemberof_t _tMultiSpeciesType_t_t
ListOf_t * MultiSpeciesType_getListOfSpeciesTypeInstances | ( | MultiSpeciesType_t * | mst | ) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesTypeInstance_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _twhose_t _tListOfSpeciesTypeInstances_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tListOfSpeciesTypeInstances_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tas_t _ta_t _tListOf_t_t *.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tsee_t _tMultiSpeciesType_addSpeciesTypeInstance_t() @_tsee_t _tMultiSpeciesType_createSpeciesTypeInstance_t() @_tsee_t _tMultiSpeciesType_getSpeciesTypeInstanceById_t() @_tsee_t _tMultiSpeciesType_getSpeciesTypeInstance_t() @_tsee_t _tMultiSpeciesType_getNumSpeciesTypeInstances_t() @_tsee_t _tMultiSpeciesType_removeSpeciesTypeInstanceById_t() @_tsee_t _tMultiSpeciesType_removeSpeciesTypeInstance_t()
@_tmemberof_t _tMultiSpeciesType_t_t
char * MultiSpeciesType_getName | ( | const MultiSpeciesType_t * | mst | ) |
_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tcopydetails_t _tdoc_warning_returns_owned_char_t
@_tmemberof_t _tMultiSpeciesType_t_t
unsigned int MultiSpeciesType_getNumInSpeciesTypeBonds | ( | MultiSpeciesType_t * | mst | ) |
_tGet_t _tthe_t _tnumber_t _tof_t _tInSpeciesTypeBond_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tInSpeciesTypeBond_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tmemberof_t _tMultiSpeciesType_t_t
unsigned int MultiSpeciesType_getNumSpeciesFeatureTypes | ( | MultiSpeciesType_t * | mst | ) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesFeatureType_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tSpeciesFeatureType_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tmemberof_t _tMultiSpeciesType_t_t
unsigned int MultiSpeciesType_getNumSpeciesTypeComponentIndexes | ( | MultiSpeciesType_t * | mst | ) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeComponentIndex_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeComponentIndex_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tmemberof_t _tMultiSpeciesType_t_t
unsigned int MultiSpeciesType_getNumSpeciesTypeInstances | ( | MultiSpeciesType_t * | mst | ) |
_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeInstance_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeInstance_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesFeatureType_t * MultiSpeciesType_getSpeciesFeatureType | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tGet_t _ta_t _tSpeciesFeatureType_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesFeatureType_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tnth_t _tSpeciesFeatureType_t_t _tin_t _tthe_t _tListOfSpeciesFeatureTypes_t _twithin_t _tthis_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
SpeciesFeatureType_t * MultiSpeciesType_getSpeciesFeatureTypeById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tGet_t _ta_t _tSpeciesFeatureType_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesFeatureType_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tSpeciesFeatureType_t_t _tin_t _tthe_t _tListOfSpeciesFeatureTypes_t _twithin_t _tthis_t _tMultiSpeciesType_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesFeatureType_t_t _texists_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeComponentIndex_t * MultiSpeciesType_getSpeciesTypeComponentIndex | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tGet_t _ta_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeComponentIndex_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tnth_t _tSpeciesTypeComponentIndex_t_t _tin_t _tthe_t _tListOfSpeciesTypeComponentIndexes_t _twithin_t _tthis_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
SpeciesTypeComponentIndex_t * MultiSpeciesType_getSpeciesTypeComponentIndexById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tGet_t _ta_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeComponentIndex_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tin_t _tthe_t _tListOfSpeciesTypeComponentIndexes_t _twithin_t _tthis_t _tMultiSpeciesType_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesTypeComponentIndex_t_t _texists_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeInstance_t * MultiSpeciesType_getSpeciesTypeInstance | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tGet_t _ta_t _tSpeciesTypeInstance_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeInstance_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tnth_t _tSpeciesTypeInstance_t_t _tin_t _tthe_t _tListOfSpeciesTypeInstances_t _twithin_t _tthis_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
SpeciesTypeInstance_t * MultiSpeciesType_getSpeciesTypeInstanceById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tGet_t _ta_t _tSpeciesTypeInstance_t_t _tfrom_t _tthe_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeInstance_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tSpeciesTypeInstance_t_t _tin_t _tthe_t _tListOfSpeciesTypeInstances_t _twithin_t _tthis_t _tMultiSpeciesType_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesTypeInstance_t_t _texists_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
int MultiSpeciesType_hasRequiredAttributes | ( | MultiSpeciesType_t * | mst | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthis_t _tMultiSpeciesType_t_t _tobject_t _thave_t _tbeen_t _tset_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_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 _tMultiSpeciesType_t_t _tobject_t _tare_t: @_tli_t "_tid_t"
@_tmemberof_t _tMultiSpeciesType_t_t
int MultiSpeciesType_isSetCompartment | ( | const MultiSpeciesType_t * | mst | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_t_t'_ts_t "_tcompartment_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_t_t'_ts_t "_tcompartment_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.
@_tmemberof_t _tMultiSpeciesType_t_t
int MultiSpeciesType_isSetId | ( | const MultiSpeciesType_t * | mst | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_t_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
int MultiSpeciesType_isSetName | ( | const MultiSpeciesType_t * | mst | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_t_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
InSpeciesTypeBond_t * MultiSpeciesType_removeInSpeciesTypeBond | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tInSpeciesTypeBond_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tInSpeciesTypeBond_t_t _tto_t _tremove_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tInSpeciesTypeBond_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
InSpeciesTypeBond_t * MultiSpeciesType_removeInSpeciesTypeBondById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tInSpeciesTypeBond_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tInSpeciesTypeBond_t_t _tto_t _tremove_t.
@_treturn_t _tthe_t _tInSpeciesTypeBond_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tInSpeciesTypeBond_t_t _texists_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesFeatureType_t * MultiSpeciesType_removeSpeciesFeatureType | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesFeatureType_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesFeatureType_t_t _tto_t _tremove_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tSpeciesFeatureType_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesFeatureType_t * MultiSpeciesType_removeSpeciesFeatureTypeById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tSpeciesFeatureType_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesFeatureType_t_t _tto_t _tremove_t.
@_treturn_t _tthe_t _tSpeciesFeatureType_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesFeatureType_t_t _texists_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeComponentIndex_t * MultiSpeciesType_removeSpeciesTypeComponentIndex | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeComponentIndex_t_t _tto_t _tremove_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tSpeciesTypeComponentIndex_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeComponentIndex_t * MultiSpeciesType_removeSpeciesTypeComponentIndexById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeComponentIndex_t_t _tto_t _tremove_t.
@_treturn_t _tthe_t _tSpeciesTypeComponentIndex_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesTypeComponentIndex_t_t _texists_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeInstance_t * MultiSpeciesType_removeSpeciesTypeInstance | ( | MultiSpeciesType_t * | mst, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tSpeciesTypeInstance_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeInstance_t_t _tto_t _tremove_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tSpeciesTypeInstance_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
SpeciesTypeInstance_t * MultiSpeciesType_removeSpeciesTypeInstanceById | ( | MultiSpeciesType_t * | mst, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tSpeciesTypeInstance_t_t _tfrom_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tSpeciesTypeInstance_t_t _tto_t _tremove_t.
@_treturn_t _tthe_t _tSpeciesTypeInstance_t_t _tin_t _tthis_t _tMultiSpeciesType_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesTypeInstance_t_t _texists_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiSpeciesType_t_t
int MultiSpeciesType_setCompartment | ( | MultiSpeciesType_t * | mst, |
const char * | compartment | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcompartment_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_t_t _tstructure_t.
@_tparam_t _tcompartment_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tcompartment_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 _tMultiSpeciesType_t_t
int MultiSpeciesType_setId | ( | MultiSpeciesType_t * | mst, |
const char * | id | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_unsetId_t().
@_tmemberof_t _tMultiSpeciesType_t_t
int MultiSpeciesType_setName | ( | MultiSpeciesType_t * | mst, |
const char * | name | ||
) |
_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_unsetName_t().
@_tmemberof_t _tMultiSpeciesType_t_t
int MultiSpeciesType_unsetCompartment | ( | MultiSpeciesType_t * | mst | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tcompartment_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
int MultiSpeciesType_unsetId | ( | MultiSpeciesType_t * | mst | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t
int MultiSpeciesType_unsetName | ( | MultiSpeciesType_t * | mst | ) |
_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tMultiSpeciesType_t_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiSpeciesType_t_t