NextPrevUpTopContentsIndex

named-kb-object

Class
Summary

A class that provides named objects.

Superclasses

standard-kb-object

Initargs

:kb-name

The name of the object. The default is computed by calling gentemp with the name of the class.

Description

This class is the mixin class for named KnowledgeWorks CLOS objects.

Subclasses of named-kb-class are typically defined using the macro def-named-kb-class.

Examples
(defclass driver (named-kb-object)
  ((location) (allocated-truck)))
See also

get-kb-object
kb-name
def-named-kb-class
standard-kb-object


KnowledgeWorks and Prolog User Guide (Unix version) - 29 Feb 2008

NextPrevUpTopContentsIndex