|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadSafeGenerator | |
---|---|
org.databene.benerator.composite | |
org.databene.benerator.distribution.sequence | |
org.databene.benerator.file | |
org.databene.benerator.primitive | Implements Generators for simple Java types. |
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.domain.lang |
Uses of ThreadSafeGenerator in org.databene.benerator.composite |
---|
Subclasses of ThreadSafeGenerator in org.databene.benerator.composite | |
---|---|
class |
BlankEntityGenerator
Instantiates an entity without initializing any components. |
Uses of ThreadSafeGenerator in org.databene.benerator.distribution.sequence |
---|
Subclasses of ThreadSafeGenerator in org.databene.benerator.distribution.sequence | |
---|---|
class |
PredefinedSequenceGenerator<E extends Number>
Generator class for use by the LiteralSequence . |
Uses of ThreadSafeGenerator in org.databene.benerator.file |
---|
Subclasses of ThreadSafeGenerator in org.databene.benerator.file | |
---|---|
class |
FileGenerator
Generates File objects which represent files and/or directories in a parent directory. |
Uses of ThreadSafeGenerator in org.databene.benerator.primitive |
---|
Subclasses of ThreadSafeGenerator in org.databene.benerator.primitive | |
---|---|
class |
ScriptGenerator
Creates Object s based on a Script. |
Uses of ThreadSafeGenerator in org.databene.benerator.sample |
---|
Subclasses of ThreadSafeGenerator in org.databene.benerator.sample | |
---|---|
class |
AbstractSampleGenerator<E>
Generates values from a list of samples. |
class |
AttachedWeightSampleGenerator<E>
Generates values from a weighted or non-weighted set of samples. |
class |
ConstantGenerator<E>
Generator implementation that always returns the same value. |
class |
IndividualWeightSampleGenerator<E>
Maps an IndividualWeight distribution to an AbstractWeightFunction and uses its capabilities
for providing distribution features based on the IndividualWeight 's characteristics. |
class |
NonNullSampleGenerator<E>
Generates data from a base of non-null sample values. |
class |
OneShotGenerator<E>
Returns a value only once and then becomes unavailable immediately. |
class |
SampleGenerator<E>
Generates values from a non-weighted list of samples, applying an explicitly defined distribution. |
class |
SequenceGenerator<E>
Creates a predefined sequence of objects. |
Uses of ThreadSafeGenerator in org.databene.benerator.util |
---|
Subclasses of ThreadSafeGenerator in org.databene.benerator.util | |
---|---|
class |
ExpressionBasedGenerator<E>
Evaluates an Expression on each call to ExpressionBasedGenerator.generate(ProductWrapper)
and returns its results. |
Uses of ThreadSafeGenerator in org.databene.domain.lang |
---|
Subclasses of ThreadSafeGenerator in org.databene.domain.lang | |
---|---|
class |
NounGenerator
Generates Noun s of a given Locale . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |