: Implementation of the SubListOfSpeciesFeatures class
More...
: Implementation of the SubListOfSpeciesFeatures class
- Author
- : SBMLTeam
◆ Relation_fromString()
| Relation_t Relation_fromString |
( |
const char * | code | ) |
|
Returns the Relation_t enumeration corresponding to the given string or if there is no such match.
- Parameters
-
- Returns
- the corresponding Relation_t or if no match is found.
- Note
- The matching is case-sensitive: "and" will return , but "And" will return
◆ Relation_isValid()
◆ Relation_isValidString()
| int Relation_isValidString |
( |
const char * | code | ) |
|
◆ Relation_toString()
Returns the string version of the provided Relation_t enumeration.
- Parameters
-
- Returns
- A string corresponding to the given type: "and", "or", "not", or
NULL if the value is or another invalid enumeration value.
- Note
- The string returned by this function is a pointer to a string literal defined in the libSBML library, and may not be modified or deleted.
◆ SubListOfSpeciesFeatures_clone()
◆ SubListOfSpeciesFeatures_create()
| SubListOfSpeciesFeatures_t * SubListOfSpeciesFeatures_create |
( |
unsigned int | level, |
|
|
unsigned int | version, |
|
|
unsigned int | pkgVersion ) |
◆ SubListOfSpeciesFeatures_createSpeciesFeature()
◆ SubListOfSpeciesFeatures_free()
◆ SubListOfSpeciesFeatures_getComponent()
◆ SubListOfSpeciesFeatures_getId()
◆ SubListOfSpeciesFeatures_getName()
◆ SubListOfSpeciesFeatures_getNumSpeciesFeatures()
◆ SubListOfSpeciesFeatures_getRelation()
◆ SubListOfSpeciesFeatures_getRelationAsString()
◆ SubListOfSpeciesFeatures_hasRequiredAttributes()
◆ SubListOfSpeciesFeatures_isSetComponent()
◆ SubListOfSpeciesFeatures_isSetId()
◆ SubListOfSpeciesFeatures_isSetName()
◆ SubListOfSpeciesFeatures_isSetRelation()
◆ SubListOfSpeciesFeatures_isValidRelation()
| int SubListOfSpeciesFeatures_isValidRelation |
( |
Relation_t | relation | ) |
|
◆ SubListOfSpeciesFeatures_isValidRelationString()
| int SubListOfSpeciesFeatures_isValidRelationString |
( |
const char * | s | ) |
|
◆ SubListOfSpeciesFeatures_setComponent()
◆ SubListOfSpeciesFeatures_setId()
◆ SubListOfSpeciesFeatures_setName()
◆ SubListOfSpeciesFeatures_setRelation()
◆ SubListOfSpeciesFeatures_setRelationAsString()
◆ SubListOfSpeciesFeatures_unsetComponent()
◆ SubListOfSpeciesFeatures_unsetId()
◆ SubListOfSpeciesFeatures_unsetName()
◆ SubListOfSpeciesFeatures_unsetRelation()
◆ RELATION_STRINGS
| const char* RELATION_STRINGS[] |
|
static |
Initial value:=
{
"and"
, "or"
, "not"
, "unknown"
}