Uses of Class
adams.data.conversion.AggregateSpreadSheet.Aggregate

Packages that use AggregateSpreadSheet.Aggregate
adams.data.conversion   
 

Uses of AggregateSpreadSheet.Aggregate in adams.data.conversion
 

Fields in adams.data.conversion declared as AggregateSpreadSheet.Aggregate
protected  AggregateSpreadSheet.Aggregate[] AggregateSpreadSheet.m_Aggregates
          the aggregates to generate.
 

Methods in adams.data.conversion that return AggregateSpreadSheet.Aggregate
 AggregateSpreadSheet.Aggregate[] AggregateSpreadSheet.getAggregates()
          Returns the aggregates to calculate.
static AggregateSpreadSheet.Aggregate AggregateSpreadSheet.Aggregate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AggregateSpreadSheet.Aggregate[] AggregateSpreadSheet.Aggregate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.data.conversion with parameters of type AggregateSpreadSheet.Aggregate
protected  double AggregateSpreadSheet.computeAggregate(SpreadSheet input, List<Integer> subset, Row rowNew, int index, AggregateSpreadSheet.Aggregate agg)
          Computes the aggregate.
 void AggregateSpreadSheet.setAggregates(AggregateSpreadSheet.Aggregate[] value)
          Sets the aggregates to calculate.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.