CL-GODB: Standard Class GO-HANDLE

Standard Class GO-HANDLE

Package:

GODB

Class Precedence List:

GO-HANDLE, STANDARD-OBJECT, T

Slots:

  • TERM-ACCESSION-INDEX reader term-accession-index, initform (make-hash-table :test #'eq)
  • TERM-ID-INDEX reader term-id-index, initform (make-hash-table :test #'eql)
  • TERM-NAME-INDEX reader term-name-index, initform (make-hash-table :test #'equal)
  • ASSOCIATION-ACCESSION-INDEX reader association-accession-index, initarg initform (make-hash-table :test #'eq)
  • ASSOCIATION-GENE-PROD-INDEX reader association-gene-prod-index, initform (make-hash-table :test #'eql)
  • GENE-PRODUCT-SYMBOL-INDEX reader gene-product-symbol-index, initform (make-hash-table :test #'equal)
  • CONNECTION accessor connection

Description:

The GO-HANDLE class represents the backbone of CL-GODB. It is used to store the information comprising the user's session.

The readers TERM-ACCESSION-INDEX, TERM-ID-INDEX, TERM-NAME-INDEX, ASSOCIATION-ACCESSION-INDEX, ASSOCIATION-GENE-PROD-INDEX, GENE-PRODUCT-SYMBOL-INDEX can be used to read from and add entries to their respective hash tables. The accessor CONNECTION can be used to update the user's connection information.

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.