|
PossibleSpeciesFeatureValue_t * | PossibleSpeciesFeatureValue_clone (PossibleSpeciesFeatureValue_t *psfv) |
| Creates and returns a deep copy of this PossibleSpeciesFeatureValue_t object. More...
|
|
PossibleSpeciesFeatureValue_t * | PossibleSpeciesFeatureValue_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| Creates a new PossibleSpeciesFeatureValue_t using the given SBML Level, Version and “multi” package version. More...
|
|
void | PossibleSpeciesFeatureValue_free (PossibleSpeciesFeatureValue_t *psfv) |
| Frees this PossibleSpeciesFeatureValue_t object. More...
|
|
char * | PossibleSpeciesFeatureValue_getId (const PossibleSpeciesFeatureValue_t *psfv) |
| Returns the value of the "id" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
char * | PossibleSpeciesFeatureValue_getName (const PossibleSpeciesFeatureValue_t *psfv) |
| Returns the value of the "name" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
char * | PossibleSpeciesFeatureValue_getNumericValue (const PossibleSpeciesFeatureValue_t *psfv) |
| Returns the value of the "numericValue" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
int | PossibleSpeciesFeatureValue_hasRequiredAttributes (PossibleSpeciesFeatureValue_t *psfv) |
| Predicate returning 1 (true) if all the required attributes for this PossibleSpeciesFeatureValue_t object have been set. More...
|
|
int | PossibleSpeciesFeatureValue_isSetId (const PossibleSpeciesFeatureValue_t *psfv) |
| Predicate returning 1 (true) if this PossibleSpeciesFeatureValue_t's "id" attribute is set. More...
|
|
int | PossibleSpeciesFeatureValue_isSetName (const PossibleSpeciesFeatureValue_t *psfv) |
| Predicate returning 1 (true) if this PossibleSpeciesFeatureValue_t's "name" attribute is set. More...
|
|
int | PossibleSpeciesFeatureValue_isSetNumericValue (const PossibleSpeciesFeatureValue_t *psfv) |
| Predicate returning 1 (true) if this PossibleSpeciesFeatureValue_t's "numericValue" attribute is set. More...
|
|
int | PossibleSpeciesFeatureValue_setId (PossibleSpeciesFeatureValue_t *psfv, const char *id) |
| Sets the value of the "id" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
int | PossibleSpeciesFeatureValue_setName (PossibleSpeciesFeatureValue_t *psfv, const char *name) |
| Sets the value of the "name" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
int | PossibleSpeciesFeatureValue_setNumericValue (PossibleSpeciesFeatureValue_t *psfv, const char *numericValue) |
| Sets the value of the "numericValue" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
int | PossibleSpeciesFeatureValue_unsetId (PossibleSpeciesFeatureValue_t *psfv) |
| Unsets the value of the "id" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
int | PossibleSpeciesFeatureValue_unsetName (PossibleSpeciesFeatureValue_t *psfv) |
| Unsets the value of the "name" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|
int | PossibleSpeciesFeatureValue_unsetNumericValue (PossibleSpeciesFeatureValue_t *psfv) |
| Unsets the value of the "numericValue" attribute of this PossibleSpeciesFeatureValue_t. More...
|
|