libSBML C API
5.18.0
|
Implementation of the FbcAnd_t class. More...
Implementation of the FbcAnd_t class.
int FbcAnd_addAssociation | ( | FbcAnd_t * | fa, |
const FbcAssociation_t * | a | ||
) |
FbcAnd_t* FbcAnd_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
GeneProductRef_t* FbcAnd_createGeneProductRef | ( | FbcAnd_t * | fa | ) |
void FbcAnd_free | ( | FbcAnd_t * | fa | ) |
FbcAssociation_t* FbcAnd_getAssociation | ( | FbcAnd_t * | fa, |
unsigned int | n | ||
) |
FbcAssociation_t* FbcAnd_getAssociationById | ( | FbcAnd_t * | fa, |
const char * | sid | ||
) |
unsigned int FbcAnd_getNumAssociations | ( | FbcAnd_t * | fa | ) |
int FbcAnd_hasRequiredAttributes | ( | const FbcAnd_t * | fa | ) |
int FbcAnd_hasRequiredElements | ( | const FbcAnd_t * | fa | ) |
FbcAssociation_t* FbcAnd_removeAssociation | ( | FbcAnd_t * | fa, |
unsigned int | n | ||
) |
FbcAssociation_t* FbcAnd_removeAssociationById | ( | FbcAnd_t * | fa, |
const char * | sid | ||
) |
Removes the FbcAssociation_t with the given identifier from this FbcAnd_t and returns a pointer to it.
fa | the FbcAnd_t structure to search. |
sid | the identifier of the FbcAssociation_t to remove. |