Uses of Interface
org.databene.benerator.composite.GeneratorComponent

Packages that use GeneratorComponent
org.databene.benerator.composite   
org.databene.benerator.factory   
 

Uses of GeneratorComponent in org.databene.benerator.composite
 

Subinterfaces of GeneratorComponent in org.databene.benerator.composite
 interface ComponentBuilder<E>
          Common interface for all component builders.
 

Classes in org.databene.benerator.composite that implement GeneratorComponent
 class AbstractComponentBuilder<E>
          Helper class for simple definition of custom ComponentBuilders which uses a Mutator Created: 30.04.2010 09:34:42
 class AbstractGeneratorComponent<E>
          Abstract implementation of the GeneratorComponent interface which manages a source Generator and a Context reference.
 class AlternativeComponentBuilder<E>
          Creates one component from an arbitrary choice of different available ones.
 class ArrayElementBuilder
          ComponentBuilder implementation which builds array elements.
 class ComponentBuilderProxy<E>
          Proxy class for a ComponentBuilder.
 class ConditionalComponentBuilder<E>
          ComponentBuilder which executes only if a condition expression evaluates to 'true'.
 class MultiComponentBuilder<E>
          Abstract parent class for all builders that relate to a group of components.
 class PlainEntityComponentBuilder
          Builds a plain (atomic) component that is supposed to have a name.
 class Variable<E>
          Wraps variable name and generator functionality.
 

Constructor parameters in org.databene.benerator.composite with type arguments of type GeneratorComponent
ComponentAndVariableSupport(java.lang.String instanceName, java.util.List<GeneratorComponent<E>> components, GeneratorContext context)
           
SourceAwareGenerator(java.lang.String instanceName, Generator<E> source, java.util.List<GeneratorComponent<E>> components, BeneratorContext context)
           
 

Uses of GeneratorComponent in org.databene.benerator.factory
 

Methods in org.databene.benerator.factory that return GeneratorComponent
static GeneratorComponent<?> GeneratorComponentFactory.createGeneratorComponent(InstanceDescriptor descriptor, Uniqueness ownerUniqueness, BeneratorContext context)
           
 

Methods in org.databene.benerator.factory that return types with arguments of type GeneratorComponent
static java.util.List<GeneratorComponent<Entity>> ComplexTypeGeneratorFactory.createMutatingGeneratorComponents(ComplexTypeDescriptor descriptor, Uniqueness ownerUniqueness, BeneratorContext context)
           
 



Copyright © 2013. All Rights Reserved.