|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GeneratorWrapper in org.databene.benerator.composite |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.composite | |
|---|---|
class |
DynamicInstanceArrayGenerator
Array generator that allows for dynamic change of the array length algorithm. |
class |
InstanceArrayGenerator<S>
Creates a stochastic number of instances of a type. |
class |
SimpleTypeEntityGenerator
Generates Entities that wrap a content of simple type. |
class |
SourceAwareGenerator<E>
Generator proxy that combines a 'source' entity generator
with variable support and ComponentBuilders. |
| Uses of GeneratorWrapper in org.databene.benerator.csv |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.csv | |
|---|---|
class |
LocalCSVGenerator<E>
Generates data from a localized csv file. |
class |
SequencedDatasetCSVGenerator<E>
Generates values from a dataset based on a Sequence. |
class |
WeightedDatasetCSVGenerator<E>
Generates data from a csv file set that is organized as Dataset. |
| Uses of GeneratorWrapper in org.databene.benerator.distribution |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.distribution | |
|---|---|
class |
DistributingGenerator<E>
Collects all products a source Generator is able to generate,
puts them into a list and serves the list elements based on its
Distribution. |
class |
DistributingSampleGeneratorProxy<E>
Uses a SampleGenerator and a Distribution's
Distribution.createGenerator(Class, Number, Number, Number, boolean)
method for acting as a Generator proxy. |
| Uses of GeneratorWrapper in org.databene.benerator.distribution.sequence |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.distribution.sequence | |
|---|---|
class |
ExpandGeneratorProxy<E>
GeneratorProxy implementation that supports distribution of unlimited data volumes
(provided by a source generator) in a unique or non-unique manner. |
| Uses of GeneratorWrapper in org.databene.benerator.engine |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.engine | |
|---|---|
class |
DescriptorBasedGenerator
Provides easy programmatic access to generators defined in an XML descriptor file. |
| Uses of GeneratorWrapper in org.databene.benerator.file |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.file | |
|---|---|
class |
BinaryFileContentGenerator
Provides file contents as byte arrays. |
class |
FileContentGenerator<E>
Abstract parent class for generators that generate products based on concrete files. |
class |
FileNameGenerator
Generates file and/or directory names out of a directory. |
class |
TextFileContentGenerator
Provides file contents as Strings. |
| Uses of GeneratorWrapper in org.databene.benerator.primitive |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.primitive | |
|---|---|
class |
CharacterGenerator
Generates Character values from a character set or a regular expression. |
class |
ConcatenatingGenerator
Generator implementation that wraps several String generators
and concatenates their results to a composite String. |
class |
DynamicCountGenerator
Behaves similar to the DynamicLongGenerator,
but generates maxFallback values, if max is set to null. |
class |
DynamicLongGenerator
Generator implementation that generates Long numbers,
redefining the underlying distribution on each reset() by
evaluating the min, max, precision,
distribution and unique values. |
class |
LocalSequenceGenerator
Local implementation of an increment Generator that behaves like a database sequence. |
class |
LuhnGenerator
Generates numbers that pass a Luhn test. |
class |
SeedSentenceGenerator
Generates sentences based on a seed sentence set. |
class |
TokenCombiner
Generator implementation which takes cells from a CSV file as input
and combines the cells by taking a cell value from a random row for each column
and concatenating them to a string. |
protected class |
TokenCombiner.SimpleTokenCombinator
|
| Uses of GeneratorWrapper in org.databene.benerator.primitive.datetime |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.primitive.datetime | |
|---|---|
class |
DateGenerator
creates date values by a LongGenerator. |
| Uses of GeneratorWrapper in org.databene.benerator.primitive.regex |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.primitive.regex | |
|---|---|
class |
RegexStringGenerator
Generates Strings that comply to a regular expression. |
class |
UniqueCompositeStringGenerator
Uses n String generators and appends the output of each one in each generate() call. |
| Uses of GeneratorWrapper in org.databene.benerator.sample |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.sample | |
|---|---|
class |
SequencedCSVSampleGenerator<E>
Sample Generator for values that are read from a CSV file. |
class |
StateTransitionGenerator<E>
Generates state transitions of a state machine. |
class |
WeightedCSVSampleGenerator<E>
Sample Generator for values that are read from a CSV file. |
class |
WeigthedLiteralGenerator<E>
Generates values defined by a weighted or non-weighted value list literal, like "'A'^3,'B'^2", supporting weighted random generation and uniqueness. |
| Uses of GeneratorWrapper in org.databene.benerator.util |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.util | |
|---|---|
class |
FilteringGenerator<E>
Generator proxy which takes the input of another Generator and only passes it if a boolean expression evaluates to true. |
| Uses of GeneratorWrapper in org.databene.benerator.wrapper |
|---|
| Subclasses of GeneratorWrapper in org.databene.benerator.wrapper | |
|---|---|
class |
AbstractArrayGenerator<E,A>
Common abstraction for all generators that create arrays. |
class |
AsBigDecimalGeneratorWrapper<E extends Number>
Converts the Number products of another Generator to BigDecimal. |
class |
AsBigIntegerGeneratorWrapper<E extends Number>
Converts the Number products of another Generator to BigInteger. |
class |
AsByteGeneratorWrapper<E extends Number>
Converts the Number products of another Generator to Byte. |
class |
AsDoubleGeneratorWrapper<E extends Number>
Double Generator that maps products from a generator of a different number type. |
class |
AsFloatGeneratorWrapper<E extends Number>
Converts the Number products of another Generator to Float. |
class |
AsIntegerGeneratorWrapper<E extends Number>
Converts the Number products of another Generator to Integer. |
class |
AsLongGeneratorWrapper<E extends Number>
Long Generator that maps products from a Double generator. |
class |
AsShortGeneratorWrapper<E extends Number>
Converts the Number products of another Generator to Short. |
class |
ByteArrayGenerator
Creates arrays of random length filled with random bytes. |
class |
CardinalGenerator<S,P>
Combines a a random number a source generator's products into a collection. |
class |
CollectionGenerator<C extends Collection,I>
Combines a a random number a source generator's products into a collection. |
class |
CompositeArrayGenerator<S>
Keeps an array of generators, of which it combines the products to an array. |
class |
CompositeStringGenerator
Takes the output of several source Generators and combines them to a result String. |
class |
ConvertingGenerator<S,T>
Reads products from a source Generator and applies a Converter to transform them into the target products. |
class |
CyclicGeneratorProxy<E>
Generator proxy that 'loops' through a source Generator, calling reset() each time the source becomes unavailable. |
class |
GeneratorProxy<E>
Wraps another Generator of same product type. |
class |
NShotGeneratorProxy<E>
Generator proxy which forwards a limited number of products from another generator. |
class |
RepeatGeneratorProxy<E>
A generator proxy that forwards the output of another generator with a random number of repetitions. |
class |
SimpleArrayGenerator<E>
Assembles the output of a source generator into an array of random length. |
class |
SkipGeneratorProxy<E>
This forwards a source generator's products. |
| Uses of GeneratorWrapper in org.databene.domain.address |
|---|
| Subclasses of GeneratorWrapper in org.databene.domain.address | |
|---|---|
class |
StreetNameGenerator
Generates a street name for a region. |
| Uses of GeneratorWrapper in org.databene.domain.br |
|---|
| Subclasses of GeneratorWrapper in org.databene.domain.br | |
|---|---|
class |
CNPJGenerator
Generates Brazilian CNPJ numbers. |
| Uses of GeneratorWrapper in org.databene.domain.finance |
|---|
| Subclasses of GeneratorWrapper in org.databene.domain.finance | |
|---|---|
class |
CreditCardNumberGenerator
Creates credit card numbers. |
| Uses of GeneratorWrapper in org.databene.domain.net |
|---|
| Subclasses of GeneratorWrapper in org.databene.domain.net | |
|---|---|
class |
TopLevelDomainGenerator
A TopLevelDomainGenerator. |
class |
WebmailDomainGenerator
A WebmailDomainGenerator. |
| Uses of GeneratorWrapper in org.databene.domain.organization |
|---|
| Subclasses of GeneratorWrapper in org.databene.domain.organization | |
|---|---|
class |
DepartmentNameGenerator
Creates random department names based on a Locale-specific CSV file. |
| Uses of GeneratorWrapper in org.databene.domain.person |
|---|
| Subclasses of GeneratorWrapper in org.databene.domain.person | |
|---|---|
class |
AcademicTitleGenerator
Creates a quota of academic titles. |
class |
BirthDateGenerator
Creates Date objects for a person's birth day. |
class |
FamilyNameGenerator
Generates family names. |
class |
GenderGenerator
Generates Gender objects. |
class |
GivenNameGenerator
(c) Copyright 2006 by Volker Bergmann Created: 09.06.2006 21:13:09 |
class |
NobilityTitleGenerator
Creates nobility titles at a defined quota. |
| Uses of GeneratorWrapper in org.databene.domain.product |
|---|
| Subclasses of GeneratorWrapper in org.databene.domain.product | |
|---|---|
class |
EAN13Generator
Generates 13-digits EAN codes. |
class |
EAN8Generator
Generates 8-digit EAN codes. |
class |
EANGenerator
Generates EAN8 and EAN13 codes at the configured ratio. |
| Uses of GeneratorWrapper in org.databene.platform.db |
|---|
| Subclasses of GeneratorWrapper in org.databene.platform.db | |
|---|---|
class |
QueryGenerator<E>
Generates values based on a database query. |
class |
QueryLongGenerator
Generates Long values based on a database query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||