libSBML C API
5.18.0
|
Definition of SpeciesReferenceRole enum for SBML Layout_t. More...
Enumerations | |
enum | SpeciesReferenceRole_t { SPECIES_ROLE_UNDEFINED, SPECIES_ROLE_SUBSTRATE, SPECIES_ROLE_PRODUCT, SPECIES_ROLE_SIDESUBSTRATE, SPECIES_ROLE_SIDEPRODUCT, SPECIES_ROLE_MODIFIER, SPECIES_ROLE_ACTIVATOR, SPECIES_ROLE_INHIBITOR, SPECIES_ROLE_INVALID } |
SpeciesReferenceRole_t is the enumeration of possible values for the 'role' attribute of a SpeciesReferenceGlyph_t. More... | |
Definition of SpeciesReferenceRole enum for SBML Layout_t.
SpeciesReferenceRole_t is the enumeration of possible values for the 'role' attribute of a SpeciesReferenceGlyph_t.
The role attribute is of type SpeciesReferenceRole and is used to specify how the species reference should be displayed. Allowed values are 'substrate', 'product', 'sidesubstrate', 'sideproduct', 'modifier', 'activator', 'inhibitor' and 'undefined'.
This attribute is optional and should only be necessary if the optional speciesReference attribute is not given or if the respective information from the model needs to be overridden.