A class of objects for use in the object base.
standard-object
This class is the mixin class for (unnamed) KnowledgeWorks CLOS objects.
Subclasses of standard-kb-class are typically defined using the macro def-kb-class.
standard-kb-class
(defclass driver (standard-kb-object)
((location) (allocated-truck)))
def-kb-class named-kb-object