CL-SBML: Structure Class UNIT
 

Structure Class UNIT

Package:

CL-SBML

Class Precedence List:

UNIT, SBML-BASE, STRUCTURE-CLASS, T.

Slots:

  • UNIT: default value :INVALID, type UNIT-KIND, initarg :KIND
  • EXPONENT: default value 1, type FIXNUM, initarg :EXPONENT
  • SCALE: default value 0, type FIXNUM, initarg :SCALE
  • MULTIPLIER: default value 1, type FIXNUM, initarg :MULTIPLIER
  • OFFSET: default value 0.0d0, type DOUBLE-FLOAT, initarg :OFFSET

Description:

Instances of this structure class represent a (possibly transformed) reference to a base unit chosen from UNIT-KIND.

The accessors UNIT-KIND, UNIT-EXPONENT, UNIT-SCALE, UNIT-MULTIPLIER, and UNIT-OFFSET are used to extract and set the structure field.

Affected By:

None.

Exceptional Situations:

None.

See Also:

SBML-BASE, UNIT-KIND, UNIT-EXPONENT, UNIT-SCALE, UNIT-MULTIPLIER, UNIT-OFFSET, UNIT-P, and MAKE-UNIT.

Notes:

None.

 

News

News in chronological order, most recent on top.

  • 2005-05-04
    Completed description.