Uses of Class
org.ascape.util.data.DataSeries

Packages that use DataSeries
org.ascape.util.data   
 

Uses of DataSeries in org.ascape.util.data
 

Subclasses of DataSeries in org.ascape.util.data
 class DataSeriesStore
          A class which stores the results of measurements of data points.
 

Methods in org.ascape.util.data that return DataSeries
 DataSeries[] StatCollector.getAllDataSeries()
          Returns a data series for every statistical measure this collector is capable of generating.
 DataSeries StatCollector.getDataSeries(java.lang.String measureName)
          Returns a data series for the measure name provided.
 DataSeries DataSelection.getSelectedSeries(int index)
          Returns the series at the selection index.
 DataSeries DataGroup.getSeries(int index)
          Returns the series at the provided index.
 DataSeries DataGroup.getSeries(java.lang.String name)
          Returns the series with the provided name.
 

Methods in org.ascape.util.data with parameters of type DataSeries
 int DataGroup.getIndexOfSeries(DataSeries series)
          Returns the internal index of the series.
 boolean DataSelection.isSelected(DataSeries series)
          Is the supplied series selected in this selection?
 void DataSelection.setSelected(DataSeries series, boolean select)
          Sets the supplied series to the selection status indicated.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.