Re: JESS: about partial match of a rule

2004-06-19 Thread ejfried
I think Guoli Li wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > sorry not to describe my problem clearly. Thanks in advace for your help. I > try to explain it here. Most partial matches -- those from rules that do any useful work, really -- involve unification between slots of

Re: JESS: about partial match of a rule

2004-06-19 Thread Guoli Li
ere a way to tell whether there is a partial match? Thanks a lot for your patience! regard, guoli - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 19, 2004 11:28 AM Subject: Re: JESS: about partial match of a rule > I

Re: JESS: about partial match of a rule

2004-06-19 Thread ejfried
I think Guoli Li wrote: [Charset iso-8859-2 unsupported, filtering to ASCII...] > Hi, all, > > Now I'm using JESS. I have a question, and I'll show it with an example. Here > are two rules: > > Rule 1: e1 ^ e2 => printout e1 and e2 happened > > Rule 2: e3 => printout e3 happend > > when e3

JESS: about partial match of a rule

2004-06-19 Thread Guoli Li
Hi, all, Now I'm using JESS. I have a question, and I'll show it with an example. Here are two rules: Rule 1: e1 ^ e2 => printout e1 and e2 happened Rule 2: e3 => printout e3 happend when e3 comes, I do the following: 1.(assert e3) 2. (run) rule 2 is fired, and e3 is only for rule 2, and I