I don't really know much about it other than it exists, http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-decisiontables/src/test/resources/data/CustomWorkbook.xls is the test data for it and http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetCompilerUnitTest.java testLoadCustomListener() is the unit test for it.
It's implemented in http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleMatrixSheetListener. Thomas From: [email protected] [mailto:[email protected]] On Behalf Of kioto mitsubisi Sent: 26 October 2010 08:06 To: [email protected] Subject: Re: [rules-users] matrix style decision tables Can you give me any examle or show me any tutorial/documentation so that I can learn from its basics? I couldn't find useful information in source codes or I am looking at the wrong place. ________________________________ From: [email protected] To: [email protected] Date: Mon, 25 Oct 2010 15:39:18 +0100 Subject: Re: [rules-users] matrix style decision tables 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. Thomas ________________________________ ************************************************************************************** This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the [email protected] 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. 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 **************************************************************************************
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
