org.drools.base.accumulators
Interface AccumulateFunction

All Superinterfaces:
org.drools.runtime.rule.AccumulateFunction, Externalizable, Serializable, org.drools.runtime.rule.TypedAccumulateFunction

public interface AccumulateFunction
extends org.drools.runtime.rule.TypedAccumulateFunction

An interface for accumulate external function implementations


Method Summary
 
Methods inherited from interface org.drools.runtime.rule.TypedAccumulateFunction
getResultType
 
Methods inherited from interface org.drools.runtime.rule.AccumulateFunction
accumulate, createContext, getResult, init, reverse, supportsReverse
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.