|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.statistics.StatisticsView
public final class StatisticsView
An ordered collection of ExpressionViews.
Statistics.registerDataLogExpression(java.lang.String, java.lang.String),
Statistics.registerSummaryExpression(java.lang.String, java.lang.String)| Constructor Summary | |
|---|---|
StatisticsView()
Creates a new StatisticsView instance. |
|
| Method Summary | |
|---|---|
void |
add(ExpressionView statistic)
Add the specified ExpressionView to this
StatisticsView. |
void |
add(StatisticsView other)
Add all the ExpressionViews in other to
this StatisticsView. |
ExpressionView[] |
getExpressionViews()
Return our ExpressionViews as an array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticsView()
StatisticsView instance.
| Method Detail |
|---|
public void add(StatisticsView other)
ExpressionViews in other to
this StatisticsView.
other - Another StatisticsView.public void add(ExpressionView statistic)
ExpressionView to this
StatisticsView.
statistic - An ExpressionView.public ExpressionView[] getExpressionViews()
ExpressionViews as an array.
ExpressionViews.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||