Uses of Class
org.ow2.clif.analyze.lib.report.Dataset
-
Packages that use Dataset Package Description org.ow2.clif.analyze.lib.graph.gui org.ow2.clif.analyze.lib.report -
-
Uses of Dataset in org.ow2.clif.analyze.lib.graph.gui
Methods in org.ow2.clif.analyze.lib.graph.gui that return Dataset Modifier and Type Method Description Dataset[]ReportManagerView. getDatasets(Section _sec)DatasetReportManagerView. getSelectedDataset()Methods in org.ow2.clif.analyze.lib.graph.gui with parameters of type Dataset Modifier and Type Method Description voidRMReportTree. addDatasetToSection(Section sec, Dataset dataset)protected booleanWizard1MainView. checkSameBladeType(Dataset dataset)voidDataAccess. computeDatasetStatistics(Dataset dataset)java.util.SortedSet<java.lang.String>DataAccess. getFieldLabels(Dataset dataset)java.util.SortedSet<java.lang.String>DataAccess. getFieldLabelsWithoutDate(Dataset dataset)longDataAccess. getFirstEventTime(Dataset dataset)longDataAccess. getLastEventTime(Dataset dataset)SectionDataAccess. getSection(Dataset current)voidReportManager. moveDatasetDown(Dataset dataset)voidReportManager. moveDatasetUp(Dataset dataset)voidReportManager. removeDataset(Dataset dataset)voidRMReportTree. selectChart(Dataset chart, int depth)voidReportManagerView. selectDataset(Dataset dataset)voidRMChartsView. selectDataset(Dataset dataset, int depth)voidRMOptionsView. selectDataset(Dataset dataset, int depth)voidRMReportTree. selectDataset(Dataset dataset, int depth)voidReportManagerView. setSelectedDataset(Dataset dataset, int depth)voidRMOptionsView. timeFilterSetEndAtLastEvent(Dataset dataset)voidRMOptionsView. timeFilterSetEndAtLastEvent(Dataset dataset, boolean b)voidRMOptionsView. timeFilterSetStartAtFirstEvent(Dataset dataset)voidRMOptionsView. timeFilterSetStartAtFirstEvent(Dataset dataset, boolean b)voidRMOptionsView. timeFilterUnsetEndAtLastEvent(Dataset dataset)voidRMOptionsView. timeFilterUnsetStartAtFirstEvent(Dataset dataset)voidReportManagerView. updateFiltering(Dataset dataset)re-computes filtering and re-generates chart for this datasetConstructors in org.ow2.clif.analyze.lib.graph.gui with parameters of type Dataset Constructor Description DatasourcesTableModel(Dataset dataset) -
Uses of Dataset in org.ow2.clif.analyze.lib.report
Subclasses of Dataset in org.ow2.clif.analyze.lib.report Modifier and Type Class Description classAggregateDatasetclassMultipleDatasetclassSimpleDatasetFields in org.ow2.clif.analyze.lib.report declared as Dataset Modifier and Type Field Description protected DatasetDatasource. datasetFields in org.ow2.clif.analyze.lib.report with type parameters of type Dataset Modifier and Type Field Description protected java.util.ArrayList<Dataset>Section. datasetsMethods in org.ow2.clif.analyze.lib.report that return Dataset Modifier and Type Method Description DatasetChartDataValues. getDataset()DatasetDatasource. getDataset()DatasetStatistics. getDataset()Methods in org.ow2.clif.analyze.lib.report that return types with arguments of type Dataset Modifier and Type Method Description java.util.ArrayList<Dataset>Section. getDatasets()Methods in org.ow2.clif.analyze.lib.report with parameters of type Dataset Modifier and Type Method Description SectionReport. addDataset(Dataset _dataset, int _order)booleanSection. addDatasetModel(Dataset dataset)SectionReport. addDatasetToReport(Dataset _dataset)booleanSection. addDatasetToSection(Dataset dataset)booleanSection. removeDataset(Dataset dataset)voidChartDataValues. setDataset(Dataset dataset)voidDatasource. setDataset(Dataset dataset)voidStatistics. setDataset(Dataset dataset)Method parameters in org.ow2.clif.analyze.lib.report with type arguments of type Dataset Modifier and Type Method Description voidSection. setDatasets(java.util.ArrayList<Dataset> datasets)Constructors in org.ow2.clif.analyze.lib.report with parameters of type Dataset 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)Datasource(java.lang.String testName, java.lang.String bladeId, java.lang.String eventType, java.lang.String field, Dataset dataset)
-