org.drools.compiler.rule.builder.util
Class PackageBuilderUtil
java.lang.Object
org.drools.compiler.rule.builder.util.PackageBuilderUtil
public class PackageBuilderUtil
- extends Object
|
Method Summary |
static boolean |
isReadLocalsFromTuple(AccumulateDescr accumDescr,
org.drools.core.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 |
PackageBuilderUtil
public PackageBuilderUtil()
isReadLocalsFromTuple
public static boolean isReadLocalsFromTuple(AccumulateDescr accumDescr,
org.drools.core.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:
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.