JESS: Getting Facts in Sorted Order

2006-02-13 Thread Eric W. Bonnett
OK, I’m very, very new to JESS and rules engines, so please forgive me for a very basic question. I have read “JESS in Action” but I’m still stumped on this one. I get that the rules engine will match all possible facts against my rule(s). I think of it as kind of an implied iteration, vers

RE: JESS: Getting Facts in Sorted Order

2006-02-14 Thread Eric W. Bonnett
    Thanks, but that only matches on the single set of facts with the lowest priority. I want to get all of the facts, I just want them to be given to the rule in order of priority. For example, given the following set of facts:   (assert     (SomethingIWant     (Name "TiV

RE: JESS: Getting Facts in Sorted Order

2006-02-14 Thread Eric W. Bonnett
latest version. Thanks, Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 10:30 AM To: jess-users@sandia.gov Subject: Re: JESS: Getting Facts in Sorted Order I think Eric W. Bonnett wrote: [Charset iso-885

RE: JESS: Getting Facts in Sorted Order

2006-02-14 Thread Eric W. Bonnett
TECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 12:03 PM To: jess-users@sandia.gov Subject: Re: JESS: Getting Facts in Sorted Order I think Eric W. Bonnett wrote: > Hmm, I don't think so. Copy\paste! :) I should have mentioned it > befo