org.drools.core.reteoo
Interface RightTupleSink
- All Superinterfaces:
- Externalizable, NetworkNode, Serializable, Sink
- All Known Implementing Classes:
- AccumulateNode, BetaNode, ExistsNode, JoinNode, NotNode, WindowNode
public interface RightTupleSink
- extends Sink
getType
short getType()
- Specified by:
getType in interface NetworkNode
assertRightTuple
void assertRightTuple(RightTuple rightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
retractRightTuple
void retractRightTuple(RightTuple rightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
modifyRightTuple
void modifyRightTuple(RightTuple rightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
getRightInputOtnId
ObjectTypeNode.Id getRightInputOtnId()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.