org.databene.contiperf.timer
Class CumulatedTimer

java.lang.Object
  extended by org.databene.contiperf.timer.AbstractTimer
      extended by org.databene.contiperf.timer.CumulatedTimer
All Implemented Interfaces:
WaitTimer

public class CumulatedTimer
extends AbstractTimer

WaitTimer implementation which provides wait times in a range between min and max with lower probabilities for border values and higher probabilities for values close to the average.

Created: 06.04.2012 17:20:27

Since:
2.1.0
Author:
Volker Bergmann

Constructor Summary
CumulatedTimer()
           
 
Method Summary
 int getWaitTime()
           
 void init(double[] params)
           
 
Methods inherited from class org.databene.contiperf.timer.AbstractTimer
checkParamCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CumulatedTimer

public CumulatedTimer()
Method Detail

init

public void init(double[] params)

getWaitTime

public int getWaitTime()


Copyright © 2013. All Rights Reserved.