Uses of Interface
org.databene.benerator.GeneratorContext

Packages that use GeneratorContext
org.databene.benerator The root package for the databene-generator library. 
org.databene.benerator.composite   
org.databene.benerator.csv Provides String generators that parse CSV sources. 
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
 

Fields in org.databene.benerator.composite declared as GeneratorContext
protected  GeneratorContext ComponentBuilderProxy.context
           
 

Methods in org.databene.benerator.composite with parameters of type GeneratorContext
 void UniqueArrayGenerator.init(GeneratorContext context)
           
 void SourceAwareGenerator.init(GeneratorContext context)
           
 void MultiComponentBuilder.init(GeneratorContext context)
           
 void DynamicInstanceArrayGenerator.init(GeneratorContext context)
           
 void ComponentBuilderSupport.init(GeneratorContext context)
           
 void ComponentBuilderProxy.init(GeneratorContext context)
           
 void ComponentBuilder.init(GeneratorContext context)
          Initializes the instance
 void ComponentAndVariableSupport.init(GeneratorContext context)
           
 void AbstractComponentBuilder.init(GeneratorContext context)
           
 

Constructors in org.databene.benerator.composite with parameters of type GeneratorContext
ComponentAndVariableSupport(java.util.Map<java.lang.String,NullableGenerator<?>> variables, java.util.List<ComponentBuilder<E>> componentBuilders, GeneratorContext context)
           
SourceAwareGenerator(java.lang.String instanceName, Generator<E> source, java.util.Map<java.lang.String,NullableGenerator<?>> variables, java.util.List<ComponentBuilder<E>> componentBuilders, GeneratorContext context)
           
 

Uses of GeneratorContext in org.databene.benerator.csv
 

Methods in org.databene.benerator.csv with parameters of type GeneratorContext
 void WeightedDatasetCSVGenerator.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 DistributingSampleGeneratorProxy.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 RandomIntegerGenerator.init(GeneratorContext context)
           
 void RandomBigIntegerGenerator.init(GeneratorContext context)
           
 void RandomBigDecimalGenerator.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.
 

Methods in org.databene.benerator.engine with parameters of type GeneratorContext
 void GeneratorTask.prepare(GeneratorContext context)
           
 

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)
           
 void GeneratorStatement.prepare(GeneratorContext context)
           
 void GenerateOrIterateStatement.prepare(GeneratorContext context)
           
 void GenerateAndConsumeTask.prepare(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 NullInjectingGeneratorWrapper.init(GeneratorContext context)
           
 void NullInjectingGeneratorProxy.init(GeneratorContext context)
           
 void NullableGeneratorWrapper.init(GeneratorContext context)
           
 void NullableGenerator.init(GeneratorContext context)
           
 void AsNullableGeneratorAdapter.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 TokenCombiner.init(GeneratorContext context)
           
 void SeedWordGenerator.init(GeneratorContext context)
           
 void LuhnGenerator.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.
protected  Generator<?>[] TokenCombiner.SimpleTokenCombinator.initSources(GeneratorContext context, boolean unique)
           
 

Uses of GeneratorContext in org.databene.benerator.primitive.datetime
 

Methods in org.databene.benerator.primitive.datetime with parameters of type GeneratorContext
 void DayGenerator.init(GeneratorContext context)
           
 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 WeigthedLiteralGenerator.init(GeneratorContext context)
           
 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 CompositeStringGenerator.init(GeneratorContext context)
           
 void CompositeArrayGenerator.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)
           
protected abstract  Generator<?>[] CompositeStringGenerator.initSources(GeneratorContext context, boolean unique)
           
 

Uses of GeneratorContext in org.databene.domain.address
 

Methods in org.databene.domain.address with parameters of type GeneratorContext
 void StreetNameGenerator.init(GeneratorContext context)
           
 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 NobilityTitleGenerator.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 SequenceTableGenerator.init(GeneratorContext context)
           
 void QueryGenerator.init(GeneratorContext context)
           
 void OfflineSequenceGenerator.init(GeneratorContext context)
           
 



Copyright © 2011. All Rights Reserved.