I think Ashraf Afifi wrote:
> 
> 
> Hi,
> 
> Does jess has an equivalent to clips's defmodule construct. If not, do we have a
> workaround to group rule sets.


There aren't modules - this was on the 5.0 wish list, and will likely
be on the 6.0 to-do list.

Barring modules, you can use multiple separate Rete objects in one
process, each with its own rule set. You would need to write a few
functions like "broadcast-assert" and "broadcast-retract" to keep the
knowledge bases in sync. I know this has been done more than once by
users. 


> 
> Thanks
> 
> Ashraf Afifi
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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]
> ---------------------------------------------------------------------
> 



---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
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