org.databene.benerator.sample |
Provides Generators that are based on collections of samples. Samples may have individual weights.
|
Java Source File Name | Type | Comment |
ConstantGenerator.java | Class | |
SequencedCSVSampleGenerator.java | Class | Sample Generator for values that are read from a CSV file.
The CSV file needs to be comma-separated and has to contain the values
in the first column. |
SequencedSampleGenerator.java | Class | |
SequenceGenerator.java | Class | |
WeightedCSVSampleGenerator.java | Class | Sample Generator for values that are read from a CSV file.
The CSV file needs to be comma-separated and has to contain the values
in the first column. |
WeightedSample.java | Class | Represents a single sample value for a generator. |
WeightedSampleGenerator.java | Class | |