Package io.github.krandom.api
Interface ContextAwareRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public interface ContextAwareRandomizer<T extends Object> implements Randomizer<T>
Interface for a Randomizer that is aware of the randomization it is invoked in.
Mahmoud Ben Hassine ([email protected]) </T>
-
-
Method Summary
Modifier and Type Method Description abstract Unit
setRandomizerContext(RandomizerContext context)
-
-
Method Detail
-
setRandomizerContext
abstract Unit setRandomizerContext(RandomizerContext context)
-
-
-
-