libSBML Perl API  libSBML 5.17.2 Perl API
SubListOfSpeciesFeatures.h File Reference

: Implementation of the SubListOfSpeciesFeatures class More...

Include dependency graph for SubListOfSpeciesFeatures.h:
This graph shows which files directly or indirectly include this file:

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...
 

Functions

Relation_t Relation_fromString (const char *code)
 Returns the Relation_t enumeration corresponding to the given string or. More...
 
const char * Relation_toString (Relation_t r)
 Returns the string version of the provided Relation_t enumeration. More...
 

Detailed Description

: Implementation of the SubListOfSpeciesFeatures class

Author
: Fengkai Zhang

Enumeration Type Documentation

◆ Relation_t

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.

Function Documentation

◆ Relation_fromString()

Relation_t Relation_fromString ( const char *  code)

Returns the Relation_t enumeration corresponding to the given string or.

◆ Relation_toString()

const char* Relation_toString ( Relation_t  r)

Returns the string version of the provided Relation_t enumeration.

Parameters
rthe Relation_t enumeration value to convert.
Returns
A string corresponding to the given type: "and", "or", "not", or NULL if the value is