Package org.drools.examples.templates
Class SimpleRuleTemplateExample
- java.lang.Object
-
- org.drools.examples.templates.SimpleRuleTemplateExample
-
public class SimpleRuleTemplateExample extends Object
This shows off a very simple rule template where the data provider is a spreadsheet.
-
-
Constructor Summary
Constructors Constructor Description SimpleRuleTemplateExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexecute(org.kie.api.runtime.KieContainer kc)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
execute
public static void execute(org.kie.api.runtime.KieContainer kc)
-
-