It appears that the code in the Wiki was doing something naughty, and got caught. The Wiki page says:

[,..] you should be careful of when using WatchRouter:
* It uses package-private members in the Rete object and must, therefore, reside in the "jess" package.

These were the methods that you find are "missing" in the code. They're actually not missing: they used to be package-private, and now they're private altogether, so that code is broken. If you've got a source license, you can find the methods in the Jess source and open them up.


On Jan 16, 2008, at 7:33 PM, Nice Bright wrote:


Hi,
I have tried to use WatchRouter package in the following link :
http://herzberg.ca.sandia.gov/jesswiki/view?WatchRouter

thereare two errors in :

 engine.watching( ) and engine.watchany  ( )
are they equivalent with

engine.watch(int arg) and engine.watchAll()

thanks
Nice

---------------------------------------------------------
Ernest Friedman-Hill
Informatics & Decision Sciences          Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
PO Box 969, MS 9012                 [EMAIL PROTECTED]
Livermore, CA 94550                 http://www.jessrules.com

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