Package org.drools

The main run-time API.

See:
          Description

Interface Summary
FactHandle  
RuleBase Active collection of Rules.
Visitor  
WorkingMemory A knowledge session for a RuleBase.
 

Class Summary
DroolsTestCase  
MockTuple  
MockWorkingMemory  
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.
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.
 

Package org.drools Description

The main run-time API.



Copyright © 2001-2004 The Codehaus. All Rights Reserved.