Package tools.refinery.interpreter.rete.single
package tools.refinery.interpreter.rete.single
-
ClassesClassDescriptionEnsures that no identical copies get to the output.Default implementation of the Production node, based on UniquenessEnforcerNodeA bucket holds a filtered set of tuples of its parent
DiscriminatorDispatcherNode
.Node that sends tuples off to different buckets (attached as children of typeDiscriminatorBucketNode
), based on the value of a given column.This node implements a simple filter.This node filters patterns according to equalities and inequalities of elements.Differential dataflow implementation of the Production node, based onTimelyUniquenessEnforcerNode
.Timely uniqueness enforcer node implementation.This class represents a transitive closure node in the Rete net.Simply propagates everything.Trims the matchings as specified by a mask.Timeless uniqueness enforcer node implementation.A filter node that keeps only those tuples that contain a certain value at a certain position.