Package org.drools.reteoo

Interfaces for the Rete-OO algorithm.

See:
          Description

Interface Summary
FactHandleFactory  
 

Class Summary
Builder Builds the Rete-OO network for a RuleSet.
DefaultFactHandleFactory  
Dumper Implementation of RuleBase.
FactHandleImpl Implementation of FactHandle.
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
ReflectiveVisitor Java Tip 98: Reflect on the Visitor design pattern.
ReteooDotDumpVisitor Produces a graph in GraphViz DOT format.
ReteooPrintDumpVisitor  
 

Exception Summary
ReteException Base exception for Rete-OO errors.
 

Package org.drools.reteoo Description

Interfaces for the Rete-OO algorithm.