public final class StatisticsServicesImplementation extends Object implements StatisticsServices
StatisticsServices.| Modifier and Type | Method and Description |
|---|---|
StatisticsView |
getDetailStatisticsView()
Get the common detail
StatisticsView. |
static StatisticsServices |
getInstance()
Singleton accessor.
|
StatisticExpressionFactory |
getStatisticExpressionFactory()
Return a
StatisticExpression factory. |
StatisticsIndexMap |
getStatisticsIndexMap()
Return the
StatisticsIndexMap for the current process. |
StatisticsSetFactory |
getStatisticsSetFactory()
Return a
StatisticsSet factory. |
StatisticsView |
getSummaryStatisticsView()
Get the common summary
StatisticsView. |
TestStatisticsQueries |
getTestStatisticsQueries()
Return an object allowing access to common functions of test statistics.
|
StatisticExpression |
getTPSExpression()
Return the TPS expression.
|
public static StatisticsServices getInstance()
public StatisticsView getDetailStatisticsView()
StatisticsView.getDetailStatisticsView in interface StatisticsServicesStatisticsView.public StatisticsView getSummaryStatisticsView()
StatisticsView.getSummaryStatisticsView in interface StatisticsServicesStatisticsView.public StatisticExpressionFactory getStatisticExpressionFactory()
StatisticExpression factory.getStatisticExpressionFactory in interface StatisticsServicesStatisticExpressionFactoryImplementation.public StatisticsSetFactory getStatisticsSetFactory()
StatisticsSet factory.getStatisticsSetFactory in interface StatisticsServicesStatisticExpressionFactoryImplementation.public StatisticsIndexMap getStatisticsIndexMap()
StatisticsIndexMap for the current process.getStatisticsIndexMap in interface StatisticsServicesStatisticsIndexMap.public TestStatisticsQueries getTestStatisticsQueries()
getTestStatisticsQueries in interface StatisticsServicesTestStatisticsQueries.public StatisticExpression getTPSExpression()
getTPSExpression in interface StatisticsServicesCopyright © 2000-2014. All Rights Reserved.