Drools :: Core 6.0.0.Beta1

org.drools.core.phreak
Class RuleNetworkEvaluator.PhreakExistsNode

java.lang.Object
  extended by org.drools.core.phreak.RuleNetworkEvaluator.PhreakExistsNode
Enclosing class:
RuleNetworkEvaluator

public static class RuleNetworkEvaluator.PhreakExistsNode
extends Object


Constructor Summary
RuleNetworkEvaluator.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

RuleNetworkEvaluator.PhreakExistsNode

public RuleNetworkEvaluator.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.0.0.Beta1

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