CL-GODB: Standard Class TERM

Standard Class TERM

Package:

GODB

Class Precedence List:

TERM, NODE STANDARD-OBJECT, T

Slots:

  • TERM-ID accessor term-id, initarg :term-id
  • NAME accessor term-name, initarg :term-name
  • ACCESSION accessor accession ,initarg :accession
  • TERM-TYPE accessor term-type ,initarg :term-type
  • DEFINITION accessor definition ,initarg :definition
  • IS-OBSOLETE accessor is-obsolete ,initarg :is-obsolete
  • IS-ROOT accessor is-root ,initarg :is-root

Description:

The Term class represents the elements of the Term table in the GO Database.

The accessors TERM-ID, TERM-NAME, ACCESSION, TERM-TYPE, DEFINITION, IS-OBSOLETE, IS-ROOT can be used to read or write their respective fields.

Affected By:

None.

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-23
    Completed description.