Drools :: Core 6.0.0.Beta1

org.drools.core.phreak
Class RuleNetworkEvaluator.PhreakBranchNode

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

public static class RuleNetworkEvaluator.PhreakBranchNode
extends Object


Constructor Summary
RuleNetworkEvaluator.PhreakBranchNode()
           
 
Method Summary
 void doLeftDeletes(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
 void doLeftInserts(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples)
           
 void doLeftUpdates(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
 void doNode(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, 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.PhreakBranchNode

public RuleNetworkEvaluator.PhreakBranchNode()
Method Detail

doNode

public void doNode(ConditionalBranchNode branchNode,
                   ConditionalBranchNode.ConditionalBranchMemory cbm,
                   LeftTupleSink sink,
                   InternalWorkingMemory wm,
                   LeftTupleSets srcLeftTuples,
                   LeftTupleSets trgLeftTuples,
                   LeftTupleSets stagedLeftTuples)

doLeftInserts

public void doLeftInserts(ConditionalBranchNode branchNode,
                          ConditionalBranchNode.ConditionalBranchMemory cbm,
                          LeftTupleSink sink,
                          InternalWorkingMemory wm,
                          LeftTupleSets srcLeftTuples,
                          LeftTupleSets trgLeftTuples)

doLeftUpdates

public void doLeftUpdates(ConditionalBranchNode branchNode,
                          ConditionalBranchNode.ConditionalBranchMemory cbm,
                          LeftTupleSink sink,
                          InternalWorkingMemory wm,
                          LeftTupleSets srcLeftTuples,
                          LeftTupleSets trgLeftTuples,
                          LeftTupleSets stagedLeftTuples)

doLeftDeletes

public void doLeftDeletes(ConditionalBranchNode branchNode,
                          ConditionalBranchNode.ConditionalBranchMemory cbm,
                          InternalWorkingMemory wm,
                          LeftTupleSets srcLeftTuples,
                          LeftTupleSets trgLeftTuples,
                          LeftTupleSets stagedLeftTuples)

Drools :: Core 6.0.0.Beta1

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