Uses of Class
org.databene.benerator.util.SimpleGenerator

Packages that use SimpleGenerator
org.databene.benerator.file   
org.databene.benerator.sample Provides Generators that are based on collections of samples. 
org.databene.benerator.wrapper Defines generators that wrap other generators and forward or convert their products 
org.databene.platform.db platform adapter for databases. 
 

Uses of SimpleGenerator in org.databene.benerator.file
 

Subclasses of SimpleGenerator in org.databene.benerator.file
 class XMLFileGenerator
          Generates XML files.
 

Uses of SimpleGenerator in org.databene.benerator.sample
 

Subclasses of SimpleGenerator in org.databene.benerator.sample
 class SeedGenerator<E>
          Generates value sequences derived from seed sequences.
 class StateGenerator<E>
          Generates states as configured by a state machine.
 

Uses of SimpleGenerator in org.databene.benerator.wrapper
 

Subclasses of SimpleGenerator in org.databene.benerator.wrapper
 class AccessingGenerator<S,P>
          Returns the results of an accessor that is applied on a constant provider object.
 

Uses of SimpleGenerator in org.databene.platform.db
 

Subclasses of SimpleGenerator in org.databene.platform.db
 class SequenceTableGenerator<E extends Number>
          Uses a database table to fetch and increment values like a database sequence.
 



Copyright © 2011. All Rights Reserved.