Hi!
You can use the store/fetch mechanism provided by Jess for just this
purpose. Assuming you have stored a Collection using, e.g.,
Collection buffer = new Vector();
rete.store("BUFFER", buffer);
you'd then write something like
(call (fetch BUFFER) add (new YourObject ?param-1 ... ?param-N))
on the Jess side in order to add a new object to that collection.
Greetings, 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]
---------------------------------------------------------------------