| Interfaces | |
|---|---|
| Agenda | No description provided. |
| FactHandle | No description provided. |
| InitialFact | No description provided. |
| RuleBase | Active collection of Rules. |
| Visitor | No description provided. |
| WorkingMemory | A knowledge session for a RuleBase. |
| Classes | |
|---|---|
| QueryResult | No description provided. |
| QueryResults | No description provided. |
| RuleBaseConfiguration | RuleBaseConfiguration A class to store RuleBase related configuration. |
| RuleBaseFactory | This is a utility to create rule bases based on the type of engine you wish to use. |
| SynchronizedWorkingMemory | Each implemented method of the WorkingMemory interface is synchronised. |
| Exceptions | |
|---|---|
| CheckedDroolsException | Base RuntimeExceptiondrools Logic Engine exception. |
| FactException | Base exception indicating an error in manipulating facts. |
| IntegrationException | No description provided. |
| NoSuchFactHandleException | Indicates an attempt to retract, modify or retrieve a fact object that is no longer present. |
| NoSuchFactObjectException | Indicates an attempt to retract, modify or retrieve a fact object that is no longer present. |
| PackageIntegrationException | Indicates an error integrating a Package into a
RuleBase. |
| RuleIntegrationException | Indicates an error integrating a Rule or Package
into a RuleBase. |
| RuntimeDroolsException | The base Drools exception for all internal thrown exceptions. |