|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.reteoo.HelloWorldBuilder
public class HelloWorldBuilder
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 |
---|
public HelloWorldBuilder(RuleSet ruleSet)
Method Detail |
---|
public RuleBase buildRuleBase()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |