Uses of Interface
org.drools.core.reteoo.RightTupleSink
Packages that use RightTupleSink
-
Uses of RightTupleSink in org.drools.core.common
Methods in org.drools.core.common that return RightTupleSinkModifier and TypeMethodDescriptionstatic RightTupleSinkSuperCacheFixer.getRightTupleSink(RightTuple t) -
Uses of RightTupleSink in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement RightTupleSinkModifier and TypeClassDescriptionclassAccumulateNode A beta node capable of doing accumulate logic.classclassExistsNodeextendsBetaNodeto perform tests for the existence of a Fact plus one or more conditions.classclassclassWindowNodesare nodes in theRetenetwork used to manage windows.Methods in org.drools.core.reteoo with parameters of type RightTupleSinkModifier and TypeMethodDescriptionBetaNode.createRightTuple(InternalFactHandle handle, RightTupleSink sink, PropagationContext context) Constructors in org.drools.core.reteoo with parameters of type RightTupleSinkModifierConstructorDescriptionRightTuple(InternalFactHandle handle, RightTupleSink sink) WindowTuple(InternalFactHandle handle, RightTupleSink sink, WindowTupleList list)