libSBML C API
libSBML 5.20.2 C API
|
Definition of Priority_t. More...
Functions | |
Priority_t * | Priority_clone (const Priority_t *p) |
_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tPriority_t_t _tstructure_t. | |
Priority_t * | Priority_create (unsigned int level, unsigned int version) |
@_tclass_t _tdoc_note_priority_only_l3_t | |
Priority_t * | Priority_createWithNS (SBMLNamespaces_t *sbmlns) |
_tCreates_t _ta_t _tnew_t _tPriority_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBMLNamespaces_t_t _tstructure_t. | |
void | Priority_free (Priority_t *p) |
_tFrees_t _tthe_t _tgiven_t _tPriority_t_t _tstructure_t. | |
const ASTNode_t * | Priority_getMath (const Priority_t *p) |
_tGet_t _tthe_t _tmathematical_t _tformula_t _tfor_t _ta_t _tPriority_t_t _tstructure_t _tand_t _treturn_t _tit_t _tas_t _tas_t _tan_t _tASTNode_t_t _tstructure_t. | |
const XMLNamespaces_t * | Priority_getNamespaces (Priority_t *p) |
_tReturns_t _ta_t _tlist_t _tof_t _tXMLNamespaces_t_t _tassociated_t _twith_t _tthis_t _tPriority_t_t _tstructure_t. | |
int | Priority_isSetMath (const Priority_t *p) |
_tPredicate_t _tto_t _ttest_t _twhether_t _tthe_t _tformula_t _tfor_t _tthe_t _tgiven_t _tPriority_t_t _tstructure_t _tis_t _tset_t. | |
int | Priority_setMath (Priority_t *p, const ASTNode_t *math) |
_tSets_t _tthe_t _tmath_t _texpression_t _tof_t _tthe_t _tgiven_t _tPriority_t_t _tinstance_t _tto_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tASTNode_t_t _tstructure_t. | |
Definition of Priority_t.
Priority_t * Priority_clone | ( | const Priority_t * | p | ) |
_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tPriority_t_t _tstructure_t.
@_tparam_t _tp_t _tthe_t _tPriority_t_t _tstructure_t _tto_t _tcopy_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tgiven_t _tPriority_t_t _tstructure_t @_tp_t _tt_t.
@_tmemberof_t _tPriority_t_t
Priority_t * Priority_create | ( | unsigned int | level, |
unsigned int | version | ||
) |
@_tclass_t _tdoc_note_priority_only_l3_t
@_tnote_t _tThe_t _tPriority_t _tconstruct_t _texists_t _tonly_t _tin_t _tSBML_t _tLevel_t&_tnbsp_t;_t3_t; _tit_t _tcannot_t _tbe_t _tused_t _tin_t _tSBML_t _tLevel_t&_tnbsp_t;_t2_t _tor_t _tLevel_t&_tnbsp_t;_t1_t _tmodels_t.
_tCreates_t _ta_t _tnew_t _tPriority_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t _tvalues_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 _tPriority_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 _tPriority_t_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tPriority_t_t _tstructure_t.
@_tcopydetails_t _tdoc_note_setting_lv_t
@_tmemberof_t _tPriority_t_t
@_tclass_t _tdoc_note_priority_only_l3_t
@_tcond_t _tdoxygenIgnored_t
Priority_t * Priority_createWithNS | ( | SBMLNamespaces_t * | sbmlns | ) |
_tCreates_t _ta_t _tnew_t _tPriority_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBMLNamespaces_t_t _tstructure_t.
@_tparam_t _tsbmlns_t _tSBMLNamespaces_t_t, _ta_t _tpointer_t _tto_t _tan_t _tSBMLNamespaces_t_t _tstructure_t _tto_t _tassign_t _tto_t _tthis_t _tPriority_t_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tPriority_t_t _tstructure_t.
@_tcopydetails_t _tdoc_note_setting_lv_t
@_tmemberof_t _tPriority_t_t
void Priority_free | ( | Priority_t * | p | ) |
_tFrees_t _tthe_t _tgiven_t _tPriority_t_t _tstructure_t.
@_tparam_t _tp_t _tthe_t _tPriority_t_t _tstructure_t _tto_t _tfree_t.
@_tmemberof_t _tPriority_t_t
const ASTNode_t * Priority_getMath | ( | const Priority_t * | p | ) |
_tGet_t _tthe_t _tmathematical_t _tformula_t _tfor_t _ta_t _tPriority_t_t _tstructure_t _tand_t _treturn_t _tit_t _tas_t _tas_t _tan_t _tASTNode_t_t _tstructure_t.
@_tparam_t _tp_t _tthe_t _tPriority_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t _tan_t _tASTNode_t_t _tstructure_t _trepresenting_t _tthe_t _texpression_t _ttree_t.
@_tmemberof_t _tPriority_t_t
const XMLNamespaces_t * Priority_getNamespaces | ( | Priority_t * | p | ) |
_tReturns_t _ta_t _tlist_t _tof_t _tXMLNamespaces_t_t _tassociated_t _twith_t _tthis_t _tPriority_t_t _tstructure_t.
@_tparam_t _tp_t _tthe_t _tPriority_t_t _tstructure_t.
@_treturn_t _tpointer_t _tto_t _tthe_t _tXMLNamespaces_t_t _tstructure_t _tassociated_t _twith_t _tthis_t _tstructure_t
@_tmemberof_t _tPriority_t_t
int Priority_isSetMath | ( | const Priority_t * | p | ) |
_tPredicate_t _tto_t _ttest_t _twhether_t _tthe_t _tformula_t _tfor_t _tthe_t _tgiven_t _tPriority_t_t _tstructure_t _tis_t _tset_t.
@_tparam_t _tp_t _tthe_t _tPriority_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tformula_t (_tmeaning_t _tthe_t @_tc_t _tmath_t _tsubelement_t) _tof_t _tthis_t _tPriority_t_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tPriority_t_t
int Priority_setMath | ( | Priority_t * | p, |
const ASTNode_t * | math | ||
) |
_tSets_t _tthe_t _tmath_t _texpression_t _tof_t _tthe_t _tgiven_t _tPriority_t_t _tinstance_t _tto_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tASTNode_t_t _tstructure_t.
@_tparam_t _tp_t _tthe_t _tPriority_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tmath_t _tan_t _tASTNode_t_t _trepresenting_t _ta_t _tformula_t _ttree_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tPriority_t_t