next up previous

13.7.10 Getting the Salience Evaluation Behavior

This function returns the current salience evaluation behavior (when-defined, when-activated, or every-cycle).

Syntax

(get-salience-evaluation)

13.7.11 Refreshing the Salience Value of Rules on the Agenda

This function forces reevaluation of saliences of rules on the agenda regardless of the current salience evaluation setting. This function has no return value.

Syntax

(refresh-agenda [<module-name>])

If <module-name> is unspecified, then the agenda in the current module is refreshed. If <module-name> is specified, then the agenda in the specified module is refreshed. If <module-name> is the symbol *, then the agenda in every module is refreshed.


next up previous