Uses of Interface
org.drools.runtime.rule.AccumulateFunction

Packages that use AccumulateFunction
org.drools.builder.conf   
org.drools.runtime.rule The rule runtime classes. 
 

Uses of AccumulateFunction in org.drools.builder.conf
 

Methods in org.drools.builder.conf that return AccumulateFunction
 AccumulateFunction AccumulateFunctionOption.getFunction()
          Returns the accumulate function instance
 

Methods in org.drools.builder.conf with parameters of type AccumulateFunction
static AccumulateFunctionOption AccumulateFunctionOption.get(String name, AccumulateFunction function)
          This is a factory method for this AccumulateFunction configuration.
 

Uses of AccumulateFunction in org.drools.runtime.rule
 

Subinterfaces of AccumulateFunction in org.drools.runtime.rule
 interface TypedAccumulateFunction
          An interface for accumulate function implementations that allows the inspection of the result type.
 



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