Hi!
> My guess is that Rete r.executeCommand ( Sring
> rule ) can be invoked for each string of rules of the
> rule set. Please confirm.
You're absolutely right.
The following procedures should be equivalent:
(1) Executing (batch <file>), which should basically do (2)
(2) Reading <file> content in a String and then calling r.execute(content),
which parses the content and does (3)
(3) Executing every single command in <file>
Thomas
--
Sent through GMX FreeMail - http://www.gmx.net
---------------------------------------------------------------------
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]
---------------------------------------------------------------------