CL-GODB: Standard Generic Function HAS-SYNONYM-P

Generic function HAS-SYNONYM-P

Package:

GODB

Syntax:

  has-synonym-p go handle go-id synonym
  => result
  

Arguments and Values:

go handle---an object of type go handle

go id---a integer

synonym--- a string

result--- a boolean

Description:

The generic function has-synonym-p checks whether a proposed synonym exists. It takes three parameters, go handle, to preserve the session, go id for identifying the term, and synonym, the proposed synonym. It returns NIL if the synonym is not valid or T if it is valid.

Known Methods:

  •   has-synonym-p (go-handle-object go-handle) (go id integer) (synonym string)
      => result
      

Affected By:

None.

Examples:

cl-prompt: (godb:has-synonym-p mygohandle 2145 "killing of host cells")
NIL

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-29
    Completed description.