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

Definition of Association_t, the contents of a GeneAssociation_t. More...

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

Functions

Association_tAssociation_clone (const Association_t *a)
 _tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tAssociation_t_t _tobject_t.
 
FbcAnd_tAssociation_createFbcAnd (unsigned int level, unsigned int version, unsigned int pkgVersion)
 _tCreates_t _ta_t _tnew_t _tFbcAnd_t (_tAssociation_t_t) _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_t; _tpackage_t _tversion_t.
 
FbcOr_tAssociation_createFbcOr (unsigned int level, unsigned int version, unsigned int pkgVersion)
 _tCreates_t _ta_t _tnew_t _tFbcOr_t (_tAssociation_t_t) _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_t; _tpackage_t _tversion_t.
 
GeneProductRef_tAssociation_createGeneProductRef (unsigned int level, unsigned int version, unsigned int pkgVersion)
 _tCreates_t _ta_t _tnew_t _tGeneProductRef_t (_tAssociation_t_t) _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_t; _tpackage_t _tversion_t.
 
void Association_free (Association_t *a)
 _tFrees_t _tthis_t _tAssociation_t_t _tobject_t.
 
int Association_isFbcAnd (const Association_t *a)
 _tPredicate_t _treturning_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tFbcAnd_t_t
 
int Association_isFbcOr (const Association_t *a)
 _tPredicate_t _treturning_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tFbcOr_t_t
 
int Association_isGeneProductRef (const Association_t *a)
 _tPredicate_t _treturning_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tGeneProductRef_t_t
 

Detailed Description

Definition of Association_t, the contents of a GeneAssociation_t.

Author
Frank T. Bergmann

Function Documentation

◆ Association_clone()

Association_t * Association_clone ( const Association_t a)

_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tAssociation_t_t _tobject_t.

@_tparam_t _ta_t _tthe_t _tAssociation_t_t _tstructure_t.

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tAssociation_t_t _tobject_t.

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tAssociation_t_t

◆ Association_createFbcAnd()

FbcAnd_t * Association_createFbcAnd ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

_tCreates_t _ta_t _tnew_t _tFbcAnd_t (_tAssociation_t_t) _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_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 _tAssociation_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 _tAssociation_t_t.

@_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tFbc_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tAssociation_t_t.

@_tcopydetails_t _tdoc_note_setting_lv_pkg_t

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tAssociation_t_t

◆ Association_createFbcOr()

FbcOr_t * Association_createFbcOr ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

_tCreates_t _ta_t _tnew_t _tFbcOr_t (_tAssociation_t_t) _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_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 _tAssociation_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 _tAssociation_t_t.

@_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tFbc_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tAssociation_t_t.

@_tcopydetails_t _tdoc_note_setting_lv_pkg_t

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tAssociation_t_t

◆ Association_createGeneProductRef()

GeneProductRef_t * Association_createGeneProductRef ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

_tCreates_t _ta_t _tnew_t _tGeneProductRef_t (_tAssociation_t_t) _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_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 _tAssociation_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 _tAssociation_t_t.

@_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tFbc_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tAssociation_t_t.

@_tcopydetails_t _tdoc_note_setting_lv_pkg_t

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tAssociation_t_t

◆ Association_free()

void Association_free ( Association_t a)

_tFrees_t _tthis_t _tAssociation_t_t _tobject_t.

@_tparam_t _ta_t _tthe_t _tAssociation_t_t _tstructure_t.

@_tmemberof_t _tAssociation_t_t

◆ Association_isFbcAnd()

int Association_isFbcAnd ( const Association_t a)

_tPredicate_t _treturning_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tFbcAnd_t_t

@_tparam_t _ta_t _tthe_t _tAssociation_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tFbcAnd_t_t, @_tc_t _t0_t _totherwise_t

@_tmemberof_t _tAssociation_t_t

◆ Association_isFbcOr()

int Association_isFbcOr ( const Association_t a)

_tPredicate_t _treturning_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tFbcOr_t_t

@_tparam_t _ta_t _tthe_t _tAssociation_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tFbcOr_t_t, @_tc_t _t0_t _totherwise_t

@_tmemberof_t _tAssociation_t_t

◆ Association_isGeneProductRef()

int Association_isGeneProductRef ( const Association_t a)

_tPredicate_t _treturning_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tGeneProductRef_t_t

@_tparam_t _ta_t _tthe_t _tAssociation_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t _tif_t _tthis_t _tAssociation_t_t _tis_t _tof_t _ttype_t _tGeneProductRef_t_t, @_tc_t _t0_t _totherwise_t

@_tmemberof_t _tAssociation_t_t