Package org.apache.jmeter.timers
Interface ModifiableTimer
- All Superinterfaces:
- Serializable,- Timer
- All Known Implementing Classes:
- GaussianRandomTimer,- PoissonRandomTimer,- RandomTimer,- UniformRandomTimer
This interface identifies Modifiable timers to which a factor can be applied
- Since:
- 3.1
- 
Method Summary
- 
Method Details- 
isModifiabledefault boolean isModifiable()- Specified by:
- isModifiablein interface- Timer
- Returns:
- true if factor can be applied to it
 
 
-