Uses of Interface
org.drools.core.reteoo.RightTupleSink
-
Packages that use RightTupleSink Package Description org.drools.core.reteoo -
-
Uses of RightTupleSink in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement RightTupleSink Modifier and Type Class Description classAccumulateNodeAccumulateNode A beta node capable of doing accumulate logic.classBetaNodeclassExistsNodeExistsNodeextendsBetaNodeto perform tests for the existence of a Fact plus one or more conditions.classJoinNodeclassNotNodeclassWindowNodeWindowNodesare nodes in theRetenetwork used to manage windows.Methods in org.drools.core.reteoo that return RightTupleSink Modifier and Type Method Description RightTupleSinkRightTupleImpl. getTupleSink()Methods in org.drools.core.reteoo with parameters of type RightTupleSink Modifier and Type Method Description RightTupleBetaNode. createRightTuple(InternalFactHandle handle, RightTupleSink sink, PropagationContext context)Constructors in org.drools.core.reteoo with parameters of type RightTupleSink Constructor Description RightTupleImpl(InternalFactHandle handle, RightTupleSink sink)WindowTuple(InternalFactHandle handle, RightTupleSink sink, WindowTupleList list)
-