Modifier and Type | Required Element and Description |
---|---|
double |
cycleDeviation
The allowed deviation from the targeted time, in %.
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|
public abstract double cycleDeviation
public abstract CycleType cycleType
public abstract boolean truncateAtMin