libSBML C++ API  libSBML 5.19.0 C++ API
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_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)
 

Detailed Description

Implementation of Association, the contents of a GeneAssociation.

Author
Frank T. Bergmann

Function Documentation

◆ addChildren()

void addChildren ( Association *  association,
const ASTNode *  node,
const ASTNode *  current 
)

◆ Association_clone()

Association_t* Association_clone ( const Association_t *  a)

◆ Association_createFbcAnd()

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

◆ Association_createFbcOr()

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

◆ Association_createGeneProductRef()

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

◆ Association_free()

void Association_free ( Association_t *  a)

◆ Association_isFbcAnd()

int Association_isFbcAnd ( const Association_t *  a)

◆ Association_isFbcOr()

int Association_isFbcOr ( const Association_t *  a)

◆ Association_isGeneProductRef()

int Association_isGeneProductRef ( const Association_t *  a)

◆ toAssociation()

Association * toAssociation ( const ASTNode *  node)