CL-SBML: Structure Class STOICHIOMETRY-MATH
 

Structure Class STOICHIOMETRY-MATH

Package:

CL-SBML

Class Precedence List:

STOICHIOMETRY-MATH, SBML-BASE, STRUCTURE-CLASS, T.

Slots:

  • MATH: default value NIL, type (OR NULL CONS MATHML), initarg :MATH
  • PARSED-MATH: default value NIL, type (OR NULL CONS), initarg :PARSED-MATH

Description:

The instances of this structure class represent SBML stoichiometry math definitions. These are "wrapper" elements used only in SPECIES-REFERENCEs instances.

As an added bonus, CL-SBML always tries to "parse" the STOICHIOMETRY-MATH MathML formula and to store its canonical S-expression representation in the PARSED-MATH slot.

The accessors STOICHIOMETRY-MATH-MATH, STOICHIOMETRY-MATH-PARSED-MATH, can be used to extract and set the structure fields.

Affected By:

None.

Exceptional Situations:

None.

See Also:

SBML-BASE, SPECIES-REFERENCE, STOICHIOMETRY-MATH, STOICHIOMETRY-MATH-MATH, STOICHIOMETRY-MATH-PARSED-MATH, STOICHIOMETRY-MATH-P, and MAKE-STOICHIOMETRY-MATH.

Notes:

None.

 

News

News in chronological order, most recent on top.

  • 2005-05-09
    Completed description.