Generic function INDEX-TERM-BY-NAME
Package:
GODB
Syntax:
index-term-by-id go handle new term name =>
Arguments and Values:
go handle
---an object of type go handle
new term
---an object of type term
name
---a string
Description:
The generic function index-term-by-name is called when a new term object is created. It adds the new term to a hash table, indexed by its name. It takes three parameters, go handle, to preserve the session, new term, the term to be indexed, and name, which will be the key.
Known Methods:
-
index-term-by-name (go-handle-object go-handle) (term-object term) (name string) =>
Affected By:
None.
Examples:
(godb:index-term-by-name mygohandle myterm "killing of host cells")
Exceptional Situations:
None.
See Also:
INDEX-TERM-BY-ID
INDEX-TERM-BY-ACCESSION
Notes:
None.
News
News in chronological order, most recent on top.
- 2005-06-23
Completed description.
© 2005, Samantha Kleinberg, all rights reserved.