Class PackageBuilderUtil


  • public class PackageBuilderUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isReadLocalsFromTuple​(RuleBuildContext context, org.drools.drl.ast.descr.AccumulateDescr accumDescr, org.drools.base.rule.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​(RuleBuildContext context,
                                                    org.drools.drl.ast.descr.AccumulateDescr accumDescr,
                                                    org.drools.base.rule.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: