org.drools.runtime.rule
Interface TypedAccumulateFunction

All Superinterfaces:
AccumulateFunction, Externalizable, Serializable

public interface TypedAccumulateFunction
extends AccumulateFunction

An interface for accumulate function implementations that allows the inspection of the result type.


Method Summary
 Class<?> getResultType()
          Returns the class type of the result of this function
 
Methods inherited from interface org.drools.runtime.rule.AccumulateFunction
accumulate, createContext, getResult, init, reverse, supportsReverse
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getResultType

Class<?> getResultType()
Returns the class type of the result of this function

Returns:


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