Hi
  I am using store and fetch in order to get whatever the inference engine
has produced after a certain assertion is made, and it is working ok except
for the fact that I only get the a single value on it.

  I wrote something like:
   rete.executeCommand("(defrule Rule1 " +
                            "  (likerithm ?X ?W) " +
                            "  (sings ?Y ?W) " +
                            "  (likeartist ?X ~?Y) " +
                           " =>" +
                            "  (assert (likeartist ?X ?Y))" +
                            "  (store RESULT ?Y))");
on RESULT I am oly getting one artist and not the whole bunch of artist that
clips gets.
  How can I store and fetch all these values?

Thank you!
Luc�a Mecott


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