Hi all,
I plan to create a Rete manager for my rule
engine and for that first I create a Rete object and
load all the rules ( cluster ) to that. After that if
I make copies (cloning )of the Rete object, will it
comes with the rules what I have loaded or I have to
load the rules again.
Rete r1 = new Rete()
r1.executeCommand("(batch /x.clp)");
Now I make a copy of r1 to r2
Rete r2 = r1;
r2.run();
Will r2 work with the rule cluster x.clp or I have do
anything else.
Please help me to clear idea on this issue.
Thanks and regards
Chinnaswamy
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.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]
---------------------------------------------------------------------