|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneratorContext | |
|---|---|
| org.databene.benerator | The root package for the databene-generator library. |
| org.databene.benerator.composite | |
| org.databene.benerator.distribution | |
| org.databene.benerator.distribution.sequence | |
| org.databene.benerator.engine | |
| org.databene.benerator.engine.statement | |
| org.databene.benerator.file | |
| org.databene.benerator.nullable | |
| 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.primitive.regex | Provides a generator that creates String that match a regular expression. |
| org.databene.benerator.sample | Provides Generators that are based on collections of samples. |
| 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.finance | |
| org.databene.domain.net | |
| org.databene.domain.organization | |
| org.databene.domain.person | databene domain for Person data. |
| org.databene.domain.product | |
| org.databene.platform.db | platform adapter for databases. |
| Uses of GeneratorContext in org.databene.benerator |
|---|
| Methods in org.databene.benerator with parameters of type GeneratorContext | |
|---|---|
void |
Generator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.composite |
|---|
| Methods in org.databene.benerator.composite with parameters of type GeneratorContext | |
|---|---|
void |
VariableAwareGenerator.init(GeneratorContext context)
|
void |
UniqueArrayGenerator.init(GeneratorContext context)
|
void |
MutatingGeneratorProxy.init(GeneratorContext context)
|
void |
MultiComponentBuilder.init(GeneratorContext context)
|
void |
DynamicInstanceArrayGenerator.init(GeneratorContext context)
|
void |
ComponentBuilder.init(GeneratorContext context)
|
void |
AbstractComponentBuilder.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.distribution |
|---|
| Methods in org.databene.benerator.distribution with parameters of type GeneratorContext | |
|---|---|
void |
WeightedLongGenerator.init(GeneratorContext context)
|
void |
WeightedDoubleGenerator.init(GeneratorContext context)
|
void |
DistributingGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.distribution.sequence |
|---|
| Methods in org.databene.benerator.distribution.sequence with parameters of type GeneratorContext | |
|---|---|
void |
WedgeLongGenerator.init(GeneratorContext context)
|
void |
WedgeDoubleGenerator.init(GeneratorContext context)
|
void |
StepLongGenerator.init(GeneratorContext context)
|
void |
StepDoubleGenerator.init(GeneratorContext context)
|
void |
ShuffleLongGenerator.init(GeneratorContext context)
|
void |
ShuffleDoubleGenerator.init(GeneratorContext context)
|
void |
RandomWalkLongGenerator.init(GeneratorContext context)
|
void |
RandomWalkDoubleGenerator.init(GeneratorContext context)
|
void |
RandomLongGenerator.init(GeneratorContext context)
|
void |
ExpandGeneratorProxy.init(GeneratorContext context)
|
void |
CumulatedLongGenerator.init(GeneratorContext context)
|
void |
CumulatedDoubleGenerator.init(GeneratorContext context)
|
void |
BitReverseNaturalNumberGenerator.init(GeneratorContext context)
|
void |
BitReverseLongGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.engine |
|---|
| Classes in org.databene.benerator.engine that implement GeneratorContext | |
|---|---|
class |
BeneratorContext
A BeneratorContext. |
| Uses of GeneratorContext in org.databene.benerator.engine.statement |
|---|
| Methods in org.databene.benerator.engine.statement with parameters of type GeneratorContext | |
|---|---|
java.lang.Long |
GeneratorStatement.generateCount(GeneratorContext context)
|
java.lang.Long |
GenerateOrIterateStatement.generateCount(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.file |
|---|
| Methods in org.databene.benerator.file with parameters of type GeneratorContext | |
|---|---|
void |
XMLFileGenerator.init(GeneratorContext context)
|
void |
FileGenerator.init(GeneratorContext context)
|
void |
FileContentGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.nullable |
|---|
| Methods in org.databene.benerator.nullable with parameters of type GeneratorContext | |
|---|---|
void |
NullInjectingGeneratorProxy.init(GeneratorContext context)
|
void |
NullableGeneratorWrapper.init(GeneratorContext context)
|
void |
NullableGenerator.init(GeneratorContext context)
|
void |
AbstractNullableGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.primitive |
|---|
| Methods in org.databene.benerator.primitive with parameters of type GeneratorContext | |
|---|---|
void |
UniqueStringGenerator.init(GeneratorContext context)
|
void |
UniqueFixedLengthStringGenerator.init(GeneratorContext context)
|
void |
SeedWordGenerator.init(GeneratorContext context)
|
void |
HiLoGenerator.init(GeneratorContext context)
|
void |
DynamicLongGenerator.init(GeneratorContext context)
ensures consistency of the state |
void |
CharacterGenerator.init(GeneratorContext context)
Initializes the generator's state. |
| Uses of GeneratorContext in org.databene.benerator.primitive.datetime |
|---|
| Methods in org.databene.benerator.primitive.datetime with parameters of type GeneratorContext | |
|---|---|
void |
DateTimeGenerator.init(GeneratorContext context)
|
void |
DateGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.primitive.number |
|---|
| Methods in org.databene.benerator.primitive.number with parameters of type GeneratorContext | |
|---|---|
void |
RecurrenceRelationNumberGenerator.init(GeneratorContext context)
|
void |
AbstractNumberGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.primitive.regex |
|---|
| Methods in org.databene.benerator.primitive.regex with parameters of type GeneratorContext | |
|---|---|
void |
RegexStringGenerator.init(GeneratorContext context)
ensures consistency of the generators state |
| Uses of GeneratorContext in org.databene.benerator.sample |
|---|
| Methods in org.databene.benerator.sample with parameters of type GeneratorContext | |
|---|---|
void |
WeightedCSVSampleGenerator.init(GeneratorContext context)
|
void |
StateGenerator.init(GeneratorContext context)
|
void |
SequencedCSVSampleGenerator.init(GeneratorContext context)
|
void |
SeedGenerator.init(GeneratorContext context)
|
void |
SampleGenerator.init(GeneratorContext context)
Initializes all attributes |
void |
OneShotGenerator.init(GeneratorContext context)
|
void |
MappedSampleGenerator.init(GeneratorContext context)
|
void |
IndividualWeightGenerator.init(GeneratorContext context)
Initializes all attributes |
void |
AttachedWeightSampleGenerator.init(GeneratorContext context)
Initializes all attributes |
| Uses of GeneratorContext in org.databene.benerator.util |
|---|
| Fields in org.databene.benerator.util declared as GeneratorContext | |
|---|---|
protected GeneratorContext |
AbstractGenerator.context
|
| Methods in org.databene.benerator.util with parameters of type GeneratorContext | |
|---|---|
void |
AbstractGenerator.init(GeneratorContext context)
|
static void |
GeneratorUtil.initAll(Generator<?>[] generators,
GeneratorContext context)
|
static void |
GeneratorUtil.initAll(NullableGenerator<?>[] generators,
GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.benerator.wrapper |
|---|
| Methods in org.databene.benerator.wrapper with parameters of type GeneratorContext | |
|---|---|
void |
ValidatingGeneratorProxy.init(GeneratorContext context)
|
void |
UniqueCompositeArrayGenerator.init(GeneratorContext context)
|
void |
SynchronizedGeneratorProxy.init(GeneratorContext context)
|
void |
SkipGeneratorProxy.init(GeneratorContext context)
|
void |
RepeatGeneratorProxy.init(GeneratorContext context)
|
void |
MultiGeneratorWrapper.init(GeneratorContext context)
|
void |
MessageGenerator.init(GeneratorContext context)
ensures consistency of the generator's state |
void |
IteratingGenerator.init(GeneratorContext context)
|
void |
GeneratorWrapper.init(GeneratorContext context)
|
void |
ConvertingGenerator.init(GeneratorContext context)
|
void |
CollectionGenerator.init(GeneratorContext context)
ensures consistency of the state |
void |
CardinalGenerator.init(GeneratorContext context)
ensures consistency of the state |
void |
AbstractArrayGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.domain.address |
|---|
| Methods in org.databene.domain.address with parameters of type GeneratorContext | |
|---|---|
void |
AddressGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.domain.finance |
|---|
| Methods in org.databene.domain.finance with parameters of type GeneratorContext | |
|---|---|
void |
BankGenerator.init(GeneratorContext context)
|
void |
BankAccountGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.domain.net |
|---|
| Methods in org.databene.domain.net with parameters of type GeneratorContext | |
|---|---|
void |
RandomDomainGenerator.init(GeneratorContext context)
|
void |
CompanyDomainGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.domain.organization |
|---|
| Methods in org.databene.domain.organization with parameters of type GeneratorContext | |
|---|---|
void |
CompanyNameGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.domain.person |
|---|
| Methods in org.databene.domain.person with parameters of type GeneratorContext | |
|---|---|
void |
PersonGenerator.init(GeneratorContext context)
|
void |
GenderGenerator.init(GeneratorContext context)
|
void |
EMailAddressGenerator.init(GeneratorContext context)
|
void |
EMailAddressBuilder.init(GeneratorContext context)
|
void |
BirthDateGenerator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.domain.product |
|---|
| Methods in org.databene.domain.product with parameters of type GeneratorContext | |
|---|---|
void |
EANGenerator.init(GeneratorContext context)
|
void |
EAN8Generator.init(GeneratorContext context)
|
void |
EAN13Generator.init(GeneratorContext context)
|
| Uses of GeneratorContext in org.databene.platform.db |
|---|
| Methods in org.databene.platform.db with parameters of type GeneratorContext | |
|---|---|
void |
QueryGenerator.init(GeneratorContext context)
|
void |
OfflineSequenceGenerator.init(GeneratorContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||