Structure Class SBML-ELEMENT
Package:
CL-SBML
Class Precedence List:
SBML-ELEMENT, SBML-BASE, STRUCTURE-CLASS, T.
Slots:
- ID: default value NIL, type (OR NULL STRING SID), initarg :ID
- NAME: default value "", type STRING, initarg :NAME
Description:
Most SBML elements share a ID and a NAME field. This structure class provides them both and it is used as a mixin in all the `element' definitions.
The accessors SBML-ELEMENT-ID, and SBML-ELEMENT-NAME are used to extract and set the structure fields.
Affected By:
None.
Exceptional Situations:
None.
See Also:
SBML-BASE, SBML-ELEMENT-P, SBML-ELEMENT-ID, SBML-ELEMENT-NAME, and MAKE-SBML-ELEMENT.
Notes:
None.