All Manuals > KnowledgeWorks and Prolog User Guide > 7 Reference Guide

standard-kb-object Class

Summary

A class of objects for use in the object base.

Package

kw

Superclasses

standard-object

Description

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.

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

def-kb-class
named-kb-object


KnowledgeWorks and Prolog User Guide (Unix version) - 01 Dec 2021 19:35:49