|
libSBML C++ API
5.20.5
|
Implementation of the GeneProductAssociation class. More...
Implementation of the GeneProductAssociation class.
| GeneProductAssociation_t * GeneProductAssociation_clone | ( | GeneProductAssociation_t * | gpa | ) |
| GeneProductAssociation_t * GeneProductAssociation_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| FbcAnd_t * GeneProductAssociation_createAnd | ( | GeneProductAssociation_t * | gpa | ) |
| GeneProductRef_t * GeneProductAssociation_createGeneProductRef | ( | GeneProductAssociation_t * | gpa | ) |
| FbcOr_t * GeneProductAssociation_createOr | ( | GeneProductAssociation_t * | gpa | ) |
| void GeneProductAssociation_free | ( | GeneProductAssociation_t * | gpa | ) |
| FbcAssociation_t * GeneProductAssociation_getAssociation | ( | GeneProductAssociation_t * | gpa | ) |
| const char * GeneProductAssociation_getId | ( | const GeneProductAssociation_t * | gpa | ) |
| const char * GeneProductAssociation_getName | ( | const GeneProductAssociation_t * | gpa | ) |
| int GeneProductAssociation_hasRequiredAttributes | ( | const GeneProductAssociation_t * | gpa | ) |
| int GeneProductAssociation_hasRequiredElements | ( | const GeneProductAssociation_t * | gpa | ) |
| int GeneProductAssociation_isSetAssociation | ( | const GeneProductAssociation_t * | gpa | ) |
| int GeneProductAssociation_isSetId | ( | const GeneProductAssociation_t * | gpa | ) |
| int GeneProductAssociation_isSetName | ( | const GeneProductAssociation_t * | gpa | ) |
| int GeneProductAssociation_setAssociation | ( | GeneProductAssociation_t * | gpa, |
| FbcAssociation_t * | association | ||
| ) |
| int GeneProductAssociation_setId | ( | GeneProductAssociation_t * | gpa, |
| const char * | id | ||
| ) |
| int GeneProductAssociation_setName | ( | GeneProductAssociation_t * | gpa, |
| const char * | name | ||
| ) |
| int GeneProductAssociation_unsetId | ( | GeneProductAssociation_t * | gpa | ) |
| int GeneProductAssociation_unsetName | ( | GeneProductAssociation_t * | gpa | ) |