Uses of Package
org.databene.benerator

Packages that use org.databene.benerator
org.databene.benerator The root package for the databene-generator library. 
org.databene.benerator.anno   
org.databene.benerator.composite   
org.databene.benerator.consumer   
org.databene.benerator.csv Provides String generators that parse CSV sources. 
org.databene.benerator.dataset   
org.databene.benerator.distribution   
org.databene.benerator.distribution.sequence   
org.databene.benerator.engine   
org.databene.benerator.engine.expression   
org.databene.benerator.engine.expression.xml   
org.databene.benerator.engine.parser.xml   
org.databene.benerator.engine.statement   
org.databene.benerator.factory   
org.databene.benerator.file   
org.databene.benerator.primitive Implements Generators for simple Java types. 
org.databene.benerator.primitive.datetime   
org.databene.benerator.primitive.number Defines a small framework for generating numbers of all built-in Java number types (byte, short, int, long, BigInteger, float, double, BigDecimal) resulting from a sequence or being distributed according a distribution function. 
org.databene.benerator.sample Provides Generators that are based on collections of samples. 
org.databene.benerator.storage   
org.databene.benerator.test   
org.databene.benerator.util Provides utility classes for data generation. 
org.databene.benerator.wrapper Defines generators that wrap other generators and forward or convert their products 
org.databene.domain.address databene domain for address data. 
org.databene.domain.br   
org.databene.domain.finance   
org.databene.domain.lang   
org.databene.domain.math   
org.databene.domain.net   
org.databene.domain.organization   
org.databene.domain.person databene domain for Person data. 
org.databene.domain.product   
org.databene.domain.us   
org.databene.platform.contiperf   
org.databene.platform.csv   
org.databene.platform.db platform adapter for databases. 
org.databene.platform.dbunit   
org.databene.platform.fixedwidth   
org.databene.platform.flat   
org.databene.platform.java platform adapter for JavaBeans. 
org.databene.platform.memstore   
org.databene.platform.script   
org.databene.platform.xls   
org.databene.platform.xml   
 

Classes in org.databene.benerator used by org.databene.benerator
BeneratorFactory
          Abstract factory class for extending Benerator.
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
GeneratorState
          The state of a generator.
PlatformDescriptor
          Descriptor interface to provide informations about Benerator platforms.
PropertyMessage
          Delivers a message that refers to a property.
 

Classes in org.databene.benerator used by org.databene.benerator.anno
Generator
          This is the basic Generator interface, the mother of all generators.
 

Classes in org.databene.benerator used by org.databene.benerator.composite
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.consumer
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.benerator.csv
Generator
          This is the basic Generator interface, the mother of all generators.
WeightedGenerator
          Parent interface for Generators that have a weight to be considered when combining Generators.
 

Classes in org.databene.benerator used by org.databene.benerator.dataset
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
WeightedGenerator
          Parent interface for Generators that have a weight to be considered when combining Generators.
 

Classes in org.databene.benerator used by org.databene.benerator.distribution
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.distribution.sequence
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
InvalidGeneratorSetupException
          Indicates invalid setup of a Generator.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.engine
BeneratorFactory
          Abstract factory class for extending Benerator.
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
 

Classes in org.databene.benerator used by org.databene.benerator.engine.expression
Generator
          This is the basic Generator interface, the mother of all generators.
 

Classes in org.databene.benerator used by org.databene.benerator.engine.expression.xml
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.benerator.engine.parser.xml
Generator
          This is the basic Generator interface, the mother of all generators.
 

Classes in org.databene.benerator used by org.databene.benerator.engine.statement
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
Generator
          This is the basic Generator interface, the mother of all generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
PlatformDescriptor
          Descriptor interface to provide informations about Benerator platforms.
 

Classes in org.databene.benerator used by org.databene.benerator.factory
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorProvider
          Provides a Generator.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.file
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.primitive
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
IllegalGeneratorStateException
          Indicates exceptional generator states that stem from inappropriate generator setup or use.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.primitive.datetime
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.primitive.number
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.sample
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
IllegalGeneratorStateException
          Indicates exceptional generator states that stem from inappropriate generator setup or use.
InvalidGeneratorSetupException
          Indicates invalid setup of a Generator.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
WeightedGenerator
          Parent interface for Generators that have a weight to be considered when combining Generators.
 

Classes in org.databene.benerator used by org.databene.benerator.storage
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
StorageSystem
          Abstract interface characterizing an Entity storage system.
 

Classes in org.databene.benerator used by org.databene.benerator.test
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
Generator
          This is the basic Generator interface, the mother of all generators.
 

Classes in org.databene.benerator used by org.databene.benerator.util
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
GeneratorState
          The state of a generator.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.benerator.wrapper
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
InvalidGeneratorSetupException
          Indicates invalid setup of a Generator.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
WeightedGenerator
          Parent interface for Generators that have a weight to be considered when combining Generators.
 

Classes in org.databene.benerator used by org.databene.domain.address
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
WeightedGenerator
          Parent interface for Generators that have a weight to be considered when combining Generators.
 

Classes in org.databene.benerator used by org.databene.domain.br
Generator
          This is the basic Generator interface, the mother of all generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.domain.finance
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.domain.lang
Generator
          This is the basic Generator interface, the mother of all generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.domain.math
Generator
          This is the basic Generator interface, the mother of all generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.domain.net
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.domain.organization
Generator
          This is the basic Generator interface, the mother of all generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
WeightedGenerator
          Parent interface for Generators that have a weight to be considered when combining Generators.
 

Classes in org.databene.benerator used by org.databene.domain.person
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
InvalidGeneratorSetupException
          Indicates invalid setup of a Generator.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.domain.product
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.domain.us
Generator
          This is the basic Generator interface, the mother of all generators.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
 

Classes in org.databene.benerator used by org.databene.platform.contiperf
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.platform.csv
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.platform.db
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
Generator
          This is the basic Generator interface, the mother of all generators.
GeneratorContext
          Provides configuration and variable space for Generators.
InvalidGeneratorSetupException
          Indicates invalid setup of a Generator.
NonNullGenerator
          Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
StorageSystem
          Abstract interface characterizing an Entity storage system.
 

Classes in org.databene.benerator used by org.databene.platform.dbunit
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.platform.fixedwidth
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.platform.flat
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.platform.java
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.platform.memstore
StorageSystem
          Abstract interface characterizing an Entity storage system.
 

Classes in org.databene.benerator used by org.databene.platform.script
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 

Classes in org.databene.benerator used by org.databene.platform.xls
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
DefaultPlatformDescriptor
          Default implementation of the PlatformDescriptor interface.
PlatformDescriptor
          Descriptor interface to provide informations about Benerator platforms.
 

Classes in org.databene.benerator used by org.databene.platform.xml
Consumer
          Abstraction of an object that consumes (possibly larger quantities of) objects.
 



Copyright © 2013. All Rights Reserved.