libSBML C++ API
5.20.4
|
: Implementation of the SpeciesTypeInstance class More...
: Implementation of the SpeciesTypeInstance class
SpeciesTypeInstance_t* ListOfSpeciesTypeInstances_getById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
SpeciesTypeInstance_t* ListOfSpeciesTypeInstances_removeById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
SpeciesTypeInstance_t* SpeciesTypeInstance_clone | ( | SpeciesTypeInstance_t * | sti | ) |
SpeciesTypeInstance_t* SpeciesTypeInstance_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void SpeciesTypeInstance_free | ( | SpeciesTypeInstance_t * | sti | ) |
char* SpeciesTypeInstance_getCompartmentReference | ( | SpeciesTypeInstance_t * | sti | ) |
char* SpeciesTypeInstance_getId | ( | SpeciesTypeInstance_t * | sti | ) |
char* SpeciesTypeInstance_getName | ( | SpeciesTypeInstance_t * | sti | ) |
char* SpeciesTypeInstance_getSpeciesType | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_hasRequiredAttributes | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_isSetCompartmentReference | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_isSetId | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_isSetName | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_isSetSpeciesType | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_setCompartmentReference | ( | SpeciesTypeInstance_t * | sti, |
const char * | compartmentReference | ||
) |
int SpeciesTypeInstance_setId | ( | SpeciesTypeInstance_t * | sti, |
const char * | id | ||
) |
int SpeciesTypeInstance_setName | ( | SpeciesTypeInstance_t * | sti, |
const char * | name | ||
) |
int SpeciesTypeInstance_setSpeciesType | ( | SpeciesTypeInstance_t * | sti, |
const char * | speciesType | ||
) |
int SpeciesTypeInstance_unsetCompartmentReference | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_unsetId | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_unsetName | ( | SpeciesTypeInstance_t * | sti | ) |
int SpeciesTypeInstance_unsetSpeciesType | ( | SpeciesTypeInstance_t * | sti | ) |