Re: [rules-users] Extracting management information from the content of the rules

2012-01-04 Thread Henrique Lira
Hi Davide,interesting the possibility of inverse transformation Decision Trees. We have many rules that use DT, so if this functionality existed, it could help us to extract some of the reports we need. It is true that we still would have no information of the other rules, written in DRL for

Re: [rules-users] Extracting management information from the content of the rules

2012-01-02 Thread Henrique Lira
Hi, the rules that are working are similar to your second example ... > when > $p : Product( color == "red", country == "Italy", $x : price ) > then > $p.setPrice( $x * 0.75 ) > end and the types of reports that we need to extract from the rules are, as you set, "abstract", using the definit

[rules-users] Extracting management information from the content of the rules

2011-12-27 Thread Henrique Lira
Hi, I'm doing an evaluation of Guvnor tool, and one of the requirements that we wish to be met is the ability to extract management reports from the content of the rules. Let me explain better: assuming I have several rules that define discounts for products depending on their characteristics, h