Package org.drools.reteoo

Interfaces for the Rete-OO algorithm.

See:
          Description

Interface Summary
Agenda Rule-firing Agenda.
ConditionNode Node which filters ReteTuples.
ExtractionNode Fact extraction node in the Rete-OO network.
JoinMemory Memory for left and right inputs of a JoinNode.
JoinNode A two-input Rete-OO join node.
ObjectTypeNode Filters Objects coming entering the Rete using a ObjectType semantic module.
ParameterNode Receives Objects from an ObjectTypeNode, and creates a ReteTuple, passing the result to the following node.
Rete A Rete-OO network.
TerminalNode Leaf Rete-OO node responsible for enacting Actions on a matched Rule.
TupleSink Receiver of propagated ReteTuples from a TupleSource.
TupleSource A source of Tupless for a TupleSink.
 

Class Summary
Builder Builds the Rete-OO network for a RuleSet.
 

Exception Summary
ReteException Base exception for Rete-OO errors.
 

Package org.drools.reteoo Description

Interfaces for the Rete-OO algorithm.



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