Package org.drools.core.reteoo
Interface RightTupleSink
-
- All Superinterfaces:
NetworkNode,Sink
- All Known Implementing Classes:
AccumulateNode,BetaNode,ExistsNode,JoinNode,NotNode,WindowNode
public interface RightTupleSink extends Sink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectTypeNode.IdgetRightInputOtnId()voidmodifyRightTuple(RightTuple rightTuple, PropagationContext context, ReteEvaluator reteEvaluator)voidretractRightTuple(RightTuple rightTuple, PropagationContext context, ReteEvaluator reteEvaluator)-
Methods inherited from interface org.drools.core.common.NetworkNode
getAssociatedRules, getAssociatedRuleSize, getAssociationsSize, getAssociationsSize, getId, getPartitionId, getType, isAssociatedWith
-
-
-
-
Method Detail
-
retractRightTuple
void retractRightTuple(RightTuple rightTuple, PropagationContext context, ReteEvaluator reteEvaluator)
-
modifyRightTuple
void modifyRightTuple(RightTuple rightTuple, PropagationContext context, ReteEvaluator reteEvaluator)
-
getRightInputOtnId
ObjectTypeNode.Id getRightInputOtnId()
-
-