Uses of Class
org.ow2.clif.analyze.lib.report.Statistics
-
Packages that use Statistics Package Description org.ow2.clif.analyze.lib.report -
-
Uses of Statistics in org.ow2.clif.analyze.lib.report
Methods in org.ow2.clif.analyze.lib.report that return Statistics Modifier and Type Method Description StatisticsDatasource. getStatistics()Methods in org.ow2.clif.analyze.lib.report that return types with arguments of type Statistics Modifier and Type Method Description java.util.List<Statistics>AggregateDataset. getStatistics()java.util.List<Statistics>Dataset. getStatistics()java.util.List<Statistics>MultipleDataset. getStatistics()java.util.List<Statistics>Section. getStatistics()java.util.List<Statistics>SimpleDataset. getStatistics()Methods in org.ow2.clif.analyze.lib.report with parameters of type Statistics Modifier and Type Method Description voidDataset. setStatistics(Statistics statistics)voidDatasource. setStatistics(Statistics statistics)Method parameters in org.ow2.clif.analyze.lib.report with type arguments of type Statistics Modifier and Type Method Description voidAggregateDataset. setStatistics(java.util.List<Statistics> _statistics)voidDataset. setStatistics(java.util.List<Statistics> statistics)voidMultipleDataset. setStatistics(java.util.List<Statistics> _statistics)voidSimpleDataset. setStatistics(java.util.List<Statistics> _statistics)
-