<br>&nbsp;&nbsp; <a href="http://downloads.jboss.com/drools/docs/4.0.1.14754GA/html/index.html">http://downloads.jboss.com/drools/docs/4.0.1.14754GA/html/index.html</a><br><br>&nbsp;&nbsp; Section <a href="http://6.5.2.1">6.5.2.1</a>.<br><br>
&nbsp;&nbsp; []s<br>&nbsp;&nbsp; Edson<br><br><br><div><span class="gmail_quote">2007/9/17, <a href="mailto:kissro@lidp.com">kissro@lidp.com</a> &lt;<a href="mailto:kissro@lidp.com">kissro@lidp.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;">
Let me preface my question by saying I&#39;m new to both Java and drools so<br>if it is silly or the answer is obvious, you know why.&nbsp;&nbsp;Given the two<br>rules below, what, if any, is the difference between the two?<br><br>
rule &quot;Low Premium&quot;<br>&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p : Policy( sex == &quot;m&quot; &amp;&amp; premium &lt; 50.00 )<br>&nbsp;&nbsp; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p.setStatus( 32 );<br>end<br><br><br>rule &quot;Low Premium&quot;<br>&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p: Policy( sex == &quot;m&quot;, premium &lt; 
50.00 )<br>&nbsp;&nbsp; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p.setStatus( 32 );<br>end<br><br><br>The first rule is from a .drl I coded and the second was generated from<br>.dsl mapping.&nbsp;&nbsp;My specific question is about the &quot;when&quot; portion.&nbsp;&nbsp;Is<br>
there a difference between the two?&nbsp;&nbsp;Does the &quot;,&quot; represent &quot;and&quot;?&nbsp;&nbsp;If<br>so, how would &quot;or&quot; be written or represented in the .dsl/.drl?<br><br>Rod<br><br>_______________________________________________
<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users
</a><br></blockquote></div><br><br clear="all"><br>-- <br>&nbsp;&nbsp;Edson Tirelli<br>&nbsp;&nbsp;Software Engineer - JBoss Rules Core Developer<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>