| org.databene.benerator.wrapper.RepeatGeneratorProxy
RepeatGeneratorProxy | public class RepeatGeneratorProxy extends GeneratorProxy (Code) | | A generator proxy that forwards the output of another generator with a random number of repetitions.
Created: 18.08.2007 17:08:10
|
RepeatGeneratorProxy | public RepeatGeneratorProxy()(Code) | | |
RepeatGeneratorProxy | public RepeatGeneratorProxy(Generator<E> source, Long minRepetitions, Long maxRepetitions)(Code) | | |
available | public boolean available()(Code) | | |
generate | public E generate()(Code) | | |
getMaxRepetitions | public long getMaxRepetitions()(Code) | | |
getMinRepetitions | public long getMinRepetitions()(Code) | | |
setMaxRepetitions | public void setMaxRepetitions(long maxRepetitions)(Code) | | |
setMinRepetitions | public void setMinRepetitions(long minRepetitions)(Code) | | |
validate | public void validate()(Code) | | |
|
|