libSBML C++ API  libSBML 5.12.0 C++ API
FbcOr.cpp File Reference

: Implementation of the FbcOr class More...

Include dependency graph for FbcOr.cpp:

Functions

int FbcOr_addAssociation (FbcOr_t *fo, FbcAssociation_t *fa)
 
FbcOr_t * FbcOr_clone (FbcOr_t *fo)
 
FbcOr_t * FbcOr_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 doxygenLibsbmlInternal More...
 
FbcAnd_t * FbcOr_createAnd (FbcOr_t *fo)
 
GeneProductRef_t * FbcOr_createGeneProductRef (FbcOr_t *fo)
 
FbcOr_t * FbcOr_createOr (FbcOr_t *fo)
 
void FbcOr_free (FbcOr_t *fo)
 
FbcAssociation_t * FbcOr_getAssociation (FbcOr_t *fo, unsigned int n)
 
FbcAssociation_t * FbcOr_getAssociationById (FbcOr_t *fo, const char *sid)
 
ListOf_t * FbcOr_getListOfFbcAssociations (FbcOr_t *fo)
 
unsigned int FbcOr_getNumAssociations (FbcOr_t *fo)
 
int FbcOr_hasRequiredAttributes (const FbcOr_t *fo)
 
int FbcOr_hasRequiredElements (const FbcOr_t *fo)
 
FbcAssociation_t * FbcOr_removeAssociation (FbcOr_t *fo, unsigned int n)
 
FbcAssociation_t * FbcOr_removeAssociationById (FbcOr_t *fo, const char *sid)
 

Detailed Description

: Implementation of the FbcOr class

Author
: SBMLTeam

Function Documentation

int FbcOr_addAssociation ( FbcOr_t *  fo,
FbcAssociation_t *  fa 
)
FbcOr_t* FbcOr_clone ( FbcOr_t *  fo)
FbcOr_t* FbcOr_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

doxygenLibsbmlInternal

doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal doxygenLibsbmlInternal

FbcAnd_t* FbcOr_createAnd ( FbcOr_t *  fo)
GeneProductRef_t* FbcOr_createGeneProductRef ( FbcOr_t *  fo)
FbcOr_t* FbcOr_createOr ( FbcOr_t *  fo)
void FbcOr_free ( FbcOr_t *  fo)
FbcAssociation_t* FbcOr_getAssociation ( FbcOr_t *  fo,
unsigned int  n 
)
FbcAssociation_t* FbcOr_getAssociationById ( FbcOr_t *  fo,
const char *  sid 
)
ListOf_t* FbcOr_getListOfFbcAssociations ( FbcOr_t *  fo)
unsigned int FbcOr_getNumAssociations ( FbcOr_t *  fo)
int FbcOr_hasRequiredAttributes ( const FbcOr_t *  fo)
int FbcOr_hasRequiredElements ( const FbcOr_t *  fo)
FbcAssociation_t* FbcOr_removeAssociation ( FbcOr_t *  fo,
unsigned int  n 
)
FbcAssociation_t* FbcOr_removeAssociationById ( FbcOr_t *  fo,
const char *  sid 
)