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

Packages that use MultiGeneratorWrapper
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 
org.databene.domain.net   
 

Uses of MultiGeneratorWrapper in org.databene.benerator.primitive
 

Subclasses of MultiGeneratorWrapper in org.databene.benerator.primitive
 class UniqueStringGenerator
          Generates unique strings of variable length.
 

Uses of MultiGeneratorWrapper in org.databene.benerator.wrapper
 

Subclasses of MultiGeneratorWrapper in org.databene.benerator.wrapper
 class AlternativeGenerator<E>
          On each call to generate(), it chooses a generator from a collection, calls its generate() method and returns the product.
 class SimpleCompositeArrayGenerator<S>
          Keeps an array of generators, of which it combines the products to an array.
 class UniqueCompositeArrayGenerator<S>
          Creates arrays of unique combinations of the output of other generators.
 

Uses of MultiGeneratorWrapper in org.databene.domain.net
 

Subclasses of MultiGeneratorWrapper in org.databene.domain.net
 class DomainGenerator
          Creates Internet domains of companies, web mailers or random characters.
 



Copyright © 2011. All Rights Reserved.