libSBML C++ API
5.18.0
|
Implementation of the FbcOr class. More...
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) |
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) |
Implementation of the FbcOr class.
int FbcOr_addAssociation | ( | FbcOr_t * | fo, |
FbcAssociation_t * | fa | ||
) |
FbcOr_t* FbcOr_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
GeneProductRef_t* FbcOr_createGeneProductRef | ( | 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 | ||
) |
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 | ||
) |