Is the "matrix" type doxumented anywhere?<br>-W<br><br><div class="gmail_quote">2010/10/25 Swindells, Thomas <span dir="ltr"><<a href="mailto:TSwindells@nds.com">TSwindells@nds.com</a>></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 link="blue" vlink="purple" lang="EN-GB">
<div>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">There are two type of decision tables in Drools, the standard ones and then matrix ones which are like this format. There are test cases and examples in the
source code which should give you some more details on how to use the RuleMatrixSheetListener.</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thomas</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0cm 0cm 0cm 4pt;">
<div>
<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
<p class="MsoNormal"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> <a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a> [mailto:<a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a>]
<b>On Behalf Of </b>Wolfgang Laun<br>
<b>Sent:</b> 25 October 2010 15:25<br>
<b>To:</b> Rules Users List<br>
<b>Subject:</b> Re: [rules-users] matrix style decision tables</span></p>
</div>
</div>
<p class="MsoNormal"> </p>
<p class="MsoNormal" style="margin-bottom: 12pt;">A matrix like this is simply a binary relation M(x,y) -> Boolean. I can't see any<br>
relationship to decistion tables as used by Drools.<br>
<br>
-W<br>
<br>
</p>
<div>
<p class="MsoNormal">2010/10/25 kioto mitsubisi <<a href="mailto:reader_1000@hotmail.com" target="_blank">reader_1000@hotmail.com</a>></p>
<div>
<p class="MsoNormal"><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><span style="font-size: 10pt;">in RuleMatrixSheetListener</span></code><code><span style="font-size: 10pt;"> javadoc,
</span></code><code><span style="font-size: 10pt;">it states something like matrix style decision tables</span></code><span style="font-size: 10pt;"><br>
<code><span>but I didn't understand anything from it.
</span></code></span></p>
</div>
<p class="MsoNormal" style="margin-bottom: 12pt;"><br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org" target="_blank">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></p>
</div>
<p class="MsoNormal"> </p>
</div>
</div>
<br>
<hr>
<font size="1" color="Gray" face="Arial"><br>
**************************************************************************************<br>
This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the <a href="mailto:postmaster@nds.com" target="_blank">postmaster@nds.com</a> and delete it from your system as well as any copies. The content of e-mails as well as traffic data
may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.<br>
<br>
NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00<br>
**************************************************************************************<br>
</font>
</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>