libSBML C API  libSBML 5.20.2 C API
Loading...
Searching...
No Matches
Transition.h File Reference

Implementation of the Transition_t class. More...

Include dependency graph for Transition.h:
This graph shows which files directly or indirectly include this file:

Functions

Transition_tListOfTransitions_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_tListOfTransitions_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_tTransition_clone (Transition_t *t)
 _tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tTransition_t_t _tstructure_t.
 
Transition_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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_tTransition_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.
 

Detailed Description

Implementation of the Transition_t class.

Author
Generated by autocreate code

Function Documentation

◆ ListOfTransitions_getById()

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

◆ ListOfTransitions_removeById()

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

◆ Transition_addFunctionTerm()

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

◆ Transition_addInput()

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

◆ Transition_addOutput()

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_clone()

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_create()

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.

◆ Transition_createFunctionTerm()

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

◆ Transition_createInput()

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

◆ Transition_createOutput()

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

◆ Transition_free()

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

◆ Transition_getFunctionTerm()

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

◆ Transition_getFunctionTermById()

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

◆ Transition_getId()

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

◆ Transition_getInput()

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

◆ Transition_getInputById()

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

◆ Transition_getListOfFunctionTerms()

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

◆ Transition_getListOfInputs()

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

◆ Transition_getListOfOutputs()

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

◆ Transition_getName()

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

◆ Transition_getNumFunctionTerms()

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

◆ Transition_getNumInputs()

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

◆ Transition_getNumOutputs()

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

◆ Transition_getOutput()

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

◆ Transition_getOutputById()

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

◆ Transition_hasRequiredAttributes()

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

◆ Transition_hasRequiredElements()

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

◆ Transition_isSetId()

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

◆ Transition_isSetName()

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

◆ Transition_removeFunctionTerm()

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

◆ Transition_removeFunctionTermById()

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

◆ Transition_removeInput()

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

◆ Transition_removeInputById()

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

◆ Transition_removeOutput()

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

◆ Transition_removeOutputById()

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

◆ Transition_setId()

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

◆ Transition_setName()

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

◆ Transition_unsetId()

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

◆ Transition_unsetName()

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