libSBML C++ API
5.18.0
|
Implementation of Association, the contents of a GeneAssociation. More...
Functions | |
void | addChildren (Association *association, const ASTNode *node, const ASTNode *current) |
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) |
Association * | toAssociation (const ASTNode *node) |
Implementation of Association, the contents of a GeneAssociation.
void addChildren | ( | Association * | association, |
const ASTNode * | node, | ||
const ASTNode * | current | ||
) |
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 | ) |
Association * toAssociation | ( | const ASTNode * | node | ) |