|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.visualizers.SplineModel
Field Summary | |
protected long |
average
Average of the samples. |
protected Spline3 |
dataCurve
Current Spline curve. |
int |
DEFAULT_NUMBER_OF_NODES
|
int |
DEFAULT_REFRESH_PERIOD
|
protected long |
n
Number of collected samples. |
protected int |
numberOfNodes
|
protected int |
refreshPeriod
|
protected boolean |
SHOW_INCOMING_SAMPLES
|
protected long |
sum
Sum of the samples. |
Constructor Summary | |
SplineModel()
|
Method Summary | |
void |
add(SampleResult sampleResult)
|
void |
clear()
Clears the current data of the object. |
Collection |
getAddList()
|
long |
getAverage()
|
String |
getClassLabel()
|
long |
getCurrent()
|
Spline3 |
getDataCurve()
|
Class |
getGuiClass()
|
long |
getMaximum()
|
long |
getMinimum()
|
String |
getName()
|
int |
getNumberOfCollectedSamples()
|
long |
getSample(int i)
|
long[] |
getSamples()
|
boolean |
isEditable()
|
void |
setListener(GraphListener vis)
|
void |
setName(String newName)
|
void |
uncompile()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final int DEFAULT_NUMBER_OF_NODES
public final int DEFAULT_REFRESH_PERIOD
protected final boolean SHOW_INCOMING_SAMPLES
protected int numberOfNodes
protected int refreshPeriod
protected Spline3 dataCurve
protected long sum
protected long average
protected long n
Constructor Detail |
public SplineModel()
Method Detail |
public void setListener(GraphListener vis)
public void setName(String newName)
public boolean isEditable()
public Spline3 getDataCurve()
public Class getGuiClass()
public Collection getAddList()
public String getClassLabel()
public long getMinimum()
public long getMaximum()
public long getAverage()
public long getCurrent()
public long[] getSamples()
public long getSample(int i)
public int getNumberOfCollectedSamples()
public String getName()
public void uncompile()
public void clear()
Clearable
clear
in interface Clearable
public void add(SampleResult sampleResult)
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |