libSBML Perl API
libSBML 5.8.0 Perl API
|
Functions | |
Deletion_t * | Deletion_clone (Deletion_t *d) |
Deletion_t * | Deletion_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
void | Deletion_free (Deletion_t *d) |
char * | Deletion_getId (Deletion_t *d) |
char * | Deletion_getName (Deletion_t *d) |
int | Deletion_hasRequiredAttributes (Deletion_t *d) |
int | Deletion_isSetId (Deletion_t *d) |
int | Deletion_isSetName (Deletion_t *d) |
int | Deletion_setId (Deletion_t *d, const char *id) |
int | Deletion_setName (Deletion_t *d, const char *name) |
int | Deletion_unsetId (Deletion_t *d) |
int | Deletion_unsetName (Deletion_t *d) |
Deletion_t * | ListOfDeletions_getById (ListOf_t *lo, const char *sid) |
Deletion_t * | ListOfDeletions_removeById (ListOf_t *lo, const char *sid) |
Deletion_t* Deletion_clone | ( | Deletion_t * | d | ) |
Deletion_t* Deletion_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void Deletion_free | ( | Deletion_t * | d | ) |
char* Deletion_getId | ( | Deletion_t * | d | ) |
char* Deletion_getName | ( | Deletion_t * | d | ) |
int Deletion_hasRequiredAttributes | ( | Deletion_t * | d | ) |
int Deletion_isSetId | ( | Deletion_t * | d | ) |
int Deletion_isSetName | ( | Deletion_t * | d | ) |
int Deletion_setId | ( | Deletion_t * | d, |
const char * | id | ||
) |
int Deletion_setName | ( | Deletion_t * | d, |
const char * | name | ||
) |
int Deletion_unsetId | ( | Deletion_t * | d | ) |
int Deletion_unsetName | ( | Deletion_t * | d | ) |
Deletion_t* ListOfDeletions_getById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
Deletion_t* ListOfDeletions_removeById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |