Uses of Package
org.drools.reteoo

Packages that use org.drools.reteoo
org.drools The main run-time API. 
org.drools.jsr94.rules Provides the core client APIs for using a rule engine. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
 

Classes in org.drools.reteoo used by org.drools
FactHandleFactory
           
 

Classes in org.drools.reteoo used by org.drools.jsr94.rules
FactHandleFactory
           
FactHandleImpl
          Implementation of FactHandle.
 

Classes in org.drools.reteoo used by org.drools.reteoo
Agenda
          Rule-firing Agenda.
AgendaItem
          Item entry in the Agenda.
ConditionNode
          Node which filters ReteTuples.
FactHandleFactory
           
FactHandleImpl
          Implementation of FactHandle.
FactHandleList
          Specialised array of FactHandles intended to be keyed by a Declarations index.
JoinMemory
          Memory for left and right inputs of a JoinNode.
JoinNode
          A two-input Rete-OO join node .
JoinNodeInput
          Input TupleSinkImpl for a JoinNodeImpl.
ObjectTypeNode
          Filters Objects coming from the Rete using a ObjectType semantic module.
ParameterNode
          Receives Objects from an ObjectTypeNode, and creates a ReteTuple, passing the result to the following node.
ReflectiveVisitor
          Java Tip 98: Reflect on the Visitor design pattern.
Rete
          The Rete-OO network.
ReteTuple
          Base Rete-OO Tuple implementation.
RuleBaseImpl
          Implementation of RuleBase.
Scheduler
          Scheduler for rules requiring truth duration.
TerminalNode
          Leaf Rete-OO node responsible for enacting Action s on a matched Rule.
TupleKey
          A composite key to match tuples.
TupleSet
          A set of Tuples indexed by TupleKeys.
TupleSink
          Receiver of propagated ReteTuple s from a TupleSource.
TupleSource
          A source of ReteTuple s for a TupleSink.
WorkingMemoryImpl
          Implementation of WorkingMemory.
 



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