libSBML C API
libSBML 5.20.2 C API
|
: Implementation of the MultiModelPlugin_t class More...
Functions | |
int | MultiModelPlugin_addMultiSpeciesType (MultiModelPlugin_t *mmp, const MultiSpeciesType_t *mst) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tMultiSpeciesType_t_t _tto_t _tthis_t _tMultiModelPlugin_t_t. | |
MultiSpeciesType_t * | MultiModelPlugin_createMultiSpeciesType (MultiModelPlugin_t *mmp) |
_tCreates_t _ta_t _tnew_t _tMultiSpeciesType_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiModelPlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tMultiSpeciesType_t_t _tobject_t _tcreated_t. | |
ListOf_t * | MultiModelPlugin_getListOfMultiSpeciesTypes (MultiModelPlugin_t *mmp) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tMultiSpeciesType_t_t _tobjects_t _tfrom_t _tthis_t _tMultiModelPlugin_t_t. | |
MultiSpeciesType_t * | MultiModelPlugin_getMultiSpeciesType (MultiModelPlugin_t *mmp, unsigned int n) |
_tGet_t _ta_t _tMultiSpeciesType_t_t _tfrom_t _tthe_t _tMultiModelPlugin_t_t. | |
MultiSpeciesType_t * | MultiModelPlugin_getMultiSpeciesTypeById (MultiModelPlugin_t *mmp, const char *sid) |
_tGet_t _ta_t _tMultiSpeciesType_t_t _tfrom_t _tthe_t _tMultiModelPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t. | |
unsigned int | MultiModelPlugin_getNumMultiSpeciesTypes (MultiModelPlugin_t *mmp) |
_tGet_t _tthe_t _tnumber_t _tof_t _tMultiSpeciesType_t_t _tobjects_t _tin_t _tthis_t _tMultiModelPlugin_t_t. | |
MultiSpeciesType_t * | MultiModelPlugin_removeMultiSpeciesType (MultiModelPlugin_t *mmp, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tMultiSpeciesType_t_t _tfrom_t _tthis_t _tMultiModelPlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
MultiSpeciesType_t * | MultiModelPlugin_removeMultiSpeciesTypeById (MultiModelPlugin_t *mmp, const char *sid) |
_tRemoves_t _tthe_t _tMultiSpeciesType_t_t _tfrom_t _tthis_t _tMultiModelPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
: Implementation of the MultiModelPlugin_t class
int MultiModelPlugin_addMultiSpeciesType | ( | MultiModelPlugin_t * | mmp, |
const MultiSpeciesType_t * | mst | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tMultiSpeciesType_t_t _tto_t _tthis_t _tMultiModelPlugin_t_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tMultiSpeciesType_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tmst_t _tthe_t _tMultiSpeciesType_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 _tMultiModelPlugin_t_t
MultiSpeciesType_t * MultiModelPlugin_createMultiSpeciesType | ( | MultiModelPlugin_t * | mmp | ) |
_tCreates_t _ta_t _tnew_t _tMultiSpeciesType_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiModelPlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tMultiSpeciesType_t_t _tobject_t _tcreated_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tMultiSpeciesType_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _ta_t _tnew_t _tMultiSpeciesType_t_t _tobject_t _tinstance_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiModelPlugin_t_t
ListOf_t * MultiModelPlugin_getListOfMultiSpeciesTypes | ( | MultiModelPlugin_t * | mmp | ) |
_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tMultiSpeciesType_t_t _tobjects_t _tfrom_t _tthis_t _tMultiModelPlugin_t_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_t_t _tstructure_t _twhose_t _tListOfMultiSpeciesTypes_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tListOfMultiSpeciesTypes_t _tfrom_t _tthis_t _tMultiModelPlugin_t_t _tas_t _ta_t _tListOf_t_t *.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tsee_t _tMultiModelPlugin_addMultiSpeciesType_t() @_tsee_t _tMultiModelPlugin_createMultiSpeciesType_t() @_tsee_t _tMultiModelPlugin_getMultiSpeciesTypeById_t() @_tsee_t _tMultiModelPlugin_getMultiSpeciesType_t() @_tsee_t _tMultiModelPlugin_getNumMultiSpeciesTypes_t() @_tsee_t _tMultiModelPlugin_removeMultiSpeciesTypeById_t() @_tsee_t _tMultiModelPlugin_removeMultiSpeciesType_t()
@_tmemberof_t _tMultiModelPlugin_t_t
MultiSpeciesType_t * MultiModelPlugin_getMultiSpeciesType | ( | MultiModelPlugin_t * | mmp, |
unsigned int | n | ||
) |
_tGet_t _ta_t _tMultiSpeciesType_t_t _tfrom_t _tthe_t _tMultiModelPlugin_t_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_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 _tMultiSpeciesType_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tnth_t _tMultiSpeciesType_t_t _tin_t _tthe_t _tListOfMultiSpeciesTypes_t _twithin_t _tthis_t _tMultiModelPlugin_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 _tMultiModelPlugin_t_t
MultiSpeciesType_t * MultiModelPlugin_getMultiSpeciesTypeById | ( | MultiModelPlugin_t * | mmp, |
const char * | sid | ||
) |
_tGet_t _ta_t _tMultiSpeciesType_t_t _tfrom_t _tthe_t _tMultiModelPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_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 _tMultiSpeciesType_t_t _tto_t _tretrieve_t.
@_treturn_t _tthe_t _tMultiSpeciesType_t_t _tin_t _tthe_t _tListOfMultiSpeciesTypes_t _twithin_t _tthis_t _tMultiModelPlugin_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tMultiSpeciesType_t_t _texists_t.
@_tcopydetails_t _tdoc_returned_unowned_pointer_t
@_tmemberof_t _tMultiModelPlugin_t_t
unsigned int MultiModelPlugin_getNumMultiSpeciesTypes | ( | MultiModelPlugin_t * | mmp | ) |
_tGet_t _tthe_t _tnumber_t _tof_t _tMultiSpeciesType_t_t _tobjects_t _tin_t _tthis_t _tMultiModelPlugin_t_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tMultiSpeciesType_t_t _tobjects_t _tin_t _tthis_t _tMultiModelPlugin_t_t.
@_tmemberof_t _tMultiModelPlugin_t_t
MultiSpeciesType_t * MultiModelPlugin_removeMultiSpeciesType | ( | MultiModelPlugin_t * | mmp, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tMultiSpeciesType_t_t _tfrom_t _tthis_t _tMultiModelPlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_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 _tMultiSpeciesType_t_t _tto_t _tremove_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tMultiSpeciesType_t_t _tin_t _tthis_t _tMultiModelPlugin_t_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiModelPlugin_t_t
MultiSpeciesType_t * MultiModelPlugin_removeMultiSpeciesTypeById | ( | MultiModelPlugin_t * | mmp, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tMultiSpeciesType_t_t _tfrom_t _tthis_t _tMultiModelPlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _tmmp_t _tthe_t _tMultiModelPlugin_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 _tMultiSpeciesType_t_t _tto_t _tremove_t.
@_treturn_t _tthe_t _tMultiSpeciesType_t_t _tin_t _tthis_t _tMultiModelPlugin_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tMultiSpeciesType_t_t _texists_t.
@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t
@_tmemberof_t _tMultiModelPlugin_t_t