public class PatternSequenceGenerator extends Object implements Generator
start = -10
stepsize = 3
repetitions = 2
returns [ -10, -10, -7, -7, -4, -4, -1, -1, 2, 2, ... ]
Configuration examples:
| Constructor and Description |
|---|
PatternSequenceGenerator(long start,
long stepsize,
long repetitions) |
PatternSequenceGenerator(Map<String,Object> templateConfig) |
Copyright © 2018–2020 Apache Software Foundation. All rights reserved.