org.drools.examples.decisiontable
Class PricingRuleTemplateExample

java.lang.Object
  extended by 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.


Constructor Summary
PricingRuleTemplateExample()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PricingRuleTemplateExample

public PricingRuleTemplateExample()
Method Detail

main

public static void main(String[] args)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.