Uses of Class
org.drools.lang.descr.AccumulateDescr

Packages that use AccumulateDescr
org.drools.compiler.xml This contains the parser and utilities for handling rules in XML format. 
org.drools.rule.builder.util   
 

Uses of AccumulateDescr in org.drools.compiler.xml
 

Methods in org.drools.compiler.xml with parameters of type AccumulateDescr
 void XmlDumper.visitAccumulateDescr(AccumulateDescr descr)
           
 

Uses of AccumulateDescr in org.drools.rule.builder.util
 

Methods in org.drools.rule.builder.util with parameters of type AccumulateDescr
static boolean PackageBuilderUtil.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
 



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