|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Uniform
The Uniform annotation defines a uniform distribution of the cycle or think times. The attributes of this annotation defines the parameters of the uniform 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. |
int |
cycleMin
The min cycle or think time in milliseconds. |
CycleType |
cycleType
The type of cycle to be used. |
Element Detail |
---|
public abstract double cycleDeviation
public abstract CycleType cycleType
public abstract int cycleMin
public abstract int cycleMax
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |