org.drools.examples.decisiontable
Class PricingRuleTemplateExample
java.lang.Object
org.drools.examples.decisiontable.PricingRuleTemplateExample
public class PricingRuleTemplateExample
- extends Object
This shows off a rule template where the data provider is a spreadsheet.
This example uses the same spreadsheet as the Decision table example (PricingRuleDTExample
)
so that you can see the difference between the two.
Note that even though they use the same spreadsheet, this example is just
concerned with the data cells and does not use any of the Decision Table data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PricingRuleTemplateExample
public PricingRuleTemplateExample()
main
public static void main(String[] args)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.