org.drools.reteoo
Interface RightTupleSink

All Superinterfaces:
Externalizable, NetworkNode, Serializable, Sink
All Known Implementing Classes:
AccumulateNode, BetaNode, ExistsNode, JoinNode, NotNode

public interface RightTupleSink
extends Sink


Method Summary
 short getType()
           
 void modifyRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void retractRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)
           
 
Methods inherited from interface org.drools.common.NetworkNode
getId, getPartitionId
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getType

short getType()

retractRightTuple

void retractRightTuple(RightTuple rightTuple,
                       PropagationContext context,
                       InternalWorkingMemory workingMemory)

modifyRightTuple

void modifyRightTuple(RightTuple rightTuple,
                      PropagationContext context,
                      InternalWorkingMemory workingMemory)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.