public class SegmentG extends AbstractSeqGenerator
maxNumberOfStepRetry, pool, scope, valueGenerator
Constructor and Description |
---|
SegmentG(TestingScope scope,
Pool pool,
int maxNumberOfStepRetry,
Generator<PARAM,STEP> valueGenerator) |
Modifier and Type | Method and Description |
---|---|
Generator<SEQ_RT_info,SEQ_RT_info> |
grey_mutators(double fieldUpdateProbability,
int maxLength) |
Generator<SEQ_RT_info,SEQ_RT_info> |
grey_nonmutators(int maxLength) |
Generator<SEQ_RT_info,SEQ_RT_info> |
grey(double fieldUpdateProbability,
int maxLength)
Extend the current sequence with a segment, up to the specified length.
|
static void |
main(java.lang.String[] args) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol_mutators(double fieldUpdateProbability,
int maxLength) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol_nonmutators(int maxLength) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol(double fieldUpdateProbability,
int maxLength) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_exc_mutators(double fieldUpdateProbability,
int maxLength) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_exc(double fieldUpdateProbability,
int maxLength) |
instrument
public SegmentG(TestingScope scope, Pool pool, int maxNumberOfStepRetry, Generator<PARAM,STEP> valueGenerator)
public Generator<SEQ_RT_info,SEQ_RT_info> grey(double fieldUpdateProbability, int maxLength)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol(double fieldUpdateProbability, int maxLength)
public Generator<SEQ_RT_info,SEQ_RT_info> no_exc(double fieldUpdateProbability, int maxLength)
public Generator<SEQ_RT_info,SEQ_RT_info> grey_mutators(double fieldUpdateProbability, int maxLength)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol_mutators(double fieldUpdateProbability, int maxLength)
public Generator<SEQ_RT_info,SEQ_RT_info> no_exc_mutators(double fieldUpdateProbability, int maxLength)
public Generator<SEQ_RT_info,SEQ_RT_info> grey_nonmutators(int maxLength)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol_nonmutators(int maxLength)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception