Uses of Package
org.drools

Packages that use org.drools
org.drools The main run-time API. 
org.drools.event   
org.drools.jsr94.rules Provides the core client APIs for using a rule engine. 
org.drools.jsr94.rules.admin Provides the APIs for rule administration. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.rule Rule assembly components. 
org.drools.semantics.java Java Semantic Module. 
org.drools.smf Semantics Management Framework. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
 

Classes in org.drools used by org.drools
DroolsException
          Base drools Logic Engine exception.
FactException
          Base exception indicating an error in manipulating facts.
FactHandle
           
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.
RuleBase
          Active collection of Rules.
RuleIntegrationException
          Indicates an error integrating a Rule or RuleSet into a RuleBase.
RuleSetIntegrationException
          Indicates an error integrating a RuleSet into a RuleBase.
WorkingMemory
          A knowledge session for a RuleBase.
 

Classes in org.drools used by org.drools.event
FactHandle
           
WorkingMemory
          A knowledge session for a RuleBase.
 

Classes in org.drools used by org.drools.jsr94.rules
FactHandle
           
WorkingMemory
          A knowledge session for a RuleBase.
 

Classes in org.drools used by org.drools.jsr94.rules.admin
WorkingMemory
          A knowledge session for a RuleBase.
 

Classes in org.drools used by org.drools.reteoo
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.
FactHandle
           
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.
RuleBase
          Active collection of Rules.
RuleIntegrationException
          Indicates an error integrating a Rule or RuleSet into a RuleBase.
RuleSetIntegrationException
          Indicates an error integrating a RuleSet into a RuleBase.
Visitor
           
WorkingMemory
          A knowledge session for a RuleBase.
 

Classes in org.drools used by org.drools.rule
DroolsException
          Base drools Logic Engine exception.
 

Classes in org.drools used by org.drools.semantics.java
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.
WorkingMemory
          A knowledge session for a RuleBase.
 

Classes in org.drools used by org.drools.smf
DroolsException
          Base drools Logic Engine exception.
 

Classes in org.drools used by org.drools.spi
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.
FactHandle
           
WorkingMemory
          A knowledge session for a RuleBase.
 



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