Drools :: Core 6.1.0.Beta1

org.drools.core.phreak
Class PhreakBranchNode

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

public class PhreakBranchNode
extends Object


Constructor Summary
PhreakBranchNode()
           
 
Method Summary
 void doLeftDeletes(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples, RuleExecutor executor)
           
 void doLeftInserts(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, RuleExecutor executor)
           
 void doLeftUpdates(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples, RuleExecutor executor)
           
 void doNode(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples, RuleExecutor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhreakBranchNode

public PhreakBranchNode()
Method Detail

doNode

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

doLeftInserts

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

doLeftUpdates

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

doLeftDeletes

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

Drools :: Core 6.1.0.Beta1

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