Package org.drools.reteoo.impl

Implementation of the Rete-OO algorithm.

See:
          Description

Interface Summary
TupleSinkImpl Receiver of propagated ReteTuples from a TupleSource.
 

Class Summary
AgendaImpl Rule-firing Agenda.
ConditionNodeImpl Node which filters ReteTuples.
ExtractionNodeImpl extraction node in the Rete-OO network.
JoinMemoryImpl Memory for left and right inputs of a JoinNode.
JoinNodeImpl A two-input Rete-OO join node.
ObjectTypeNodeImpl Filters Objects coming from the Rete using a ObjectType semantic module.
ParameterNodeImpl Receives Objects from an ObjectTypeNode, and creates a ReteTuple, passing the result to the following node.
PriorityQueue Queue that maintains the entries in sorted order.
ReteImpl The Rete-OO network.
ReteTuple Base Rete-OO Tuple implementation.
TerminalNodeImpl Leaf Rete-OO node responsible for enacting Actions on a matched Rule.
TupleSourceImpl A source of ReteTuples for a TupleSink.
 

Package org.drools.reteoo.impl Description

Implementation of the Rete-OO algorithm.



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