Drools :: Core 6.1.0.Beta1

org.drools.core.phreak
Class PhreakExistsNode

java.lang.Object
  extended by org.drools.core.phreak.PhreakExistsNode

public class PhreakExistsNode
extends Object

Created with IntelliJ IDEA. User: mdproctor Date: 03/05/2013 Time: 15:46 To change this template use File | Settings | File Templates.


Constructor Summary
PhreakExistsNode()
           
 
Method Summary
 void doLeftDeletes(ExistsNode existsNode, BetaMemory bm, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
 void doLeftInserts(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples)
           
 void doLeftUpdates(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
 void doNode(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
 void doRightDeletes(ExistsNode existsNode, BetaMemory bm, InternalWorkingMemory wm, RightTupleSets srcRightTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
 void doRightInserts(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, InternalWorkingMemory wm, RightTupleSets srcRightTuples, LeftTupleSets trgLeftTuples)
           
 void doRightUpdates(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, InternalWorkingMemory wm, RightTupleSets srcRightTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhreakExistsNode

public PhreakExistsNode()
Method Detail

doNode

public void doNode(ExistsNode existsNode,
                   LeftTupleSink sink,
                   BetaMemory bm,
                   InternalWorkingMemory wm,
                   LeftTupleSets srcLeftTuples,
                   LeftTupleSets trgLeftTuples,
                   LeftTupleSets stagedLeftTuples)

doLeftInserts

public void doLeftInserts(ExistsNode existsNode,
                          LeftTupleSink sink,
                          BetaMemory bm,
                          InternalWorkingMemory wm,
                          LeftTupleSets srcLeftTuples,
                          LeftTupleSets trgLeftTuples)

doRightInserts

public void doRightInserts(ExistsNode existsNode,
                           LeftTupleSink sink,
                           BetaMemory bm,
                           InternalWorkingMemory wm,
                           RightTupleSets srcRightTuples,
                           LeftTupleSets trgLeftTuples)

doLeftUpdates

public void doLeftUpdates(ExistsNode existsNode,
                          LeftTupleSink sink,
                          BetaMemory bm,
                          InternalWorkingMemory wm,
                          LeftTupleSets srcLeftTuples,
                          LeftTupleSets trgLeftTuples,
                          LeftTupleSets stagedLeftTuples)

doRightUpdates

public void doRightUpdates(ExistsNode existsNode,
                           LeftTupleSink sink,
                           BetaMemory bm,
                           InternalWorkingMemory wm,
                           RightTupleSets srcRightTuples,
                           LeftTupleSets trgLeftTuples,
                           LeftTupleSets stagedLeftTuples)

doLeftDeletes

public void doLeftDeletes(ExistsNode existsNode,
                          BetaMemory bm,
                          InternalWorkingMemory wm,
                          LeftTupleSets srcLeftTuples,
                          LeftTupleSets trgLeftTuples,
                          LeftTupleSets stagedLeftTuples)

doRightDeletes

public void doRightDeletes(ExistsNode existsNode,
                           BetaMemory bm,
                           InternalWorkingMemory wm,
                           RightTupleSets srcRightTuples,
                           LeftTupleSets trgLeftTuples,
                           LeftTupleSets stagedLeftTuples)

Drools :: Core 6.1.0.Beta1

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