[rules-users] Accessing an object in multiple rule

2007-06-04 Thread Rajesh.Sachin10
Hi, I asserted 4 objects of a class with class name “DemoClass” in to working memory. In rule one I am creating a reference for the DemoClass and implementing the logic. In rule2,… I am creating another reference of the DemoClass .so that time it is accessing the next asserted object

Re: [rules-users] Accessing an object in multiple rule

2007-06-04 Thread Mark Proctor
The object will be available in any rule that matches it. Mark Rajesh.Sachin10 wrote: Hi, I asserted 4 objects of a class with class name “DemoClass” in to working memory. In rule one I am creating a reference for the DemoClass and implementing the logic. In rule2,… I am creating