libSBML C API
libSBML 5.8.0 C API
|
Implementation of SBML's ListOfUnits construct.
The various ListOf___ classes in SBML are merely containers used for organizing the main components of an SBML model. All are 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.
ListOfUnits is entirely contained within UnitDefinition.