Drools :: Core 6.1.0.Beta1

org.drools.core.reteoo
Class ModifyPreviousTuples

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

public class ModifyPreviousTuples
extends Object


Constructor Summary
ModifyPreviousTuples(LeftTuple leftTuple, RightTuple rightTuple, EntryPointNode epNode)
           
 
Method Summary
 LeftTuple peekLeftTuple()
           
 RightTuple peekRightTuple()
           
 void removeLeftTuple()
           
 void removeRightTuple()
           
 void retractTuples(PropagationContext pctx, InternalWorkingMemory wm)
           
 
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,
                            EntryPointNode epNode)
Method Detail

peekLeftTuple

public LeftTuple peekLeftTuple()

peekRightTuple

public RightTuple peekRightTuple()

removeLeftTuple

public void removeLeftTuple()

removeRightTuple

public void removeRightTuple()

retractTuples

public void retractTuples(PropagationContext pctx,
                          InternalWorkingMemory wm)

Drools :: Core 6.1.0.Beta1

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