Uses of Class
org.databene.benerator.wrapper.CardinalGenerator

Packages that use CardinalGenerator
org.databene.benerator.composite   
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 InstanceArrayGenerator<S>
          Creates a stochastic number of instances of a type.
 

Uses of CardinalGenerator in org.databene.benerator.wrapper
 

Subclasses of CardinalGenerator in org.databene.benerator.wrapper
 class CollectionGenerator<C extends Collection,I>
          Combines a a random number a source generator's products into a collection.
 class RepeatGeneratorProxy<E>
          A generator proxy that forwards the output of another generator with a random number of repetitions.
 



Copyright © 2011. All Rights Reserved.