libSBML Perl API
libSBML 5.19.7 Perl API
|
: Implementation of the SubListOfSpeciesFeatures class More...
Variables | |
static const char * | RELATION_STRINGS [] |
: Implementation of the SubListOfSpeciesFeatures class
Relation_t Relation_fromString | ( | const char * | s | ) |
Returns the Relation_t enumeration corresponding to the given string or.
int Relation_isValid | ( | Relation_t | r | ) |
int Relation_isValidString | ( | const char * | code | ) |
const char * Relation_toString | ( | Relation_t | r | ) |
Returns the string version of the provided Relation_t enumeration.
r | the Relation_t enumeration value to convert. |
NULL
if the value is SubListOfSpeciesFeatures_t * SubListOfSpeciesFeatures_clone | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
SubListOfSpeciesFeatures_t * SubListOfSpeciesFeatures_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
SpeciesFeature_t * SubListOfSpeciesFeatures_createSpeciesFeature | ( | SubListOfSpeciesFeatures_t * | slosf | ) |
void SubListOfSpeciesFeatures_free | ( | SubListOfSpeciesFeatures_t * | slosf | ) |
char * SubListOfSpeciesFeatures_getComponent | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
char * SubListOfSpeciesFeatures_getId | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
char * SubListOfSpeciesFeatures_getName | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
unsigned int SubListOfSpeciesFeatures_getNumSpeciesFeatures | ( | SubListOfSpeciesFeatures_t * | slosf | ) |
Relation_t SubListOfSpeciesFeatures_getRelation | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
const char * SubListOfSpeciesFeatures_getRelationAsString | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_hasRequiredAttributes | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_isSetComponent | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_isSetId | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_isSetName | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_isSetRelation | ( | const SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_isValidRelation | ( | Relation_t | relation | ) |
int SubListOfSpeciesFeatures_isValidRelationString | ( | const char * | s | ) |
int SubListOfSpeciesFeatures_setComponent | ( | SubListOfSpeciesFeatures_t * | slosf, |
const char * | component | ||
) |
int SubListOfSpeciesFeatures_setId | ( | SubListOfSpeciesFeatures_t * | slosf, |
const char * | id | ||
) |
int SubListOfSpeciesFeatures_setName | ( | SubListOfSpeciesFeatures_t * | slosf, |
const char * | name | ||
) |
int SubListOfSpeciesFeatures_setRelation | ( | SubListOfSpeciesFeatures_t * | slosf, |
Relation_t | relation | ||
) |
int SubListOfSpeciesFeatures_setRelationAsString | ( | SubListOfSpeciesFeatures_t * | slosf, |
const char * | relation | ||
) |
int SubListOfSpeciesFeatures_unsetComponent | ( | SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_unsetId | ( | SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_unsetName | ( | SubListOfSpeciesFeatures_t * | slosf | ) |
int SubListOfSpeciesFeatures_unsetRelation | ( | SubListOfSpeciesFeatures_t * | slosf | ) |
|
static |