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

Generic function IS-TERM-NAME-INDEXED-P

Package:

GODB

Syntax:

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

Arguments and Values:

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

name---a string

Description:

The generic function is-term-accession-indexed-p is used to determine whether a term is currently indexed by its name. It takes two parameters, go handle, to preserve the session, and name, the name 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-name-indexed-p (go-handle-object go-handle) (name string)
      =>   
      

Affected By:

None.

Examples:

cl-prompt: (godb:is-term-name-indexed-p mygohandle "killing of host cells")
#<GODB:TERM 205EC37C>

Exceptional Situations:

None.

See Also:

IS-TERM-ID-INDEXED-P
IS-TERM-ACCESSION-INDEXED-P

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-17
    Completed description.