|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface NegativeExponential
NegativeExponential represents a negative exponential distribution for think or cycle time distribution.
Required Element Summary | |
---|---|
double |
cycleDeviation
The allowed deviation from the targeted time, in %. |
Optional Element Summary | |
---|---|
int |
cycleMax
The max cycle or think time in milliseconds, defaults to 5xcycleMean. |
int |
cycleMean
The mean cycle or think time in milliseconds. |
int |
cycleMin
The min cycle or think time in milliseconds. |
CycleType |
cycleType
The type of cycle to be used. |
boolean |
truncateAtMin
Whether to truncate the distribution at cycleMin shift the whole curve based on the cycleMin. |
Element Detail |
---|
public abstract double cycleDeviation
public abstract CycleType cycleType
public abstract int cycleMin
public abstract boolean truncateAtMin
public abstract int cycleMean
public abstract int cycleMax
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |