Uses of Class
org.jrobin.data.Aggregates

Packages that use Aggregates
org.jrobin.core core JRobin implementation. 
org.jrobin.data JRobin data management. 
 

Uses of Aggregates in org.jrobin.core
 

Methods in org.jrobin.core that return Aggregates
 Aggregates FetchData.getAggregates(String dsName)
          Returns all aggregated values (MIN, MAX, LAST, FIRST, AVERAGE or TOTAL) calculated from the fetched data for a single datasource.
 Aggregates FetchData.getRpnAggregates(String rpnExpression)
          Returns all aggregated values for a set of values calculated by applying an RPN expression to the fetched data.
 

Uses of Aggregates in org.jrobin.data
 

Methods in org.jrobin.data that return Aggregates
 Aggregates DataProcessor.getAggregates(String sourceName)
          Returns all (MIN, MAX, LAST, FIRST, AVERAGE and TOTAL) aggregated values for a single datasource.
 



Copyright © 2003-2008. All Rights Reserved.