libSBML Perl API  5.20.5
Loading...
Searching...
No Matches
FbcAssociation.cpp File Reference

Implementation of the FbcAssociation class. More...

Include dependency graph for FbcAssociation.cpp:

Functions

void addChildren (FbcAssociation *association, const ASTNode *node, const ASTNode *current, FbcModelPlugin *plugin, bool usingId, bool addMissingGP)
FbcAssociation_tFbcAssociation_clone (FbcAssociation_t *fa)
FbcAssociation_tFbcAssociation_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
void FbcAssociation_free (FbcAssociation_t *fa)
int FbcAssociation_hasRequiredAttributes (const FbcAssociation_t *fa)
FbcAssociation_tFbcAssociation_parseFbcInfixAssociation (const char *infix, SBasePlugin_t *plugin)
char * FbcAssociation_toInfix (const FbcAssociation_t *fa)
FbcAssociation_tListOfFbcAssociations_getById (ListOf_t *lo, const char *sid)
FbcAssociation_tListOfFbcAssociations_removeById (ListOf_t *lo, const char *sid)
FbcAssociationtoAssociation (const ASTNode *node, FbcModelPlugin *plugin, bool usingId, bool addMissingGP)

Detailed Description

Implementation of the FbcAssociation class.

Author
SBMLTeam

Function Documentation

◆ addChildren()

void addChildren ( FbcAssociation * association,
const ASTNode * node,
const ASTNode * current,
FbcModelPlugin * plugin,
bool usingId,
bool addMissingGP )

◆ FbcAssociation_clone()

FbcAssociation_t * FbcAssociation_clone ( FbcAssociation_t * fa)

◆ FbcAssociation_create()

FbcAssociation_t * FbcAssociation_create ( unsigned int level,
unsigned int version,
unsigned int pkgVersion )

◆ FbcAssociation_free()

void FbcAssociation_free ( FbcAssociation_t * fa)

◆ FbcAssociation_hasRequiredAttributes()

int FbcAssociation_hasRequiredAttributes ( const FbcAssociation_t * fa)

◆ FbcAssociation_parseFbcInfixAssociation()

FbcAssociation_t * FbcAssociation_parseFbcInfixAssociation ( const char * infix,
SBasePlugin_t * plugin )

◆ FbcAssociation_toInfix()

char * FbcAssociation_toInfix ( const FbcAssociation_t * fa)

◆ ListOfFbcAssociations_getById()

FbcAssociation_t * ListOfFbcAssociations_getById ( ListOf_t * lo,
const char * sid )

◆ ListOfFbcAssociations_removeById()

FbcAssociation_t * ListOfFbcAssociations_removeById ( ListOf_t * lo,
const char * sid )

◆ toAssociation()

FbcAssociation * toAssociation ( const ASTNode * node,
FbcModelPlugin * plugin,
bool usingId,
bool addMissingGP )