libSBML C API
libSBML 5.20.4 C API
|
Implementation of the Transition_t class. More...
Functions | |
Transition_t * | ListOfTransitions_getById (ListOf_t *lo, const char *sid) |
_tReturn_t _tthe_t _tTransition_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t. | |
Transition_t * | ListOfTransitions_removeById (ListOf_t *lo, const char *sid) |
_tRemoves_t _tthe_t _tTransition_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tListOf_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
int | Transition_addFunctionTerm (Transition_t *t, FunctionTerm_t *ft) |
_tAppends_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tFunctionTerm_t_t _tstructure_t _tto_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
int | Transition_addInput (Transition_t *t, Input_t *i) |
_tAppends_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tInput_t_t _tstructure_t _tto_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
int | Transition_addOutput (Transition_t *t, Output_t *o) |
_tAppends_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t _tto_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
Transition_t * | Transition_clone (Transition_t *t) |
_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
Transition_t * | Transition_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
_tCreates_t _ta_t _tnew_t _tTransition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t, _tand_t _tthe_t @_tp_t _tpkgVersion_t _tpackage_t _tversion_t. | |
FunctionTerm_t * | Transition_createFunctionTerm (Transition_t *t) |
_tCreates_t _ta_t _tnew_t, _tempty_t _tFunctionTerm_t_t _tstructure_t, _tadds_t _tit_t _tto_t _tthe_t _tgiven_t _tTransition_t_t, _tand_t _treturns_t _tthe_t _tFunctionTerm_t_t. | |
Input_t * | Transition_createInput (Transition_t *t) |
_tCreates_t _ta_t _tnew_t, _tempty_t _tInput_t_t _tstructure_t, _tadds_t _tit_t _tto_t _tthe_t _tgiven_t _tTransition_t_t, _tand_t _treturns_t _tthe_t _tInput_t_t. | |
Output_t * | Transition_createOutput (Transition_t *t) |
_tCreates_t _ta_t _tnew_t, _tempty_t _tOutput_t_t _tstructure_t, _tadds_t _tit_t _tto_t _tthe_t _tgiven_t _tTransition_t_t, _tand_t _treturns_t _tthe_t _tOutput_t_t. | |
void | Transition_free (Transition_t *t) |
_tFrees_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
FunctionTerm_t * | Transition_getFunctionTerm (Transition_t *t, unsigned int n) |
_tReturn_t _ta_t _tspecific_t _tFunctionTerm_t_t _tstructure_t _tof_t _tthe_t _tgiven_t _tTransition_t_t. | |
FunctionTerm_t * | Transition_getFunctionTermById (Transition_t *t, const char *sid) |
_tReturn_t _tthe_t _tFunctionTerm_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t. | |
char * | Transition_getId (Transition_t *t) |
_tTakes_t _tan_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidentifier_t. | |
Input_t * | Transition_getInput (Transition_t *t, unsigned int n) |
_tReturn_t _ta_t _tspecific_t _tInput_t_t _tstructure_t _tof_t _tthe_t _tgiven_t _tTransition_t_t. | |
Input_t * | Transition_getInputById (Transition_t *t, const char *sid) |
_tReturn_t _tthe_t _tInput_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t. | |
ListOf_t * | Transition_getListOfFunctionTerms (Transition_t *t) |
_tGet_t _tthe_t _tlist_t _tof_t _tFunctionTerm_t_t _tstructures_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
ListOf_t * | Transition_getListOfInputs (Transition_t *t) |
_tGet_t _tthe_t _tlist_t _tof_t _tInput_t_t _tstructures_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
ListOf_t * | Transition_getListOfOutputs (Transition_t *t) |
_tGet_t _tthe_t _tlist_t _tof_t _tOutput_t_t _tstructures_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
char * | Transition_getName (Transition_t *t) |
_tTakes_t _ta_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _tits_t _tname_t. | |
unsigned int | Transition_getNumFunctionTerms (Transition_t *t) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tattached_t _tto_t _tthe_t _tgiven_t _tTransition_t_t. | |
unsigned int | Transition_getNumInputs (Transition_t *t) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tattached_t _tto_t _tthe_t _tgiven_t _tTransition_t_t. | |
unsigned int | Transition_getNumOutputs (Transition_t *t) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tattached_t _tto_t _tthe_t _tgiven_t _tTransition_t_t. | |
Output_t * | Transition_getOutput (Transition_t *t, unsigned int n) |
_tReturn_t _ta_t _tspecific_t _tOutput_t_t _tstructure_t _tof_t _tthe_t _tgiven_t _tTransition_t_t. | |
Output_t * | Transition_getOutputById (Transition_t *t, const char *sid) |
_tReturn_t _tthe_t _tOutput_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t. | |
int | Transition_hasRequiredAttributes (Transition_t *t) |
_tPredicate_t _treturning_t @_tc_t _ttrue_t _tor_t @_tc_t _tfalse_t _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _thave_t _tbeen_t _tset_t. | |
int | Transition_hasRequiredElements (Transition_t *t) |
_tPredicate_t _treturning_t @_tc_t _ttrue_t _tor_t @_tc_t _tfalse_t _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _telements_t _tfor_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _thave_t _tbeen_t _tset_t. | |
int | Transition_isSetId (Transition_t *t) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t'_ts_t _tidentifier_t _tis_t _tset_t. | |
int | Transition_isSetName (Transition_t *t) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t'_ts_t _tname_t _tis_t _tset_t. | |
FunctionTerm_t * | Transition_removeFunctionTerm (Transition_t *t, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tFunctionTerm_t_t _tstructure_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
FunctionTerm_t * | Transition_removeFunctionTermById (Transition_t *t, const char *sid) |
_tRemoves_t _tthe_t _tFunctionTerm_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
Input_t * | Transition_removeInput (Transition_t *t, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tInput_t_t _tstructure_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
Input_t * | Transition_removeInputById (Transition_t *t, const char *sid) |
_tRemoves_t _tthe_t _tInput_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
Output_t * | Transition_removeOutput (Transition_t *t, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tOutput_t_t _tstructure_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
Output_t * | Transition_removeOutputById (Transition_t *t, const char *sid) |
_tRemoves_t _tthe_t _tOutput_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
int | Transition_setId (Transition_t *t, const char *sid) |
_tAssigns_t _tthe_t _tidentifier_t _tof_t _tan_t _tTransition_t_t _tstructure_t. | |
int | Transition_setName (Transition_t *t, const char *name) |
_tSets_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tname_t. | |
int | Transition_unsetId (Transition_t *t) |
_tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
int | Transition_unsetName (Transition_t *t) |
_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t. | |
Implementation of the Transition_t class.
Transition_t * ListOfTransitions_getById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
_tReturn_t _tthe_t _tTransition_t_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, _tthe_t _tidentifier_t _tof_t _tthe_t _tTransition_t_t _tbeing_t _tsought_t.
@_treturn_t _tthe_t _tTransition_t_t _tfor_t _tthe_t _tgiven_t _tvariable_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tTransition_t_t _texists_t.
@_tmemberof_t _tListOfTransitions_t_t
Transition_t * ListOfTransitions_removeById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tTransition_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tListOf_t_t _tstructure_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 _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tTransition_t_t _tsought_t.
@_treturn_t _tthe_t _tTransition_t_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 _tTransition_t_t _tstructure_t _twith_t _tthe_t "_tid_t" _tattribute_t _texists_t _tin_t _tthe_t _tgiven_t _tListOf_t_t _tstructure_t.
@_tmemberof_t _tListOfTransitions_t_t
int Transition_addFunctionTerm | ( | Transition_t * | t, |
FunctionTerm_t * | ft | ||
) |
_tAppends_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tFunctionTerm_t_t _tstructure_t _tto_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tFunctionTerm_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _tft_t _ta_t _tFunctionTerm_t_t _tstructure_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_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tTransition_t_t
int Transition_addInput | ( | Transition_t * | t, |
Input_t * | i | ||
) |
_tAppends_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tInput_t_t _tstructure_t _tto_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tInput_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _ti_t _tan_t _tInput_t_t _tstructure_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_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tTransition_t_t
int Transition_addOutput | ( | Transition_t * | t, |
Output_t * | o | ||
) |
_tAppends_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t _tto_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tOutput_t_t _tshould_t _tbe_t _tadded_t.
@_tparam_t _to_t _tan_t _tOutput_t_t _tstructure_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_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tTransition_t_t
Transition_t * Transition_clone | ( | Transition_t * | t | ) |
_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tcopy_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tTransition_t_t.
@_tmemberof_t _tTransition_t_t
Transition_t * Transition_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
_tCreates_t _ta_t _tnew_t _tTransition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t, _tand_t _tthe_t @_tp_t _tpkgVersion_t _tpackage_t _tversion_t.
@_tparam_t _tlevel_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tLevel_t _tto_t _tassign_t _tto_t _tthis_t _tTransition_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 _tTransition_t_t. @_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t '_tQual_t' _tpackage_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tTransition_t_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tTransition_t_t _tstructure_t.
@_tmemberof_t _tTransition_t_t
_tCreates_t _ta_t _tnew_t _tTransition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t, _tand_t _tthe_t @_tp_t _tpkgVersion_t _tpackage_t _tversion_t.
FunctionTerm_t * Transition_createFunctionTerm | ( | Transition_t * | t | ) |
_tCreates_t _ta_t _tnew_t, _tempty_t _tFunctionTerm_t_t _tstructure_t, _tadds_t _tit_t _tto_t _tthe_t _tgiven_t _tTransition_t_t, _tand_t _treturns_t _tthe_t _tFunctionTerm_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tFunctionTerm_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _tthe_t _tnewly_t-_tcreated_t _tempty_t _tFunctionTerm_t_t.
@_tmemberof_t _tTransition_t_t
Input_t * Transition_createInput | ( | Transition_t * | t | ) |
_tCreates_t _ta_t _tnew_t, _tempty_t _tInput_t_t _tstructure_t, _tadds_t _tit_t _tto_t _tthe_t _tgiven_t _tTransition_t_t, _tand_t _treturns_t _tthe_t _tInput_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tInput_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _tthe_t _tnewly_t-_tcreated_t _tempty_t _tInput_t_t.
@_tmemberof_t _tTransition_t_t
Output_t * Transition_createOutput | ( | Transition_t * | t | ) |
_tCreates_t _ta_t _tnew_t, _tempty_t _tOutput_t_t _tstructure_t, _tadds_t _tit_t _tto_t _tthe_t _tgiven_t _tTransition_t_t, _tand_t _treturns_t _tthe_t _tOutput_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tOutput_t_t _tshould_t _tbe_t _tadded_t.
@_treturn_t _tthe_t _tnewly_t-_tcreated_t _tempty_t _tOutput_t_t.
@_tmemberof_t _tTransition_t_t
void Transition_free | ( | Transition_t * | t | ) |
_tFrees_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tfree_t.
@_tmemberof_t _tTransition_t_t
FunctionTerm_t * Transition_getFunctionTerm | ( | Transition_t * | t, |
unsigned int | n | ||
) |
_tReturn_t _ta_t _tspecific_t _tFunctionTerm_t_t _tstructure_t _tof_t _tthe_t _tgiven_t _tTransition_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_tparam_t _tn_t _tan_t _tinteger_t, _tthe_t _tindex_t _tof_t _tthe_t _tFunctionTerm_t_t _tstructure_t _tto_t _treturn_t.
@_treturn_t _tthe_t _tnth_t _tFunctionTerm_t_t _tof_t _tthe_t _tgiven_t _tTransition_t_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tFunctionTerm_t_t _texists_t.
@_tmemberof_t _tTransition_t_t
FunctionTerm_t * Transition_getFunctionTermById | ( | Transition_t * | t, |
const char * | sid | ||
) |
_tReturn_t _tthe_t _tFunctionTerm_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_tparam_t _tsid_t _ta_t _tstring_t, _tthe_t _tidentifier_t _tof_t _tthe_t _tFunctionTerm_t_t _tbeing_t _tsought_t.
@_treturn_t _tthe_t _tFunctionTerm_t_t _tfor_t _tthe_t _tgiven_t _tvariable_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tFunctionTerm_t_t _texists_t.
@_tmemberof_t _tTransition_t_t
char * Transition_getId | ( | Transition_t * | t | ) |
_tTakes_t _tan_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidentifier_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tidentifier_t _tof_t _tthis_t _tTransition_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tTransition_t_t
Input_t * Transition_getInput | ( | Transition_t * | t, |
unsigned int | n | ||
) |
_tReturn_t _ta_t _tspecific_t _tInput_t_t _tstructure_t _tof_t _tthe_t _tgiven_t _tTransition_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_tparam_t _tn_t _tan_t _tinteger_t, _tthe_t _tindex_t _tof_t _tthe_t _tInput_t_t _tstructure_t _tto_t _treturn_t.
@_treturn_t _tthe_t _tnth_t _tInput_t_t _tof_t _tthe_t _tgiven_t _tTransition_t_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tInput_t_t _texists_t.
@_tmemberof_t _tTransition_t_t
Input_t * Transition_getInputById | ( | Transition_t * | t, |
const char * | sid | ||
) |
_tReturn_t _tthe_t _tInput_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_tparam_t _tsid_t _ta_t _tstring_t, _tthe_t _tidentifier_t _tof_t _tthe_t _tInput_t_t _tbeing_t _tsought_t.
@_treturn_t _tthe_t _tInput_t_t _tfor_t _tthe_t _tgiven_t _tvariable_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tInput_t_t _texists_t.
@_tmemberof_t _tTransition_t_t
ListOf_t * Transition_getListOfFunctionTerms | ( | Transition_t * | t | ) |
_tGet_t _tthe_t _tlist_t _tof_t _tFunctionTerm_t_t _tstructures_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_treturn_t _tthe_t _tlist_t _tof_t _tFunctionTerm_t_t'_ts_t _tfor_t _tthe_t _tgiven_t _tTransition_t_t.
@_tmemberof_t _tTransition_t_t
ListOf_t * Transition_getListOfInputs | ( | Transition_t * | t | ) |
_tGet_t _tthe_t _tlist_t _tof_t _tInput_t_t _tstructures_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_treturn_t _tthe_t _tlist_t _tof_t _tInput_t_t'_ts_t _tfor_t _tthe_t _tgiven_t _tTransition_t_t.
@_tmemberof_t _tTransition_t_t
ListOf_t * Transition_getListOfOutputs | ( | Transition_t * | t | ) |
_tGet_t _tthe_t _tlist_t _tof_t _tOutput_t_t _tstructures_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_treturn_t _tthe_t _tlist_t _tof_t _tOutput_t_t'_ts_t _tfor_t _tthe_t _tgiven_t _tTransition_t_t.
@_tmemberof_t _tTransition_t_t
char * Transition_getName | ( | Transition_t * | t | ) |
_tTakes_t _ta_t _tTransition_t_t _tstructure_t _tand_t _treturns_t _tits_t _tname_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _twhose_t _tname_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tname_t _tof_t _tthis_t _tTransition_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tTransition_t_t
unsigned int Transition_getNumFunctionTerms | ( | Transition_t * | t | ) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tattached_t _tto_t _tthe_t _tgiven_t _tTransition_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tTransition_t_t.
@_tmemberof_t _tTransition_t_t
unsigned int Transition_getNumInputs | ( | Transition_t * | t | ) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tattached_t _tto_t _tthe_t _tgiven_t _tTransition_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tTransition_t_t.
@_tmemberof_t _tTransition_t_t
unsigned int Transition_getNumOutputs | ( | Transition_t * | t | ) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tattached_t _tto_t _tthe_t _tgiven_t _tTransition_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tEventAssignment_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tTransition_t_t.
@_tmemberof_t _tTransition_t_t
Output_t * Transition_getOutput | ( | Transition_t * | t, |
unsigned int | n | ||
) |
_tReturn_t _ta_t _tspecific_t _tOutput_t_t _tstructure_t _tof_t _tthe_t _tgiven_t _tTransition_t_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_tparam_t _tn_t _tan_t _tinteger_t, _tthe_t _tindex_t _tof_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _treturn_t.
@_treturn_t _tthe_t _tnth_t _tOutput_t_t _tof_t _tthe_t _tgiven_t _tTransition_t_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tOutput_t_t _texists_t.
@_tmemberof_t _tTransition_t_t
Output_t * Transition_getOutputById | ( | Transition_t * | t, |
const char * | sid | ||
) |
_tReturn_t _tthe_t _tOutput_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tuse_t.
@_tparam_t _tsid_t _ta_t _tstring_t, _tthe_t _tidentifier_t _tof_t _tthe_t _tOutput_t_t _tbeing_t _tsought_t.
@_treturn_t _tthe_t _tOutput_t_t _tfor_t _tthe_t _tgiven_t _tvariable_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tOutput_t_t _texists_t.
@_tmemberof_t _tTransition_t_t
int Transition_hasRequiredAttributes | ( | Transition_t * | t | ) |
_tPredicate_t _treturning_t @_tc_t _ttrue_t _tor_t @_tc_t _tfalse_t _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _thave_t _tbeen_t _tset_t.
@_tmemberof_t _tTransition_t_t
int Transition_hasRequiredElements | ( | Transition_t * | t | ) |
_tPredicate_t _treturning_t @_tc_t _ttrue_t _tor_t @_tc_t _tfalse_t _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _telements_t _tfor_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _thave_t _tbeen_t _tset_t.
@_tnote_t _tThe_t _trequired_t _telements_t _tfor_t _tan_t _tTransition_t_t _tstructure_t _tare_t: @_tli_t _ta_t "_tdefaultTerm_t" _tchild_t _tof_t _tthe_t _tchild_t _tListOfFunctionTerms_t.
@_tmemberof_t _tTransition_t_t
int Transition_isSetId | ( | Transition_t * | t | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t'_ts_t _tidentifier_t _tis_t _tset_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tTransition_t_t
int Transition_isSetName | ( | Transition_t * | t | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t'_ts_t _tname_t _tis_t _tset_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tTransition_t_t
FunctionTerm_t * Transition_removeFunctionTerm | ( | Transition_t * | t, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tFunctionTerm_t_t _tstructure_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_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 _tt_t _tthe_t _tTransition_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tFunctionTerm_t_t _tsought_t.
@_treturn_t _tthe_t _tFunctionTerm_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.
@_tmemberof_t _tTransition_t_t
FunctionTerm_t * Transition_removeFunctionTermById | ( | Transition_t * | t, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tFunctionTerm_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_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 _tt_t _tthe_t _tTransition_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tFunctionTerm_t_t _tsought_t.
@_treturn_t _tthe_t _tFunctionTerm_t_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 _tFunctionTerm_t_t _tstructure_t _twith_t _tthe_t "_tid_t" _tattribute_t _texists_t _tin_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tmemberof_t _tTransition_t_t
Input_t * Transition_removeInput | ( | Transition_t * | t, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tInput_t_t _tstructure_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_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 _tt_t _tthe_t _tTransition_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tInput_t_t _tsought_t.
@_treturn_t _tthe_t _tInput_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.
@_tmemberof_t _tTransition_t_t
Input_t * Transition_removeInputById | ( | Transition_t * | t, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tInput_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_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 _tt_t _tthe_t _tTransition_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tInput_t_t _tsought_t.
@_treturn_t _tthe_t _tInput_t_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 _tInput_t_t _tstructure_t _twith_t _tthe_t "_tid_t" _tattribute_t _texists_t _tin_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tmemberof_t _tTransition_t_t
Output_t * Transition_removeOutput | ( | Transition_t * | t, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tOutput_t_t _tstructure_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_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 _tt_t _tthe_t _tTransition_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tOutput_t_t _tsought_t.
@_treturn_t _tthe_t _tOutput_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.
@_tmemberof_t _tTransition_t_t
Output_t * Transition_removeOutputById | ( | Transition_t * | t, |
const char * | sid | ||
) |
_tRemoves_t _tthe_t _tOutput_t_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_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 _tt_t _tthe_t _tTransition_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tOutput_t_t _tsought_t.
@_treturn_t _tthe_t _tOutput_t_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 _tOutput_t_t _tstructure_t _twith_t _tthe_t "_tid_t" _tattribute_t _texists_t _tin_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tmemberof_t _tTransition_t_t
int Transition_setId | ( | Transition_t * | t, |
const char * | sid | ||
) |
_tAssigns_t _tthe_t _tidentifier_t _tof_t _tan_t _tTransition_t_t _tstructure_t.
_tThis_t _tmakes_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _tpassed_t _tin_t _tthe_t _tparameter_t @_tp_t _tsid_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tidentifier_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tan_t @_tp_t _tsid_t _tof_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tid_t" _tattribute_t.
@_tmemberof_t _tTransition_t_t
int Transition_setName | ( | Transition_t * | t, |
const char * | name | ||
) |
_tSets_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tname_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tname_t _tthe_t _tname_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tTransition_t_t'_ts_t "_tname_t" _tattribute_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tname_t" _tattribute_t.
@_tmemberof_t _tTransition_t_t
int Transition_unsetId | ( | Transition_t * | t | ) |
_tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tunset_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tTransition_t_t
int Transition_unsetName | ( | Transition_t * | t | ) |
_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
@_tparam_t _tt_t _tthe_t _tTransition_t_t _tstructure_t _tto_t _tunset_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tTransition_t_t