Modifier and Type | Class and Description |
---|---|
class |
EClassUnaryInputNode
Input node relying on the NavigationUtil base index.
|
class |
EStructuralFeatureBinaryInputNode
Input node relying on the NavigationUtil base index.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalInputEnumeratorNode
An input node representing an enumerable extensional input relation and receiving external updates.
|
class |
ExternalInputStatelessFilterNode
A filter node representing a (stateless, typically non-enumerable) extensional input relation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluatorNode |
class |
CachedFunctionEvaluatorNode |
class |
CachedPredicateEvaluatorNode |
class |
MemorylessEvaluatorNode |
class |
OutputCachingEvaluatorNode |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorNode
A special node depending on a projection indexer to aggregate tuple groups with the same projection.
|
class |
CountNode
An aggregation node that simply counts the number of tuples conforming to the signature.
|
class |
DualInputNode
Abstract superclass for nodes with two inputs that are matched against each other.
|
class |
ExistenceNode
Propagates all substitutions arriving at the PRIMARY slot if and only if (a matching substitution on the SECONDARY is
present) xor (NEGATIVE).
|
class |
GenericProjectionIndexer
A generic Indexer capable of indexing along any valid TupleMask.
|
class |
IdentityIndexer
Defines an abstract trivial indexer that identically projects the contents of some stateful node, and can therefore
save space.
|
class |
IndexerWithMemory |
class |
JoinNode |
class |
MemoryIdentityIndexer
Defines a trivial indexer that identically projects the contents of a memory-equipped node, and can therefore save
space.
|
class |
MemoryNullIndexer
Defines a trivial indexer that projects the contents of a memory-equipped node to the empty tuple, and can therefore
save space.
|
class |
NullIndexer
Defines an abstract trivial indexer that projects the contents of some stateful node to the empty tuple, and can
therefore save space.
|
class |
OnetimeIndexer |
class |
OuterJoinNode
Performs a left outer join.
|
class |
SpecializedProjectionIndexer
A specialized projection indexer that can be memory-less (relying on an external source of information).
|
class |
StandardIndexer
An abstract standard implementation of the Indexer interface, providing common bookkeeping functionality.
|
class |
TransitiveClosureNodeIndexer |
Modifier and Type | Class and Description |
---|---|
class |
RetePatternMatcher |
Modifier and Type | Class and Description |
---|---|
class |
Bag |
class |
ConstantNode
Node that always contains a single constant Tuple
|
class |
DefaultDeltaMonitor
Default configuration for DeltaMonitor.
|
class |
DeltaMonitor<MatchType>
A monitoring object that connects to the rete network as a receiver to reflect changes since an arbitrary state
acknowledged by the client.
|
class |
SimpleReceiver |
Modifier and Type | Class and Description |
---|---|
class |
StandardNode
Base implementation for a supplier node.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteReceiver
This node delivers updates to a remote recipient; no updates are propagated further in this network.
|
class |
RemoteSupplier
This node receives updates from a remote supplier; no local updates are expected.
|
Modifier and Type | Class and Description |
---|---|
class |
CallbackNode |
class |
DefaultProductionNode
Default implementation of the Production node, based on UniquenessEnforcerNode
|
class |
EqualityFilterNode |
class |
FilterNode
This node implements a simple filter.
|
class |
InequalityFilterNode
This node filters patterns according to equalities and inequalities of elements.
|
class |
SingleInputNode |
class |
TransformerNode |
class |
TransitiveClosureNode
This class represents a transitive closure node in the rete net.
|
class |
TransparentNode
Simply propagates everything.
|
class |
TrimmerNode
Trims the matchings as specified by a mask.
|
class |
UniquenessEnforcerNode
Ensures that no identical copies get to the output.
|
class |
ValueBinderFilterNode
A filter node that keeps only those tuples that contain a certain value at a certain position.
|