<div>I&#39;m a beginner user of Jboss, please bear with my maybe dumb questions:</div>
<div>&nbsp;</div>
<div>1. Seems to me that&nbsp;the conditions in&nbsp;a rule are always connected with &quot;AND&quot; relation:</div>
<div>&nbsp;</div>
<div>such as the following rule</div>
<div>&nbsp;</div>
<div>if C1 </div>
<div>&nbsp; C2</div>
<div>&nbsp; C3</div>
<div>then D1</div>
<div>&nbsp;</div>
<div>it means &quot;if C1 and C2 and C3, then D1&quot;</div>
<div>&nbsp;</div>
<div>Is &quot;or&quot; allowed? I mean , can I express:&nbsp; &quot;if (C1 or C2 or C3) and C4, then D1&quot; in 1 rule?</div>
<div>&nbsp;</div>
<div>Right now, I can only use&nbsp;3 rules to express it:</div>
<div>&nbsp;</div>
<div>if C1</div>
<div>&nbsp; C4</div>
<div>then D1</div>
<div>&nbsp;</div>
<div>
<div>if C2</div>
<div>&nbsp; C4</div>
<div>then D1</div>
<div>&nbsp;</div>
<div>
<div>if C3</div>
<div>&nbsp; C4</div>
<div>then D1</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>2. Can I form a link of rules? Can&nbsp;rule A&#39;s decision (the Then part) be rule B&#39;s condition (The When part)?</div>
<div>&nbsp;</div>
<div>for instance:</div>
<div>rule A: if C1, C2, C3 then D1</div>
<div>rule B: if D1, C4 then D2</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>When the complexity increases, the number of rules explodes. </div>
<div>I browsed the document and didn&#39;t find a clue. I&#39;m using the <a href="http://4.0.7.">4.0.7.</a></div>
<div>Your help is highly appreciated.</div>
<div>&nbsp;</div>
<div>&nbsp;</div></div></div>