Finds a named object in the object base.
get-kb-object object-name => object
object-name
A symbol.
object
A KnowledgeWorks CLOS object.
Returns the KnowledgeWorks object named object-name in the object base of the current inferencing state. If there is no such object an error results.
Classes of named objects can be defined using the macro def-named-kb-class.
(get-kb-object 'fred)
def-named-kb-class kb-name