Hi,
I would like to have a rule work on multiple instances of an object i.e. multiple
instances on the LHS. Now do I have to do
Pop[] pop = new Pop[100];
Funcall f = new Funcall("definstance", rete);
f.add(new Value("pop", RU.ATOM));
f.add(new Value(pop[0]));
f.execute(rete.getGlobalContext());
for each instance. Can I use a pattern to assert all instances of Pop object. If I
can do it,
how do I represent it in the rule.
Thanks,
Adarsh
---------------------------------------------------------------------
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]
---------------------------------------------------------------------