CL-SBML: Structure Class FUNCTION-DEFINITION
 

Structure Class FUNCTION-DEFINITION

Package:

CL-SBML

Class Precedence List:

FUNCTION-DEFINITION, SBML-ELEMENT, SBML-BASE, STRUCTURE-CLASS, T.

Slots:

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

Description:

The instances of this structure class represent SBML function-definition definitions. A FUNCTION-DEFINITION associates an identifier to a MathML element containing a Lambda expression. The identifier can then be used in other SBML elements.

The accessors FUNCTION-DEFINITION-MATH, FUNCTION-DEFINITION-ID and FUNCTION-DEFINITION-NAME are used to extract and set the structure field (the last two accessors are available via inheritance.)

Affected By:

None.

Exceptional Situations:

None.

See Also:

SBML-ELEMENT, FUNCTION-DEFINITION-P, FUNCTION-DEFINITION-MATH, and MAKE-FUNCTION-DEFINITION.

Notes:

None.

 

News

News in chronological order, most recent on top.

  • 2005-05-04
    Completed description.