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 StatisticsServices
StatisticsView
.public StatisticsView getSummaryStatisticsView()
StatisticsView
.getSummaryStatisticsView
in interface StatisticsServices
StatisticsView
.public StatisticExpressionFactory getStatisticExpressionFactory()
StatisticExpression
factory.getStatisticExpressionFactory
in interface StatisticsServices
StatisticExpressionFactoryImplementation
.public StatisticsSetFactory getStatisticsSetFactory()
StatisticsSet
factory.getStatisticsSetFactory
in interface StatisticsServices
StatisticExpressionFactoryImplementation
.public StatisticsIndexMap getStatisticsIndexMap()
StatisticsIndexMap
for the current process.getStatisticsIndexMap
in interface StatisticsServices
StatisticsIndexMap
.public TestStatisticsQueries getTestStatisticsQueries()
getTestStatisticsQueries
in interface StatisticsServices
TestStatisticsQueries
.public StatisticExpression getTPSExpression()
getTPSExpression
in interface StatisticsServices
Copyright © 2000-2014. All Rights Reserved.