| Class | Description |
|---|---|
| CallbackNode | |
| DefaultProductionNode |
Default implementation of the Production node, based on UniquenessEnforcerNode
|
| DiscriminatorBucketNode |
A bucket holds a filtered set of tuples of its parent
DiscriminatorDispatcherNode. |
| DiscriminatorDispatcherNode |
Node that sends tuples off to different buckets (attached as children of type
DiscriminatorBucketNode),
based on the value of a given column. |
| EqualityFilterNode | |
| FilterNode |
This node implements a simple filter.
|
| InequalityFilterNode |
This node filters patterns according to equalities and inequalities of elements.
|
| SingleInputNode | |
| TransformerNode | |
| TransitiveClosureNode |
This class represents a transitive closure node in the rete net.
|
| TransparentNode |
Simply propagates everything.
|
| TrimmerNode |
Trims the matchings as specified by a mask.
|
| UniquenessEnforcerNode |
Ensures that no identical copies get to the output.
|
| ValueBinderFilterNode |
A filter node that keeps only those tuples that contain a certain value at a certain position.
|