Re: JESS: Shadow facts, property updates, repetitive activation activity

2007-02-09 Thread Michael Smith
Jess 7.0p1 it is, then. I'll RTFM the manual for other goodies. Thanks, Mike On Feb 9, 2007, at 12:12 AM, Ernest Friedman-Hill wrote: Check out the new slot-specific declaration for deftemplates; it does exactly what you want. See

JESS: Jess editor

2007-02-09 Thread Henrique Lopes Cardoso
Hi, I have just installed Jess plugins for Eclipse, which seem to work fine. However, I also tried installing it with IBM Rational, which runs over Eclipse as well. I get an error message when I try to open a jess (.clp) file: Problems Opening Editor|Cannot open default editor on

JESS: How do I determine Jess engine has finished firing rules

2007-02-09 Thread Shi Paul
Hi there, Is there an API to determine the rule engine has completed its work. I'd like to call rete.halt() to stop the engine, but I'm wondering what if the engine is still firing rules when I call that. Can anybody shed some lights on it? Thanks, Paul

Re: JESS: How do I determine Jess engine has finished firing rules

2007-02-09 Thread Ernest Friedman-Hill
On Feb 9, 2007, at 12:15 PM, Shi Paul wrote: Hi there, Is there an API to determine the rule engine has completed its work. I'd like to call rete.halt() to stop the engine, but I'm wondering what if the engine is still firing rules when I call that. Can anybody shed some lights on it?

RE: JESS: How do I determine Jess engine has finished firing rules

2007-02-09 Thread Krasnigor, Scott L (N-AST)
The easiest thing to do is add a rule with a low salience (I use -1000) that will always match and add whatever action on the rhs that you want to use to signal all rules are done being processed. This rule will always be added to the end of the agenda, so when it fires, you know there are no