libSBML C API
5.18.0
|
Implementation of Association_t, the contents of a GeneAssociation_t. More...
Functions | |
Association_t * | Association_clone (const Association_t *a) |
FbcAnd_t * | Association_createFbcAnd (unsigned int level, unsigned int version, unsigned int pkgVersion) |
FbcOr_t * | Association_createFbcOr (unsigned int level, unsigned int version, unsigned int pkgVersion) |
GeneProductRef_t * | Association_createGeneProductRef (unsigned int level, unsigned int version, unsigned int pkgVersion) |
void | Association_free (Association_t *a) |
int | Association_isFbcAnd (const Association_t *a) |
int | Association_isFbcOr (const Association_t *a) |
int | Association_isGeneProductRef (const Association_t *a) |
Implementation of Association_t, the contents of a GeneAssociation_t.
Association_t* Association_clone | ( | const Association_t * | a | ) |
FbcAnd_t* Association_createFbcAnd | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
FbcOr_t* Association_createFbcOr | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
GeneProductRef_t* Association_createGeneProductRef | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void Association_free | ( | Association_t * | a | ) |
int Association_isFbcAnd | ( | const Association_t * | a | ) |
int Association_isFbcOr | ( | const Association_t * | a | ) |
int Association_isGeneProductRef | ( | const Association_t * | a | ) |