NextPrevUpTopContentsIndex

kb-name

Generic Function
Syntax

kb-name object

Arguments

object is a KnowledgeWorks named CLOS object

Description

Returns the name of the object . It is an error if the object is not a named object.

Values

A symbol which is the name of the object.

Examples
(kb-name (get-kb-object 'fred)) ; returns FRED
See also

def-named-kb-class

get-kb-object


KnowledgeWorks and Prolog User Guide (Macintosh version) - 4 Apr 2005

NextPrevUpTopContentsIndex