Package org.drools.core.reteoo
Interface RightTupleSink
- All Superinterfaces:
NetworkNode,Serializable,Sink
- All Known Implementing Classes:
AccumulateNode,BetaNode,ExistsNode,JoinNode,NotNode,WindowNode
-
Method Summary
Modifier and TypeMethodDescriptiondefault ObjectTypeNodeIdvoidmodifyRightTuple(TupleImpl rightTuple, PropagationContext context, ReteEvaluator reteEvaluator) voidretractRightTuple(TupleImpl rightTuple, PropagationContext context, ReteEvaluator reteEvaluator) Methods inherited from interface org.drools.base.common.NetworkNode
addAssociatedTerminal, getAssociatedRules, getAssociatedTerminalsSize, getId, getPartitionId, getSinks, getType, hasAssociatedTerminal, isAssociatedWith, isRightInputIsRiaNode, removeAssociatedTerminal
-
Method Details
-
retractRightTuple
void retractRightTuple(TupleImpl rightTuple, PropagationContext context, ReteEvaluator reteEvaluator) -
modifyRightTuple
void modifyRightTuple(TupleImpl rightTuple, PropagationContext context, ReteEvaluator reteEvaluator) -
getRightInputOtnId
-