<br>&nbsp;&nbsp; Jai,<br><br>&nbsp;&nbsp; You can try:<br><br>rule &quot;Foo check with inline eval&quot;<br>
&nbsp;&nbsp;&nbsp; when<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Foo( eval( a - (b + c) &gt; 0 ) )<br>&nbsp;&nbsp;&nbsp; then <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;do actions&gt;<br>
&nbsp;end<br><br>&nbsp;&nbsp; Or, what is better IMO:<br><br>rule &quot;Foo check with return value predicate&quot;<br>

&nbsp;&nbsp;&nbsp; when<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Foo( a &gt; ( b + c ) )<br>
&nbsp;&nbsp;&nbsp; then <br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;do actions&gt;<br>

&nbsp;end<br>
<br>&nbsp;&nbsp;&nbsp; Hope it helps.<br><br>&nbsp;&nbsp;&nbsp; []s<br>&nbsp;&nbsp;&nbsp; Edson<br><br><br><div><span class="gmail_quote">2008/3/4, Jai Vasanth &lt;<a href="mailto:jaivasanth@gmail.com">jaivasanth@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br><br>&nbsp;Suppose I have a class Foo with integers a, b&nbsp; and c&nbsp; ( methods getA&nbsp; getB and getC respectively ) and I Want to check if an object of Foo satisfies<br><br>a - (b + c) &gt; 0<br><br>Is this the best way&nbsp; I go about doing this ?<br>

<br>rule &quot;Foo check&quot;<br>&nbsp;&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Foo( varA : a , varB:b, varC:c )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eval( varA - (varB + varC) &gt; 0 )<br>&nbsp;&nbsp;&nbsp; then <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;do actions&gt;<br>&nbsp;end<br><br><br><br>Writing this as <br>

<br>rule &quot;Foo check&quot;<br>
&nbsp;&nbsp;&nbsp; when<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Foo( a - (b + c) &gt; 0 )<br>&nbsp;&nbsp;&nbsp; then <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;do actions&gt;<br>
&nbsp;end<br><br>doesnt seem to work. Its not able to find the variables (a, b and c ) from the getA getB and get C methods.<br><br>Thanks<br><span class="sg"><br>Jai <br>
</span><br>_______________________________________________<br>
rules-users mailing list<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>&nbsp;&nbsp;Edson Tirelli<br>&nbsp;&nbsp;JBoss Drools Core Development<br>&nbsp;&nbsp;Office: +55 11 3529-6000<br>&nbsp;&nbsp;Mobile: +55 11 9287-5646<br>&nbsp;&nbsp;JBoss, a division of Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a>