Package org.drools

The main run-time API.

See:
          Description

Interface Summary
RuleBaseRepository Interface for repository of RuleBases.
 

Class Summary
MultiRepository Aggregating RuleBaseRepository that searches multiple repositories, in order.
RuleBase Collection of Rules.
SimpleRepository Simple in-memory RuleBaseRepository.
TransactionalWorkingMemory A transactional knowledge session for a RuleBase.
WorkingMemory A knowledge session for 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.
NoSuchRuleBaseException Indicates an attempt to retrieve an unknowwn rule base.
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.
 

Package org.drools Description

The main run-time API.



Copyright © 2001-2002 The Werken Company. All Rights Reserved.