Summary

This chapter served as an introduction to the underlying pattern matching algorithm used by Drools. An explanation on how the rules and their internal patterns and constraints are decomposed into a network of nodes was provided. Some important tips on how to improve the performance of our KIE Bases was also included.

This chapter also covered a major topic in Drools: backward-chaining. We saw how, using queries, we can construct knowledge that follows the backward reasoning concept: start from a goal and try to fulfill it. The hybrid approach between forward and backward reasoning that Drools takes gives us a powerful and very expressive way to define our knowledge.

The main differences between RETEOO (the algorithm used in previous versions ...

Get Mastering JBoss Drools 6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.