A class of objects for use in the object base.
kw
The class standard-kb-object
is the mixin class for (unnamed) KnowledgeWorks CLOS objects.
Subclasses of standard-kb-object
are typically defined using the macro def-kb-class.
(defclass driver (standard-kb-object) ((location) (allocated-truck)))
KnowledgeWorks and Prolog User Guide (Macintosh version) - 01 Dec 2021 19:35:35