Uses of Class
net.grinder.statistics.StatisticsView

Packages that use StatisticsView
net.grinder.console.model The console model. 
net.grinder.statistics The Grinder statistics engine. 
 

Uses of StatisticsView in net.grinder.console.model
 

Methods in net.grinder.console.model that return StatisticsView
 StatisticsView SampleModelViews.getCumulativeStatisticsView()
          Get the cumulative statistics view for this model.
 StatisticsView SampleModelViewsImplementation.getCumulativeStatisticsView()
          Get the cumulative statistics view for this model.
 StatisticsView SampleModelViews.getIntervalStatisticsView()
          Get the interval statistics view for this model.
 StatisticsView SampleModelViewsImplementation.getIntervalStatisticsView()
          Get the interval statistics view for this model.
 

Uses of StatisticsView in net.grinder.statistics
 

Methods in net.grinder.statistics that return StatisticsView
 StatisticsView StatisticsServices.getDetailStatisticsView()
          Get the common detail StatisticsView.
 StatisticsView StatisticsServicesImplementation.getDetailStatisticsView()
          Get the common detail StatisticsView.
 StatisticsView StatisticsServices.getSummaryStatisticsView()
          Get the common summary StatisticsView.
 StatisticsView StatisticsServicesImplementation.getSummaryStatisticsView()
          Get the common summary StatisticsView.
 

Methods in net.grinder.statistics with parameters of type StatisticsView
 void StatisticsView.add(StatisticsView other)
          Add all the ExpressionViews in other to this StatisticsView.
 

Constructors in net.grinder.statistics with parameters of type StatisticsView
StatisticsTable(StatisticsView statisticsView, StatisticsIndexMap statisticsIndexMap, TestStatisticsMap testStatisticsMap)
          Creates a new StatisticsTable instance.
 



Copyright © 2000-2013. All Rights Reserved.