org.eclipse.birt.data.engine.api.aggregation
Interface IAggregationFactory


public interface IAggregationFactory


Method Summary
 IAggrFunction getAggregation(java.lang.String name)
          get an IAggrFunction instance whos's name is name.
 java.util.List getAggregations()
          returns a list of IAggrFunction instances that current factory produces.
 

Method Detail

getAggregations

java.util.List getAggregations()
returns a list of IAggrFunction instances that current factory produces.

Returns:

getAggregation

IAggrFunction getAggregation(java.lang.String name)
get an IAggrFunction instance whos's name is name.

Parameters:
name -
Returns:


Copyright © 2008 Actuate Corp. All rights reserved.