| java.lang.Object org.databene.benerator.sample.WeightedSample
WeightedSample | public class WeightedSample (Code) | | Represents a single sample value for a generator.
The sample value may have an additional weight information.
Created: 07.06.2006 19:05:13
|
Constructor Summary | |
public | WeightedSample(E value, double probability) |
WeightedSample | public WeightedSample(E value, double probability)(Code) | | Initializes the Sample to the specified value and weight
|
|
|