libSBML C++ API  5.18.0
Association.cpp File Reference

Implementation of Association, the contents of a GeneAssociation. More...

Include dependency graph for Association.cpp:

Functions

void addChildren (Association *association, const ASTNode *node, const ASTNode *current)
 
Association_tAssociation_clone (const Association_t *a)
 
FbcAnd_tAssociation_createFbcAnd (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
FbcOr_tAssociation_createFbcOr (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
GeneProductRef_tAssociation_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)
 
AssociationtoAssociation (const ASTNode *node)
 

Detailed Description

Implementation of Association, the contents of a GeneAssociation.

Author
Frank T. Bergmann

Function Documentation

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)