Generic function IS-LEAF-NODE
Package:
GODB
Syntax:
is-leaf-node go-handle accession => result
Arguments and Values:
go-handle
---an object of type go-handle
accession
---a string
result
---a boolean
Description:
The generic function is-leaf-node is used to check if a node is a leaf. It takes two parameters, go-handle, to preserve the session, and accession, to identify the node to check. It returns T if it's a leaf, NIL if it's not.
Known Methods:
-
is-leaf-node (go-handle-object go-handle) (accession string) => result
Affected By:
None.
Examples:
cl-godb: (godb:is-leaf-node mygohandle "GO:0000126") T
Exceptional Situations:
None.
See Also:
None.
Notes:
None.
News
News in chronological order, most recent on top.
- 2005-07-29
Completed description.
© 2005, Samantha Kleinberg, all rights reserved.