Style Intelligence v12.0

inetsoft.graph.data
Interface CalcRow

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
TimeSeriesRow

public interface CalcRow
extends Cloneable, Serializable

This interface defines the API for calculating the row values in a dataset.


Method Summary
 List calculate(DataSet data)
          Calculate the values for the dataset.
 Comparator getComparator(String col)
          Get the comparer to sort data at the specified column.
 

Method Detail

calculate

List calculate(DataSet data)
Calculate the values for the dataset.

Returns:
the rows to append to the dataset.

getComparator

Comparator getComparator(String col)
Get the comparer to sort data at the specified column.

Parameters:
col - the specified column.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.