|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openware.loadsim.stats.Histogram
Constructor Summary | |
Histogram(int numBins,
int binSize,
Bin[] bins)
|
Method Summary | |
Bin[] |
getBins()
|
java.lang.String[] |
getLabels()
|
java.lang.Double[] |
getValues()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Histogram(int numBins, int binSize, Bin[] bins)
Method Detail |
public java.lang.String[] getLabels()
public java.lang.Double[] getValues()
public Bin[] getBins()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |