[rules-users] Use of the same reference in multipe rules

2007-06-05 Thread Rajesh.Sachin10
I asserted 3 class (Class1, Class2, Class3) in the working memory. I make an reference for the class (Class1) in the first rule. Is it possible to use the same reference in the 2nd rule? Eg: [when] class : Class1() eval(class.getVarName1() == {value1}); [then] .do

[rules-users] Use of the same reference in multipe rules

2007-06-05 Thread Rajesh.Sachin10
I asserted 3 class (Class1, Class2, Class3) in the working memory. I make an reference for the class (Class1) in the first rule. Is it possible to use the same reference in the 2nd rule? Eg: [when] class : Class1() eval(class.getVarName1() == {value1}); [then] .do