If you want to "manage" the agenda (conflict resolution) I think you will need to 
implement:

http://herzberg.ca.sandia.gov/jess/docs/61/api/jess/Strategy.html

Otherwise, you can change the default strategy with:

(set-strategy)

Does this answer your question or am I missing the point?

alan

----- Original Message ----- 
From: "Michael Knapik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 03, 2004 11:18 AM
Subject: JESS: Jess agenda function


I have a set of 5 rules defined

I place the agenda function call as follows:

(agenda)
Rule 1 (
)
Rule 2 (
)
Rule 3(
)
Rule 4 (
)
Rule 5 (
)

Result is a list of 0 activations!!

When I place it inside the Rule 1 defiinition (RHS) the result is the set of
Rule 2-5 activations but not Rule 1 activation.
When I place it inside the Rule 2 defiinition (RHS) the result is the set of
Rule 3-5 activations but not Rule 1/2 activations
and so forth.
When it is placed on any LHS, the rule does not fire and no agenda is
produced.

So when does the agenda have all 5 rules in it such that it can be managed
accordingly?

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

--------------------------------------------------------------------
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