|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,ANNOTATION_TYPE}) public @interface FixedTime
The FixedTime annotation defines a fixed cycle or think time. The attributes of this annotation defines the type, time, and allowed deviation from the given time.
Required Element Summary | |
---|---|
double |
cycleDeviation
The allowed deviation from the targeted time, in %. |
Optional Element Summary | |
---|---|
int |
cycleTime
The 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 cycleTime
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |