Class PackageBuilderUtil
java.lang.Object
org.drools.compiler.rule.builder.util.PackageBuilderUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisReadLocalsFromTuple(RuleBuildContext context, 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
-
Constructor Details
-
PackageBuilderUtil
public PackageBuilderUtil()
-
-
Method Details
-
isReadLocalsFromTuple
public static boolean isReadLocalsFromTuple(RuleBuildContext context, 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:
-