Package org.drools

Interface Summary
FactHandle Persistent handle to an asserted fact.
RuleBase Active collection of Rules.
WorkingMemory A knowledge session for a RuleBase.
 

Class Summary
RuleBaseBuilder Factory for constructing a RuleBase.
 

Exception Summary
AssertionException Indicates an error while asserting a new root fact object into a WorkingMemory.
DroolsException Base drools Logic Engine exception.
FactException Base exception indicating an error in manipulating facts.
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.