org.drools.reteoo
Class ModifyPreviousTuples

java.lang.Object
  extended by org.drools.reteoo.ModifyPreviousTuples

public class ModifyPreviousTuples
extends Object


Constructor Summary
ModifyPreviousTuples(LeftTuple leftTuple, RightTuple rightTuple)
           
 
Method Summary
 LeftTuple peekLeftTuple()
           
 RightTuple peekRightTuple()
           
 void removeLeftTuple()
           
 void removeRightTuple()
           
 void retractTuples(PropagationContext context, InternalWorkingMemory workingMemory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyPreviousTuples

public ModifyPreviousTuples(LeftTuple leftTuple,
                            RightTuple rightTuple)
Method Detail

peekLeftTuple

public LeftTuple peekLeftTuple()

peekRightTuple

public RightTuple peekRightTuple()

removeLeftTuple

public void removeLeftTuple()

removeRightTuple

public void removeRightTuple()

retractTuples

public void retractTuples(PropagationContext context,
                          InternalWorkingMemory workingMemory)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.