org.drools.rule.builder.util
Class PackageBuilderUtil

java.lang.Object
  extended by org.drools.rule.builder.util.PackageBuilderUtil

public class PackageBuilderUtil
extends Object


Constructor Summary
PackageBuilderUtil()
           
 
Method Summary
static boolean isReadLocalsFromTuple(AccumulateDescr accumDescr, RuleConditionElement source)
          This method checks for the conditions when local declarations should be read from a tuple instead of the right object when resolving declarations in an accumulate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageBuilderUtil

public PackageBuilderUtil()
Method Detail

isReadLocalsFromTuple

public static boolean isReadLocalsFromTuple(AccumulateDescr accumDescr,
                                            RuleConditionElement source)
This method checks for the conditions when local declarations should be read from a tuple instead of the right object when resolving declarations in an accumulate

Parameters:
accumDescr -
source -
Returns:


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