Uses of Class
jadex.application.space.envsupport.evaluation.DataTable

Packages that use DataTable
jadex.application.space.envsupport.evaluation   
 

Uses of DataTable in jadex.application.space.envsupport.evaluation
 

Methods in jadex.application.space.envsupport.evaluation that return DataTable
 DataTable ITableDataProvider.getTableData(long time, double tick)
          Get the data from a data provider.
 DataTable DefaultDataProvider.getTableData(long time, double tick)
          Get the data from a data provider.
 

Methods in jadex.application.space.envsupport.evaluation with parameters of type DataTable
protected  void XYChartDataConsumer.addValue(Comparable seriesname, Object valx, Object valy, DataTable data, Object[] row)
          Add a value to a specific series of the chart.
protected  void TimeChartDataConsumer.addValue(Comparable seriesname, Object valx, Object valy, DataTable data, Object[] row)
          Add a value to a specific series of the chart.
protected  void HistogramDataConsumer.addValue(Comparable seriesname, Object valx, Object valy, DataTable data, Object[] row)
          Add a value to a specific series of the chart.
protected  void CategoryChartDataConsumer.addValue(Comparable seriesname, Object valx, Object valy, DataTable data, Object[] row)
          Add a value to a specific series of the chart.
protected abstract  void AbstractChartDataConsumer.addValue(Comparable seriesname, Object valx, Object valy, DataTable data, Object[] row)
          Add a value to a specific series of the chart.
protected  Object[] AbstractChartDataConsumer.getValues(int num, DataTable data, Object[] row, SimpleValueFetcher fetcher)
          Get the x/y values for a specific series number.
 



Copyright © 2010. All Rights Reserved.