NextPrevUpTopContentsIndex

standard-kb-object

Class
Summary

A class of objects for use in the object base.

Superclasses

standard-object

Description

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.

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

def-kb-class
named-kb-object


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

NextPrevUpTopContentsIndex