The batch command reads the .clp file once, then forgets about it. Any
later modifications to that file have absolutely no effect. If you
want to load the file again, you'll have to do so explicitly.

I think chinnaswamy gounder wrote:
> 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]
> ---------------------------------------------------------------------
> 



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