|
libSBML Perl API
libSBML 5.16.0 Perl API
|
: Implementation of the SubListOfSpeciesFeatures class More...
Classes | |
| class | SubListOfSpeciesFeatures |
| {multi} More... | |
Enumerations | |
| enum | Relation_t { MULTI_RELATION_AND, MULTI_RELATION_OR, MULTI_RELATION_NOT, MULTI_RELATION_UNKNOWN } |
| Enumeration of possible relations between the children of a SubListOfSpeciesFeatures in the libSBML "multi" package implementation. More... | |
: Implementation of the SubListOfSpeciesFeatures class
| enum Relation_t |
Enumeration of possible relations between the children of a SubListOfSpeciesFeatures in the libSBML "multi" package implementation.
| Enumerator | |
|---|---|
| MULTI_RELATION_AND | The SpeciesFeature children of the SubListOfSpeciesFeatures share an 'and' relationship. |
| MULTI_RELATION_OR | The SpeciesFeature children of the SubListOfSpeciesFeatures share an 'or' relationship. |
| MULTI_RELATION_NOT | The SpeciesFeature children of the SubListOfSpeciesFeatures share a 'not' relationship. |
| MULTI_RELATION_UNKNOWN | The SpeciesFeature children of the SubListOfSpeciesFeatures share an unknown relationship. This value is not permitted for valid SBML models. |