Uses of Class
org.ow2.clif.analyze.statistics.util.data.StatOnLongs
-
Packages that use StatOnLongs Package Description org.ow2.clif.analyze.lib.report org.ow2.clif.analyze.statistics.util.data -
-
Uses of StatOnLongs in org.ow2.clif.analyze.lib.report
Methods in org.ow2.clif.analyze.lib.report that return StatOnLongs Modifier and Type Method Description StatOnLongsChartDataValues. getStol()StatOnLongsStatistics. getStol()StatOnLongsChartDataValues. getStolDate()StatOnLongsStatistics. getStolDate()Methods in org.ow2.clif.analyze.lib.report with parameters of type StatOnLongs Modifier and Type Method Description voidChartDataValues. setStol(StatOnLongs stol)voidStatistics. setStol(StatOnLongs stol)voidChartDataValues. setStolDate(StatOnLongs stolDate)voidStatistics. setStolDate(StatOnLongs stolDate)static java.lang.StringLogAndDebug. toTxt(StatOnLongs stol)Constructors in org.ow2.clif.analyze.lib.report with parameters of type StatOnLongs Constructor Description ChartDataValues(Dataset dataset, java.lang.String xLabel, java.lang.String yLabel, java.util.Set<Dataset.ChartType> chartTypesSet, int step, int timeWindow, StatOnLongs stol, StatOnLongs stolDate, java.lang.String name)ChartDataValues(Dataset dataset, java.lang.String xLabel, java.lang.String yLabel, java.util.Set<Dataset.ChartType> chartTypesSet, int step, int timeWindow, StatOnLongs stol, StatOnLongs stolDate, org.jfree.data.xy.XYSeriesCollection xySeriesCollection, org.jfree.data.statistics.HistogramDataset histogramDataset, org.jfree.data.category.DefaultCategoryDataset defaultCategoryDataset, java.lang.String plotName, org.jfree.chart.plot.PlotOrientation orientation, boolean bLegend, boolean bToolTips, boolean bUrls) -
Uses of StatOnLongs in org.ow2.clif.analyze.statistics.util.data
Subclasses of StatOnLongs in org.ow2.clif.analyze.statistics.util.data Modifier and Type Class Description classLongStatisticsClass for performances statistical calculation (data stored in ListOfLong) with median, average value, standard deviation ...Methods in org.ow2.clif.analyze.statistics.util.data with parameters of type StatOnLongs Modifier and Type Method Description voidStatOnLongs. addAll(StatOnLongs ls)adds a copy of ListOfLong managed by the supplied StatOnLongs in the current one managed by this LongStatistics
-