|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndividualWeight | |
---|---|
org.databene.benerator.distribution | |
org.databene.benerator.sample | Provides Generators that are based on collections of samples. |
Uses of IndividualWeight in org.databene.benerator.distribution |
---|
Subclasses of IndividualWeight in org.databene.benerator.distribution | |
---|---|
class |
AttachedWeight<E>
IndividualWeight implementation that weighs objects individually. |
class |
FeatureWeight
Implements the IndividualWeight function for arbitrary feature names, supporting e.g. properties, attributes, or Map keys. |
Uses of IndividualWeight in org.databene.benerator.sample |
---|
Constructors in org.databene.benerator.sample with parameters of type IndividualWeight | |
---|---|
IndividualWeightSampleGenerator(java.lang.Class<E> generatedType,
IndividualWeight<E> individualWeight,
E... values)
Initializes the generator to an unweighted sample list |
|
IndividualWeightSampleGenerator(java.lang.Class<E> generatedType,
IndividualWeight<E> individualWeight,
java.lang.Iterable<E> values)
Initializes the generator to an unweighted sample list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |