|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Runtime Core API | |
---|---|
org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
Compiler Core API | |
---|---|
org.drools.compiler | This is the main package to load rules. |
Compiler Utilities | |
---|---|
org.drools.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. |
org.drools.xml | This contains the parser and utilities for handling rules in XML format. |
Runtime Utilities | |
---|---|
org.drools.audit | This is a utility for providing audit trails/explanations of rule actions. |
org.drools.event | Events provide all sorts of call backs to monitor the engine as it is running. |
Decision Tables | |
---|---|
org.drools.decisiontable | This it a utility for using spreadsheets to manage rules. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |