Package org.drools
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
FactHandle No description provided.
RuleBase Active collection of Rules.
Visitor No description provided.
WorkingMemory A knowledge session for a RuleBase.
Classes
RuleBaseBuilder Factory for constructing a RuleBase.
SynchronizedWorkingMemory Each implemented method of the WorkingMemory interface is synchronised.
Exceptions
AssertionException Indicates an error while asserting a new root fact object into a WorkingMemory.
DroolsException Base drools Logic Engine exception.
DroolsRuntimeException A wrapper exception used to soften DroolsException to a RuntimeException.
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.
RetractionException Indicates an error while retracting a root fact object from a WorkingMemory.
RuleIntegrationException Indicates an error integrating a Rule or RuleSet into a RuleBase.
RuleSetIntegrationException Indicates an error integrating a RuleSet into a RuleBase.

The main run-time API.