libSBML C++ API  5.20.4
FbcAnd.cpp File Reference

Implementation of the FbcAnd class. More...

Include dependency graph for FbcAnd.cpp:

Functions

int FbcAnd_addAssociation (FbcAnd_t *fa, const FbcAssociation_t *a)
 
FbcAnd_tFbcAnd_clone (const FbcAnd_t *fa)
 
FbcAnd_tFbcAnd_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 doxygenLibsbmlInternal More...
 
FbcAnd_tFbcAnd_createAnd (FbcAnd_t *fa)
 
GeneProductRef_tFbcAnd_createGeneProductRef (FbcAnd_t *fa)
 
FbcOr_tFbcAnd_createOr (FbcAnd_t *fa)
 
void FbcAnd_free (FbcAnd_t *fa)
 
FbcAssociation_tFbcAnd_getAssociation (FbcAnd_t *fa, unsigned int n)
 
FbcAssociation_tFbcAnd_getAssociationById (FbcAnd_t *fa, const char *sid)
 
ListOf_tFbcAnd_getListOfFbcAssociations (FbcAnd_t *fa)
 
unsigned int FbcAnd_getNumAssociations (FbcAnd_t *fa)
 
int FbcAnd_hasRequiredAttributes (const FbcAnd_t *fa)
 
int FbcAnd_hasRequiredElements (const FbcAnd_t *fa)
 
FbcAssociation_tFbcAnd_removeAssociation (FbcAnd_t *fa, unsigned int n)
 
FbcAssociation_tFbcAnd_removeAssociationById (FbcAnd_t *fa, const char *sid)
 

Detailed Description

Implementation of the FbcAnd class.

Author
SBMLTeam

Function Documentation

◆ FbcAnd_addAssociation()

int FbcAnd_addAssociation ( FbcAnd_t fa,
const FbcAssociation_t a 
)

◆ FbcAnd_clone()

FbcAnd_t* FbcAnd_clone ( const FbcAnd_t fa)

◆ FbcAnd_create()

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

doxygenLibsbmlInternal

doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal

◆ FbcAnd_createAnd()

FbcAnd_t* FbcAnd_createAnd ( FbcAnd_t fa)

◆ FbcAnd_createGeneProductRef()

GeneProductRef_t* FbcAnd_createGeneProductRef ( FbcAnd_t fa)

◆ FbcAnd_createOr()

FbcOr_t* FbcAnd_createOr ( FbcAnd_t fa)

◆ FbcAnd_free()

void FbcAnd_free ( FbcAnd_t fa)

◆ FbcAnd_getAssociation()

FbcAssociation_t* FbcAnd_getAssociation ( FbcAnd_t fa,
unsigned int  n 
)

◆ FbcAnd_getAssociationById()

FbcAssociation_t* FbcAnd_getAssociationById ( FbcAnd_t fa,
const char *  sid 
)

◆ FbcAnd_getListOfFbcAssociations()

ListOf_t* FbcAnd_getListOfFbcAssociations ( FbcAnd_t fa)

◆ FbcAnd_getNumAssociations()

unsigned int FbcAnd_getNumAssociations ( FbcAnd_t fa)

◆ FbcAnd_hasRequiredAttributes()

int FbcAnd_hasRequiredAttributes ( const FbcAnd_t fa)

◆ FbcAnd_hasRequiredElements()

int FbcAnd_hasRequiredElements ( const FbcAnd_t fa)

◆ FbcAnd_removeAssociation()

FbcAssociation_t* FbcAnd_removeAssociation ( FbcAnd_t fa,
unsigned int  n 
)

◆ FbcAnd_removeAssociationById()

FbcAssociation_t* FbcAnd_removeAssociationById ( FbcAnd_t fa,
const char *  sid 
)