Structure Class SBML-BASE
Package:
CL-SBML
Class Precedence List:
SBML-BASE, STRUCTURE-CLASS, T.
Slots:
- ANNOTATION: default value NIL, type (OR NULL STRING), initarg :ANNOTATION
- META-ID: default value NIL, type (OR NULL STRING XQDM:ELEM-NODE), initarg :META-ID
- NOTES: default value NIL, type (OR NULL STRING XQDM:ELEM-NODE), initarg :NOTES
Description:
The SBML-BASE structure represents the top level conceptual node in the SBML hierarchy. Most CL-SBML elements inherit it.
The accessors SBML-BASE-ANNOTATION, SBML-BASE-META-ID, and SBML-BASE-NOTES are used to extract and set the structure fields.
SBML-BASE is an "abstract" class. It is not possible to create instances of it and no constructor is provided.
Affected By:
None.
Exceptional Situations:
None.
See Also:
SBML-BASE-P, SBML-BASE-ANNOTATION, SBML-BASE-META-ID, and SBML-BASE-NOTES.
Notes:
None.