wt.epm.retriever
Class RetrieverPerformanceTest.TestInfo

java.lang.Object
  extended bywt.epm.retriever.RetrieverPerformanceTest.TestInfo
Enclosing class:
RetrieverPerformanceTest

private class RetrieverPerformanceTest.TestInfo
extends Object


Field Summary
(package private)  String caption
           
(package private)  float m
           
(package private)  float m2
           
(package private)  int n
           
 
Constructor Summary
(package private) RetrieverPerformanceTest.TestInfo(String caption)
           
 
Method Summary
(package private)  void addTest(long time)
           
(package private)  int[] getConfidentInterval()
           
(package private)  int getMean()
           
(package private)  int getStandardDeviation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caption

String caption

m

float m

m2

float m2

n

int n
Constructor Detail

RetrieverPerformanceTest.TestInfo

RetrieverPerformanceTest.TestInfo(String caption)
Method Detail

addTest

void addTest(long time)

getMean

int getMean()

getStandardDeviation

int getStandardDeviation()

getConfidentInterval

int[] getConfidentInterval()