libSBML C API
libSBML 5.20.4 C API
|
Implementation of the Output_t class. More...
Enumerations | |
enum | OutputTransitionEffect_t { OUTPUT_TRANSITION_EFFECT_PRODUCTION , OUTPUT_TRANSITION_EFFECT_ASSIGNMENT_LEVEL , OUTPUT_TRANSITION_EFFECT_UNKNOWN } |
@_tenum_t _tOutputTransitionEffect_t_t @_tbrief_t _tEnumeration_t _tof_t _tpossible_t _tvalues_t _tfor_t _tthe_t '_ttransitionEffect_t' _tattribute_t _tof_t _tan_t _tOutput_t. More... | |
Functions | |
Output_t * | ListOfOutputs_getById (ListOf_t *lo, const char *sid) |
_tReturn_t _tthe_t _tOutput_t_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t. | |
Output_t * | ListOfOutputs_removeById (ListOf_t *lo, 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 _tListOf_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
Output_t * | Output_clone (Output_t *o) |
_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
Output_t * | Output_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
_tCreates_t _ta_t _tnew_t _tOutput_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. | |
void | Output_free (Output_t *o) |
_tFrees_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
char * | Output_getId (Output_t *o) |
_tTakes_t _tan_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidentifier_t. | |
char * | Output_getName (Output_t *o) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _tname_t. | |
int | Output_getOutputLevel (Output_t *o) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _toutputLevel_t. | |
char * | Output_getQualitativeSpecies (Output_t *o) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _tqualitativeSpecies_t. | |
OutputTransitionEffect_t | Output_getTransitionEffect (Output_t *o) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _ttransitionEffect_t _tas_t _ta_t #_tOutputTransitionEffect_t_t (_tan_t _tenumerated_t _tvalue_t _tof_t _tlegal_t _tpossible_t _tvalues_t _tfor_t _tthe_t _tattribute_t). | |
int | Output_hasRequiredAttributes (Output_t *o) |
_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 _tOutput_t_t _tstructure_t _thave_t _tbeen_t _tset_t. | |
int | Output_isSetId (Output_t *o) |
_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 _tOutput_t_t _tstructure_t'_ts_t _tidentifier_t _tis_t _tset_t. | |
int | Output_isSetName (Output_t *o) |
_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 _tOutput_t_t _tstructure_t'_ts_t _tname_t _tis_t _tset_t. | |
int | Output_isSetOutputLevel (Output_t *o) |
_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 _tOutput_t_t _tstructure_t'_ts_t _toutputLevel_t _tis_t _tset_t. | |
int | Output_isSetQualitativeSpecies (Output_t *o) |
_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 _tOutput_t_t _tstructure_t'_ts_t _tqualitativeSpecies_t _tis_t _tset_t. | |
int | Output_isSetTransitionEffect (Output_t *o) |
_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 _tOutput_t_t _tstructure_t'_ts_t _ttransitionEffect_t _tis_t _tset_t. | |
int | Output_setId (Output_t *o, const char *sid) |
_tAssigns_t _tthe_t _tidentifier_t _tof_t _tan_t _tOutput_t_t _tstructure_t. | |
int | Output_setName (Output_t *o, const char *name) |
_tSets_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tname_t. | |
int | Output_setOutputLevel (Output_t *o, int outputLevel) |
_tSets_t _tthe_t "_toutputLevel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
int | Output_setQualitativeSpecies (Output_t *o, const char *qualitativeSpecies) |
_tSets_t _tthe_t _tqualitativeSpecies_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tqualitativeSpecies_t. | |
int | Output_setTransitionEffect (Output_t *o, const char *transitionEffect) |
_tSets_t _tthe_t _ttransitionEffect_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _ttransitionEffect_t. | |
int | Output_unsetId (Output_t *o) |
_tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
int | Output_unsetName (Output_t *o) |
_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
int | Output_unsetOutputLevel (Output_t *o) |
_tUnsets_t _tthe_t "_toutputLevel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
int | Output_unsetQualitativeSpecies (Output_t *o) |
_tUnsets_t _tthe_t "_tqualitativeSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
int | Output_unsetTransitionEffect (Output_t *o) |
_tUnsets_t _tthe_t "_ttransitionEffect_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t. | |
OutputTransitionEffect_t | OutputTransitionEffect_fromString (const char *s) |
_tReturns_t _tthe_t #_tOutputTransitionEffect_t_t _tenumeration_t _tcorresponding_t _tto_t _tthe_t _tgiven_t _tstring_t, _tor_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_UNKNOWN_t, _tOutputTransitionEffect_t_t} _tif_t _tthere_t _tis_t _tno_t _tsuch_t _tmatch_t. | |
int | OutputTransitionEffect_isValidOutputTransitionEffect (OutputTransitionEffect_t effect) |
_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 #_tOutputTransitionEffect_t_t _tis_t _tvalid_t. | |
int | OutputTransitionEffect_isValidOutputTransitionEffectString (const char *s) |
_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 _tstring_t _tis_t _ta_t _tvalid_t #_tOutputTransitionEffect_t_t. | |
const char * | OutputTransitionEffect_toString (OutputTransitionEffect_t effect) |
_tReturns_t _tthe_t _tstring_t _tversion_t _tof_t _tthe_t _tprovided_t #_tOutputTransitionEffect_t_t _tenumeration_t. | |
Implementation of the Output_t class.
@_tenum_t _tOutputTransitionEffect_t_t @_tbrief_t _tEnumeration_t _tof_t _tpossible_t _tvalues_t _tfor_t _tthe_t '_ttransitionEffect_t' _tattribute_t _tof_t _tan_t _tOutput_t.
_tReturn_t _tthe_t _tOutput_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 _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 _tListOfOutputs_t_t
_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 _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 _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 _tListOf_t_t _tstructure_t.
@_tmemberof_t _tListOfOutputs_t_t
_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _tcopy_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tOutput_t_t.
@_tmemberof_t _tOutput_t_t
Output_t * Output_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
_tCreates_t _ta_t _tnew_t _tOutput_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 _tOutput_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 _tOutput_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 _tOutput_t_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tOutput_t_t _tstructure_t.
@_tmemberof_t _tOutput_t_t
_tCreates_t _ta_t _tnew_t _tOutput_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.
void Output_free | ( | Output_t * | o | ) |
_tFrees_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _tfree_t.
@_tmemberof_t _tOutput_t_t
char * Output_getId | ( | Output_t * | o | ) |
_tTakes_t _tan_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidentifier_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tidentifier_t _tof_t _tthis_t _tOutput_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tOutput_t_t
char * Output_getName | ( | Output_t * | o | ) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _tname_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _twhose_t _tname_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tname_t _tof_t _tthis_t _tOutput_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tOutput_t_t
int Output_getOutputLevel | ( | Output_t * | o | ) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _toutputLevel_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _twhose_t _toutputLevel_t _tis_t _tsought_t.
@_treturn_t _tthe_t _toutputLevel_t _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t, _tas_t _tan_t @_tc_t _tint_t.
@_tmemberof_t _tOutput_t_t
char * Output_getQualitativeSpecies | ( | Output_t * | o | ) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _tqualitativeSpecies_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _twhose_t _tqualitativeSpecies_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tqualitativeSpecies_t _tof_t _tthe_t _tgiven_t _tOutput_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tOutput_t_t
OutputTransitionEffect_t Output_getTransitionEffect | ( | Output_t * | o | ) |
_tTakes_t _ta_t _tOutput_t_t _tstructure_t _tand_t _treturns_t _tits_t _ttransitionEffect_t _tas_t _ta_t #_tOutputTransitionEffect_t_t (_tan_t _tenumerated_t _tvalue_t _tof_t _tlegal_t _tpossible_t _tvalues_t _tfor_t _tthe_t _tattribute_t).
@_tparam_t _to_t _tthe_t _tOutput_t_t _twhose_t _ttransitionEffect_t _tis_t _tsought_t.
@_treturn_t _tthe_t _ttransitionEffect_t _tof_t _tthe_t _tgiven_t _tOutput_t_t, _tas_t _ta_t #_tOutputTransitionEffect_t_t
@_tmemberof_t _tOutput_t_t
int Output_hasRequiredAttributes | ( | Output_t * | o | ) |
_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 _tOutput_t_t _tstructure_t _thave_t _tbeen_t _tset_t.
@_tnote_t _tThe_t _trequired_t _tattributes_t _tfor_t _ta_t _tOutput_t_t _tstructure_t _tare_t: @_tli_t _tqualitativeSpecies_t @_tli_t _ttransitionEffect_t
@_tmemberof_t _tOutput_t_t
int Output_isSetId | ( | Output_t * | o | ) |
_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 _tOutput_t_t _tstructure_t'_ts_t _tidentifier_t _tis_t _tset_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tOutput_t_t
int Output_isSetName | ( | Output_t * | o | ) |
_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 _tOutput_t_t _tstructure_t'_ts_t _tname_t _tis_t _tset_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tOutput_t_t
int Output_isSetOutputLevel | ( | Output_t * | o | ) |
_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 _tOutput_t_t _tstructure_t'_ts_t _toutputLevel_t _tis_t _tset_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_toutputLevel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tOutput_t_t
int Output_isSetQualitativeSpecies | ( | Output_t * | o | ) |
_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 _tOutput_t_t _tstructure_t'_ts_t _tqualitativeSpecies_t _tis_t _tset_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tqualitativeSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tOutput_t_t
int Output_isSetTransitionEffect | ( | Output_t * | o | ) |
_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 _tOutput_t_t _tstructure_t'_ts_t _ttransitionEffect_t _tis_t _tset_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_ttransitionEffect_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tOutput_t_t
int Output_setId | ( | Output_t * | o, |
const char * | sid | ||
) |
_tAssigns_t _tthe_t _tidentifier_t _tof_t _tan_t _tOutput_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 _to_t _tthe_t _tOutput_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 _tOutput_t_t
int Output_setName | ( | Output_t * | o, |
const char * | name | ||
) |
_tSets_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tname_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_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 _tOutput_t_t
int Output_setOutputLevel | ( | Output_t * | o, |
int | outputLevel | ||
) |
_tSets_t _tthe_t "_toutputLevel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t.
@_tparam_t _toutputLevel_t _tthe_t _tvalue_t _tof_t _toutputLevel_t _tto_t _tassign_t _tto_t _tthe_t "_toutputLevel_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_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tOutput_t_t
int Output_setQualitativeSpecies | ( | Output_t * | o, |
const char * | qualitativeSpecies | ||
) |
_tSets_t _tthe_t _tqualitativeSpecies_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tqualitativeSpecies_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tqualitativeSpecies_t _tthe_t _tqualitativeSpecies_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tOutput_t_t'_ts_t "_tqualitativeSpecies_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 "_tqualitativeSpecies_t" _tattribute_t.
@_tmemberof_t _tOutput_t_t
int Output_setTransitionEffect | ( | Output_t * | o, |
const char * | transitionEffect | ||
) |
_tSets_t _tthe_t _ttransitionEffect_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _ttransitionEffect_t.
@_tparam_t _to_t _tthe_t _tOutput_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _ttransitionEffect_t _tthe_t _ttransitionEffect_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tOutput_t_t'_ts_t "_ttransitionEffect_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 "_ttransitionEffect_t" _tattribute_t.
@_tmemberof_t _tOutput_t_t
int Output_unsetId | ( | Output_t * | o | ) |
_tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_t_t
int Output_unsetName | ( | Output_t * | o | ) |
_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_t_t
int Output_unsetOutputLevel | ( | Output_t * | o | ) |
_tUnsets_t _tthe_t "_toutputLevel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_t_t
int Output_unsetQualitativeSpecies | ( | Output_t * | o | ) |
_tUnsets_t _tthe_t "_tqualitativeSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_t_t
int Output_unsetTransitionEffect | ( | Output_t * | o | ) |
_tUnsets_t _tthe_t "_ttransitionEffect_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tOutput_t_t _tstructure_t.
@_tparam_t _to_t _tthe_t _tOutput_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 _tOutput_t_t
OutputTransitionEffect_t OutputTransitionEffect_fromString | ( | const char * | s | ) |
_tReturns_t _tthe_t #_tOutputTransitionEffect_t_t _tenumeration_t _tcorresponding_t _tto_t _tthe_t _tgiven_t _tstring_t, _tor_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_UNKNOWN_t, _tOutputTransitionEffect_t_t} _tif_t _tthere_t _tis_t _tno_t _tsuch_t _tmatch_t.
_tThe_t _tmatching_t _tis_t _tcase_t-_tsensitive_t: "_tproduction_t" _twill_t _treturn_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_PRODUCTION_t, _tOutputTransitionEffect_t_t}, _tbut_t "_tProduction_t" _twill_t _treturn_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_UNKNOWN_t, _tOutputTransitionEffect_t_t}.
@_tparam_t _ts_t _tthe_t _tstring_t _tto_t _tconvert_t _tto_t _tan_t #_tOutputTransitionEffect_t_t.
@_treturn_t _tThe_t _tcorresponding_t #_tOutputTransitionEffect_t_t, _tor_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_UNKNOWN_t, _tOutputTransitionEffect_t_t} _tif_t _tno_t _tmatch_t _tfound_t.
@_tmemberof_t _tOutput_t_t
int OutputTransitionEffect_isValidOutputTransitionEffect | ( | OutputTransitionEffect_t | effect | ) |
_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 #_tOutputTransitionEffect_t_t _tis_t _tvalid_t.
@_tparam_t _teffect_t _tthe_t #_tOutputTransitionEffect_t_t _tenumeration_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t #_tOutputTransitionEffect_t_t _tis_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_PRODUCTION_t, _tOutputTransitionEffect_t_t} _tor_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_ASSIGNMENT_LEVEL_t, _tOutputTransitionEffect_t_t}, @_tc_t _t0_t (_tfalse_t) _totherwise_t (_tincluding_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_UNKNOWN_t, _tOutputTransitionEffect_t_t}).
@_tmemberof_t _tOutput_t_t
int OutputTransitionEffect_isValidOutputTransitionEffectString | ( | const char * | s | ) |
_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 _tstring_t _tis_t _ta_t _tvalid_t #_tOutputTransitionEffect_t_t.
_tThe_t _tmatching_t _tis_t _tcase_t-_tsensitive_t: "_tproduction_t" _twill_t _treturn_t @_tc_t _ttrue_t, _tbut_t "_tProduction_t" _twill_t _treturn_t @_tc_t _tfalse_t.
@_tparam_t _ts_t _tthe_t _tstring_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tstring_t _tis_t "_tproduction_t" _tor_t "_tassignmentLevel_t"; @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tOutput_t_t
const char * OutputTransitionEffect_toString | ( | OutputTransitionEffect_t | effect | ) |
_tReturns_t _tthe_t _tstring_t _tversion_t _tof_t _tthe_t _tprovided_t #_tOutputTransitionEffect_t_t _tenumeration_t.
@_tparam_t _teffect_t _tthe_t #_tOutputTransitionEffect_t_t _tenumeration_t _tto_t _tconvert_t.
@_treturn_t _tA_t _tstring_t _tcorresponding_t _tto_t _tthe_t _tgiven_t _teffect_t: "_tproduction_t", "_tassignmentLevel_t", _tor_t @_tc_t _tNULL_t _tif_t _tthe_t _tvalue_t _tis_t @_tsbmlconstant_t{_tOUTPUT_TRANSITION_EFFECT_UNKNOWN_t, _tOutputTransitionEffect_t_t} _tor_t _tanother_t _tinvalid_t _tenumeration_t _tvalue_t.
@_tmemberof_t _tOutput_t_t