Interface Summary |
Agenda |
Rule-firing Agenda. |
ConditionNode |
Node which filters ReteTuple s. |
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 Action s
on a matched Rule . |
TupleSink |
Receiver of propagated ReteTuple s from a TupleSource . |
TupleSource |
A source of Tuples s for a TupleSink . |
Interfaces for the Rete-OO algorithm.