CL-GODB: Standard Generic Function IS-TERM-ID-INDEXED-P

Generic function IS-TERM-ID-INDEXED-P

Package:

GODB

Syntax:

  is-term-id-indexed-p go-handle go-id
  => 
  

Arguments and Values:

go-handle---an object of type go handle

go-id---an integer

Description:

The generic function is-term-id-indexed-p is used to determine whether a term is currently indexed by its go id. It takes two parameters, go handle, to preserve the session, and go id, the id to look for in the index. It returns an object of type TERM if the id is indexed and nothing if it is not.

Known Methods:

  •   is-term-id-indexed-p (go-handle-object go-handle) (go-id integer)
      =>   
      

Affected By:

None.

Examples:

cl-prompt: (godb:is-term-id-indexed-p mygohandle 2145)
NIL

Exceptional Situations:

None.

See Also:

IS-TERM-ACCESSION-INDEXED-P
IS-TERM-NAME-INDEXED-P

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-17
    Completed description.