|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeightedGenerator | |
---|---|
org.databene.benerator.csv | Provides String generators that parse CSV sources. |
org.databene.benerator.dataset | |
org.databene.benerator.sample | Provides Generators that are based on collections of samples. |
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.organization |
Uses of WeightedGenerator in org.databene.benerator.csv |
---|
Methods in org.databene.benerator.csv that return WeightedGenerator | |
---|---|
protected WeightedGenerator<E> |
WeightedDatasetCSVGenerator.createGeneratorForAtomicDataset(Dataset dataset)
|
Uses of WeightedGenerator in org.databene.benerator.dataset |
---|
Subinterfaces of WeightedGenerator in org.databene.benerator.dataset | |
---|---|
interface |
WeightedDatasetGenerator<E>
Parent interface for DatasetBasedGenerator s that have a weight to be considered when combining Generators. |
Classes in org.databene.benerator.dataset that implement WeightedGenerator | |
---|---|
class |
AtomicDatasetGenerator<E>
DatasetBasedGenerator implementation which bases on an atomic dataset. |
class |
CompositeDatasetGenerator<E>
DatasetBasedGenerator implementation which bases on a composite dataset. |
Methods in org.databene.benerator.dataset that return WeightedGenerator | |
---|---|
protected abstract WeightedGenerator<E> |
AbstractDatasetGenerator.createGeneratorForAtomicDataset(Dataset dataset)
|
Constructors in org.databene.benerator.dataset with parameters of type WeightedGenerator | |
---|---|
AtomicDatasetGenerator(WeightedGenerator<E> source,
java.lang.String nesting,
java.lang.String dataset)
|
Uses of WeightedGenerator in org.databene.benerator.sample |
---|
Classes in org.databene.benerator.sample that implement WeightedGenerator | |
---|---|
class |
AttachedWeightSampleGenerator<E>
Generates values from a weighted or non-weighted set of samples. |
class |
IndividualWeightSampleGenerator<E>
Maps an IndividualWeight distribution to an AbstractWeightFunction and uses its capabilities
for providing distribution features based on the IndividualWeight 's characteristics. |
Uses of WeightedGenerator in org.databene.benerator.wrapper |
---|
Classes in org.databene.benerator.wrapper that implement WeightedGenerator | |
---|---|
class |
WeighingGeneratorWrapper<E>
Wraps an ordinary Generator with a WeightedGenerator interface
requiring an explicit weight setting. |
Uses of WeightedGenerator in org.databene.domain.address |
---|
Methods in org.databene.domain.address that return WeightedGenerator | |
---|---|
protected WeightedGenerator<Country> |
CountryGenerator.createGeneratorForAtomicDataset(Dataset dataset)
|
protected WeightedGenerator<City> |
CityGenerator.createGeneratorForAtomicDataset(Dataset dataset)
|
Uses of WeightedGenerator in org.databene.domain.organization |
---|
Methods in org.databene.domain.organization that return WeightedGenerator | |
---|---|
protected WeightedGenerator<CompanyName> |
CompanyNameGenerator.createGeneratorForAtomicDataset(Dataset dataset)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |