|
libSBML C++ API
5.18.0
|
: Implementation of the PossibleSpeciesFeatureValue class More...
: Implementation of the PossibleSpeciesFeatureValue class
| PossibleSpeciesFeatureValue_t* ListOfPossibleSpeciesFeatureValues_getById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |
| PossibleSpeciesFeatureValue_t* ListOfPossibleSpeciesFeatureValues_removeById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |
| PossibleSpeciesFeatureValue_t* PossibleSpeciesFeatureValue_clone | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| PossibleSpeciesFeatureValue_t* PossibleSpeciesFeatureValue_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void PossibleSpeciesFeatureValue_free | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| char* PossibleSpeciesFeatureValue_getId | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| char* PossibleSpeciesFeatureValue_getName | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| char* PossibleSpeciesFeatureValue_getNumericValue | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| int PossibleSpeciesFeatureValue_hasRequiredAttributes | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| int PossibleSpeciesFeatureValue_isSetId | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| int PossibleSpeciesFeatureValue_isSetName | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| int PossibleSpeciesFeatureValue_isSetNumericValue | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| int PossibleSpeciesFeatureValue_setId | ( | PossibleSpeciesFeatureValue_t * | psfv, |
| const char * | id | ||
| ) |
| int PossibleSpeciesFeatureValue_setName | ( | PossibleSpeciesFeatureValue_t * | psfv, |
| const char * | name | ||
| ) |
| int PossibleSpeciesFeatureValue_setNumericValue | ( | PossibleSpeciesFeatureValue_t * | psfv, |
| const char * | numericValue | ||
| ) |
| int PossibleSpeciesFeatureValue_unsetId | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| int PossibleSpeciesFeatureValue_unsetName | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |
| int PossibleSpeciesFeatureValue_unsetNumericValue | ( | PossibleSpeciesFeatureValue_t * | psfv | ) |