Lines Matching refs:gpa

1121 GeneProductAssociation_free(GeneProductAssociation_t * gpa)  in GeneProductAssociation_free()  argument
1123 if (gpa != NULL) in GeneProductAssociation_free()
1124 delete gpa; in GeneProductAssociation_free()
1130 GeneProductAssociation_clone(GeneProductAssociation_t * gpa) in GeneProductAssociation_clone() argument
1132 if (gpa != NULL) in GeneProductAssociation_clone()
1134 return static_cast<GeneProductAssociation_t*>(gpa->clone()); in GeneProductAssociation_clone()
1145 GeneProductAssociation_getId(const GeneProductAssociation_t * gpa) in GeneProductAssociation_getId() argument
1147 return (gpa != NULL && gpa->isSetId()) ? gpa->getId().c_str() : NULL; in GeneProductAssociation_getId()
1153 GeneProductAssociation_getName(const GeneProductAssociation_t * gpa) in GeneProductAssociation_getName() argument
1155 return (gpa != NULL && gpa->isSetName()) ? gpa->getName().c_str() : NULL; in GeneProductAssociation_getName()
1161 GeneProductAssociation_getAssociation(GeneProductAssociation_t * gpa) in GeneProductAssociation_getAssociation() argument
1163 if (gpa == NULL) in GeneProductAssociation_getAssociation()
1166 return (FbcAssociation_t*)gpa->getAssociation(); in GeneProductAssociation_getAssociation()
1172 GeneProductAssociation_createAnd(GeneProductAssociation_t * gpa) in GeneProductAssociation_createAnd() argument
1174 return (gpa != NULL) ? gpa->createAnd() : NULL; in GeneProductAssociation_createAnd()
1179 GeneProductAssociation_createOr(GeneProductAssociation_t * gpa) in GeneProductAssociation_createOr() argument
1181 return (gpa != NULL) ? gpa->createOr() : NULL; in GeneProductAssociation_createOr()
1186 GeneProductAssociation_createGeneProductRef(GeneProductAssociation_t * gpa) in GeneProductAssociation_createGeneProductRef() argument
1188 return (gpa != NULL) ? gpa->createGeneProductRef() : NULL; in GeneProductAssociation_createGeneProductRef()
1193 GeneProductAssociation_isSetId(const GeneProductAssociation_t * gpa) in GeneProductAssociation_isSetId() argument
1195 return (gpa != NULL) ? static_cast<int>(gpa->isSetId()) : 0; in GeneProductAssociation_isSetId()
1201 GeneProductAssociation_isSetName(const GeneProductAssociation_t * gpa) in GeneProductAssociation_isSetName() argument
1203 return (gpa != NULL) ? static_cast<int>(gpa->isSetName()) : 0; in GeneProductAssociation_isSetName()
1209 GeneProductAssociation_isSetAssociation(const GeneProductAssociation_t * gpa) in GeneProductAssociation_isSetAssociation() argument
1211 return (gpa != NULL) ? static_cast<int>(gpa->isSetAssociation()) : 0; in GeneProductAssociation_isSetAssociation()
1217 GeneProductAssociation_setId(GeneProductAssociation_t * gpa, const char * id) in GeneProductAssociation_setId() argument
1219 if (gpa != NULL) in GeneProductAssociation_setId()
1220 return (id == NULL) ? gpa->setId("") : gpa->setId(id); in GeneProductAssociation_setId()
1228 GeneProductAssociation_setName(GeneProductAssociation_t * gpa, const char * name) in GeneProductAssociation_setName() argument
1230 if (gpa != NULL) in GeneProductAssociation_setName()
1231 return (name == NULL) ? gpa->setName("") : gpa->setName(name); in GeneProductAssociation_setName()
1239 GeneProductAssociation_setAssociation(GeneProductAssociation_t * gpa, FbcAssociation_t* association) in GeneProductAssociation_setAssociation() argument
1241 return (gpa != NULL) ? gpa->setAssociation(association) : LIBSBML_INVALID_OBJECT; in GeneProductAssociation_setAssociation()
1247 GeneProductAssociation_unsetId(GeneProductAssociation_t * gpa) in GeneProductAssociation_unsetId() argument
1249 return (gpa != NULL) ? gpa->unsetId() : LIBSBML_INVALID_OBJECT; in GeneProductAssociation_unsetId()
1255 GeneProductAssociation_unsetName(GeneProductAssociation_t * gpa) in GeneProductAssociation_unsetName() argument
1257 return (gpa != NULL) ? gpa->unsetName() : LIBSBML_INVALID_OBJECT; in GeneProductAssociation_unsetName()
1263 GeneProductAssociation_hasRequiredAttributes(const GeneProductAssociation_t * gpa) in GeneProductAssociation_hasRequiredAttributes() argument
1265 return (gpa != NULL) ? static_cast<int>(gpa->hasRequiredAttributes()) : 0; in GeneProductAssociation_hasRequiredAttributes()
1271 GeneProductAssociation_hasRequiredElements(const GeneProductAssociation_t * gpa) in GeneProductAssociation_hasRequiredElements() argument
1273 return (gpa != NULL) ? static_cast<int>(gpa->hasRequiredElements()) : 0; in GeneProductAssociation_hasRequiredElements()