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 IncrementalStringGenerator
          Creates Strings in an incremental manner.
 class UniqueScrambledStringGenerator
          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 GeneratorChain<E>
          Proxies several source generators, initially returning products of the first source as long as it is available, then of the second source and son on.
 class SimpleMultiSourceArrayGenerator<S>
          Keeps an array of generators, of which it combines the products to an array.
 class UniqueMultiSourceArrayGenerator<S>
          Creates arrays of unique combinations of the output of other generators.
 class WeightedGeneratorGenerator<E>
          Generator that wraps several other 'source generators' and assigns a weight to each one.
 

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 © 2013. All Rights Reserved.