|
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.GraphModel
Constructor Summary | |
GraphModel()
Constructor for the GraphModel object. |
Method Summary | |
void |
addGraphListener(GraphListener listener)
Adds a feature to the ModelListener attribute of the GraphModel object. |
protected Sample |
addNewSample(long sample,
long timeStamp,
boolean success)
Adds a feature to the NewSample attribute of the GraphModel object. |
Sample |
addSample(SampleResult e)
Adds a feature to the Sample attribute of the GraphModel object. |
void |
clear()
Clears the current data of the object. |
protected void |
fireDataChanged()
|
long |
getCurrentAverage()
Gets the CurrentAverage attribute of the GraphModel object. |
long |
getCurrentData()
Gets the CurrentData attribute of the GraphModel object. |
long |
getCurrentDeviation()
Gets the CurrentDeviation attribute of the GraphModel object. |
long |
getCurrentMedian()
|
float |
getCurrentThroughput()
|
long |
getGraphMax()
|
Class |
getGuiClass()
Gets the GuiClass attribute of the GraphModel object. |
long |
getMaxSample()
Gets the Max attribute of the GraphModel object. |
String |
getName()
Gets the Name attribute of the GraphModel object. |
int |
getSampleCount()
Gets the SampleCount attribute of the GraphModel object. |
List |
getSamples()
Gets the Samples attribute of the GraphModel object. |
int |
getThroughputMax()
|
protected void |
quickUpdate(Sample s)
|
void |
setName(String name)
Sets the Name attribute of the GraphModel object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphModel()
Method Detail |
public void setName(String name)
name
- the new Name valuepublic long getCurrentData()
public long getCurrentAverage()
public long getCurrentMedian()
public long getCurrentDeviation()
public float getCurrentThroughput()
public int getSampleCount()
public List getSamples()
public Class getGuiClass()
public String getName()
public long getMaxSample()
public long getGraphMax()
public int getThroughputMax()
public void addGraphListener(GraphListener listener)
listener
- the feature to be added to the ModelListener
attributepublic Sample addSample(SampleResult e)
e
- the feature to be added to the Sample attributepublic void clear()
Clearable
clear
in interface Clearable
protected void fireDataChanged()
protected void quickUpdate(Sample s)
protected Sample addNewSample(long sample, long timeStamp, boolean success)
sample
- the feature to be added to the NewSample attribute
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |