Hi all,
I have a UI to create or modify an exsiting
.clp file say x.clp and I refer this file to a Rete
object. How the new changes in .clp file is taken care
of. Let me put forth this to you in the form of
coding.
Created cluster of rules: x.clp
Java code:
Rete r = new Rete();
r.executeCommand( "(batch /x.clp)");
r.reset();
r.runUntilHalt();
After the x.clp file is modified though the UI at run
time, is that modifed x.clp file is referred to that
the Rete object automatically. Please clarrify.
[ Out of curiosity I am asking, what is the actual
process done in the step,
r.commandExecute( "( batch \x.clp)");
Does it do loading the file and execute or anything
more ]
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]
---------------------------------------------------------------------