JIDE 3.5.15

com.jidesoft.chart.model
Interface SimpleAggregation<T>

All Superinterfaces:
Aggregation<T,T>

public interface SimpleAggregation<T>
extends Aggregation<T,T>

An interface that collects together multiple items and presents one item of the same type to represent the multiple values. An example is the mean average of (some property of) a population. You can also use the same interface to provide median and mode averages, or to sum values or generate prototypical object instances.


Method Summary
 
Methods inherited from interface com.jidesoft.chart.model.Aggregation
aggregate
 


JIDE 3.5.15