Package | Description |
---|---|
net.grinder.console.model |
The console model.
|
net.grinder.messages.console |
Messages that can be sent to the console.
|
net.grinder.statistics |
The Grinder statistics engine.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleModelViews.Listener.newStatisticExpression(ExpressionView statisticExpression)
Called when a new statistic expression has been added to the model.
|
void |
SampleModelViews.registerStatisticExpression(ExpressionView statisticExpression)
Register new statistic expression.
|
void |
SampleModelViewsImplementation.registerStatisticExpression(ExpressionView statisticExpression)
Register new statistic expression.
|
Modifier and Type | Method and Description |
---|---|
ExpressionView |
RegisterExpressionViewMessage.getExpressionView()
Get the expression view.
|
Constructor and Description |
---|
RegisterExpressionViewMessage(ExpressionView statisticsView)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExpressionView |
StatisticExpressionFactory.createExpressionView(String displayName,
StatisticExpression expression)
Creates a new
ExpressionView instance. |
ExpressionView |
StatisticExpressionFactory.createExpressionView(String displayName,
String expressionString,
boolean showForCompositeStatistics)
Creates a new
ExpressionView instance. |
ExpressionView[] |
StatisticsView.getExpressionViews()
Return our
ExpressionView s as an array. |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsView.add(ExpressionView statistic)
Add the specified
ExpressionView to this
StatisticsView . |
Copyright © 2000-2014. All Rights Reserved.