LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.dataCache.DataSet

Packages that use DataSet
org.LiveGraph.dataCache   
 

Uses of DataSet in org.LiveGraph.dataCache
 

Fields in org.LiveGraph.dataCache with type parameters of type DataSet
private  java.util.List<DataSet> DataCache.dataSets
          Stores the data in this cache.
private  java.util.Iterator<DataSet> DataSeries.DataValuesIterator.iterator
           
 

Methods in org.LiveGraph.dataCache that return DataSet
 DataSet DataCache.findDataSet(int dataFileIndex)
           
 DataSet DataCache.getDataSet(int cacheIndex)
           
 

Methods in org.LiveGraph.dataCache that return types with arguments of type DataSet
 com.softnetConsult.utils.collections.ReadOnlyIterator<DataSet> DataCache.iterateDataSets()
           
 

Methods in org.LiveGraph.dataCache with parameters of type DataSet
private  boolean DataCache.addDataSet_AllDataMode(DataSet ds)
          Adds a dataset when cache is in AllDataMode.
private  boolean DataCache.addDataSet_TailDataMode(DataSet ds)
          Adds a dataset when cache is in TailDataMode.
 void DataCache.addDataSet(DataSet ds)
          Adds a specified dataset to this cache.
private  void DataCache.includeExtremeValues(DataSet ds)
          Updates the internal state of this cache and its data series to include the min and max values of the specified dataset.
 

Constructor parameters in org.LiveGraph.dataCache with type arguments of type DataSet
DataSeries.DataValuesIterator(java.util.Iterator<DataSet> iter, int seriesIndexInCache)
           
 


LiveGraph
data visualisation and analysis framework