|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.console.model.SampleModelViewsImplementation
public class SampleModelViewsImplementation
Statistics views to use with the statistics from the Sample SampleModel.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.grinder.console.model.SampleModelViews |
|---|
SampleModelViews.Listener |
| Constructor Summary | |
|---|---|
SampleModelViewsImplementation(ConsoleProperties properties,
StatisticsServices statisticsServices,
SampleModel model)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addListener(SampleModelViews.Listener listener)
Add a new listener. |
StatisticsView |
getCumulativeStatisticsView()
Get the cumulative statistics view for this model. |
StatisticsView |
getIntervalStatisticsView()
Get the interval statistics view for this model. |
NumberFormat |
getNumberFormat()
Returns a NumberFormat which corresponds to the user's preference. |
TestStatisticsQueries |
getTestStatisticsQueries()
Return an object allowing access to common functions of test statistics. |
void |
registerStatisticExpression(ExpressionView statisticExpression)
Register new statistic expression. |
void |
resetStatisticsViews()
Reset the views. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleModelViewsImplementation(ConsoleProperties properties,
StatisticsServices statisticsServices,
SampleModel model)
properties - Console properties.statisticsServices - Statistic services.model - Sample model.| Method Detail |
|---|
public void resetStatisticsViews()
resetStatisticsViews in interface SampleModelViewspublic NumberFormat getNumberFormat()
getNumberFormat in interface SampleModelViewspublic void registerStatisticExpression(ExpressionView statisticExpression)
registerStatisticExpression in interface SampleModelViewsstatisticExpression - The expression.public StatisticsView getCumulativeStatisticsView()
getCumulativeStatisticsView in interface SampleModelViewspublic StatisticsView getIntervalStatisticsView()
getIntervalStatisticsView in interface SampleModelViewspublic TestStatisticsQueries getTestStatisticsQueries()
getTestStatisticsQueries in interface SampleModelViewsTestStatisticsQueries.public void addListener(SampleModelViews.Listener listener)
addListener in interface SampleModelViewslistener - The listener.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||