org.drools.reteoo
Class HelloWorldBuilder

java.lang.Object
  extended byorg.drools.reteoo.HelloWorldBuilder

public class HelloWorldBuilder
extends java.lang.Object

This simple Rete builder and it create a completely unoptimised Rete, ie not JoinNodes, but is an ideal starting point to learn more about how Rete's are built. org.drools.reteoo should be consultated to get a greater undertanding of optimisations

 

Constructor Summary
HelloWorldBuilder(RuleSet ruleSet)
           
 
Method Summary
 RuleBase buildRuleBase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldBuilder

public HelloWorldBuilder(RuleSet ruleSet)
Method Detail

buildRuleBase

public RuleBase buildRuleBase()