I think that Ross Judson said:
>> There are a couple of additional techniques you can use to control rule
firing order.

FYI - There are two more ways:
1.  Flip the order in which Jess fires facts on the agenda (first activated
= first to fire) by using the (set-strategy breadth) command -- a depth
first (last activated = first to fire) strategy is the default.
2.  You can create your own strategies by creating a class that implements
the jess.Strategy interface (JIA pp. 121 sec 7.5.1-7.5.1) then pass that
class name to (set-strategy).

Cheers,

-Jason

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to