A class that provides named objects.
kw
:kb-name |
The name of the object. The default is computed by calling gentemp with the name of the class. |
The class named-kb-object
is the mixin class for named KnowledgeWorks CLOS objects.
Subclasses of named-kb-object
are typically defined using the macro def-named-kb-class.
(defclass driver (named-kb-object) ((location) (allocated-truck)))
KnowledgeWorks and Prolog User Guide (Macintosh version) - 01 Dec 2021 19:35:35