|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardinalGenerator | |
---|---|
org.databene.benerator.composite | |
org.databene.benerator.primitive | Implements Generators for simple Java types. |
org.databene.benerator.wrapper | Defines generators that wrap other generators and forward or convert their products |
Uses of CardinalGenerator in org.databene.benerator.composite |
---|
Subclasses of CardinalGenerator in org.databene.benerator.composite | |
---|---|
class |
SimplifyingSingleSourceArrayGenerator<S>
Creates a stochastic number of instances of a type. |
Uses of CardinalGenerator in org.databene.benerator.primitive |
---|
Subclasses of CardinalGenerator in org.databene.benerator.primitive | |
---|---|
class |
EquivalenceStringGenerator<E>
Generator which generates String s by first generating a part and a part count
and the repeating the part the generated number of times. |
class |
RandomVarLengthStringGenerator
Generates String s composed of numerical digits. |
Uses of CardinalGenerator in org.databene.benerator.wrapper |
---|
Subclasses of CardinalGenerator in org.databene.benerator.wrapper | |
---|---|
class |
ByteArrayGenerator
Creates arrays of random length filled with random bytes. |
class |
CollectionGenerator<C extends Collection,I>
Combines a a random number a source generator's products into a collection. |
class |
LengthGenerator<S,P>
Abstract parent class for Generator s that generate objects of a variable length. |
class |
RepeatGeneratorProxy<E>
A generator proxy that forwards the output of another generator with a random number of repetitions. |
class |
SingleSourceArrayGenerator<S,P>
Assembles the output of a source generator into an array of random length. |
class |
SingleSourceCollectionGenerator<I,C extends Collection<I>>
Generator which takes one or more products from a source generator and wraps them with a Collection . |
class |
SkipGeneratorProxy<E>
This forwards a source generator's products. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |