A matrix like this is simply a binary relation M(x,y) -&gt; Boolean. I can&#39;t see any<br>relationship to decistion tables as used by Drools.<br><br>-W<br><br><br><div class="gmail_quote">2010/10/25 kioto mitsubisi <span dir="ltr">&lt;<a href="mailto:reader_1000@hotmail.com">reader_1000@hotmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<br>






Hi all,<br>I want to use decision tables of Drools in xls format. I need tables to be matrix. <br>       C1     C2     C3<br>C1    T<br>C2    F       F<br>C3    T       T       F<br><br>My decision table should similar to something like above. It will be a symmetric matrix and the action or result will be the<br>
corresponding cell. I mean I will give the parameters say C1 and C3 and drools will tell me that it is T. <br>Can I do this?  <code><font face="Tahoma">in RuleMatrixSheetListener</font> javadoc, <font face="Tahoma">it states something like matrix style decision tables</font><font face="Tahoma"><br>
</font><font face="Tahoma">but I didn&#39;t understand anything from it. </font><br></code>                                               </div>
<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" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br>