libSBML C API
libSBML 5.8.0 C API
|
Implementation of SBML's ListOfSpeciesReferences construct.
The ListOfSpeciesReferences class is used to store lists of reactants and products in a Reaction object.
As with the various other ListOf___ classes in SBML, the ListOfSpeciesReferences is merely a container used for organizing instances of other objects, in this case SpeciesReference objects. ListOfSpeciesReferences is derived from the abstract class SBase, and inherit the various attributes and subelements of SBase, such as "metaid" as and "annotation". The ListOf___ classes do not add any attributes of their own.