Hi,
I am not sure if this syntax is correct for using the dynamic keyword in
definstance, so that rule engine keeps
track of changes in the property of an object.
Funcall f = new Funcall("definstance", rete);
f.add(new Value("pop", RU.ATOM));
f.add(new Value(popif[0]));
f.add(new Value("dynamic",RU.STRING));
This is not working though the object implements PropertyChangeListener. Any
ideas how to go about it..
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]
---------------------------------------------------------------------