list-system-defined-concepts [Function]


Purpose

The list-system-defined-concepts function lists all concepts that have been created by Loom in the course of classification and matching.

Syntax

list-system-defined-concepts &optional context

Arguments

The context argument specifies which context to search. If this argument is not supplied, all contexts are searched.

Value

This function returns a list of concepts and/or relations which have been defined by Loom.

Examples

(defconcept A :implies B) 
(tellm (:about Joe C D)) 
(list-system-defined-concepts) ==> (|C|A&B |C|C&D) 
(list-system-defined-concepts (find-context "CL-USER-THEORY")) ==> (|C|A&B |C|C&D)

See Also

Last modified: Jun 1 1995