Modifier and Type | Field and Description |
---|---|
float |
all
Probability to generate
CSet.ALL or CSet.ALL_BUT_EOF |
float |
empty
Probability to generate
CSet.EMPTY |
boolean |
eof
Whether
CSet.ALL or CSet.ALL_BUT_EOF should be generated |
char |
maxChar
Maximum char value generated
|
int |
maxIntervals
Maximum number of character intervals generated
|
int |
maxSize
Maximum size of each generated interval
|
char |
minChar
Minimum char value generated
|
float |
singleton
Probability to generate singleton character set
|
Constructor and Description |
---|
Config() |
public char minChar
public char maxChar
public float empty
CSet.EMPTY
public float all
CSet.ALL
or CSet.ALL_BUT_EOF
public boolean eof
CSet.ALL
or CSet.ALL_BUT_EOF
should be generatedpublic float singleton
public int maxIntervals
public int maxSize