next up previous

13.10.3 Displaying the List of Generic Functions

Displays the names of all generic functions stored in the CLIPS environment. This function has no return value.

Syntax

(list-defgenerics)

13.10.4 Displaying the List of Methods for a Generic Function

If no name is given, this function lists all generic function methods in the CLIPS environment. If a name is given, then only the methods for the named generic function are listed. The methods are listed in decreasing order of precedence (see section 8.5.2) for each generic function. Method indices can be seen using this function. This function has no return value.

Syntax

(list-defmethods [<generic-function-name>])


next up previous