Uses of Package
org.databene.benerator.distribution

Packages that use org.databene.benerator.distribution
org.databene.benerator.csv Provides String generators that parse CSV sources. 
org.databene.benerator.distribution   
org.databene.benerator.distribution.cumulative   
org.databene.benerator.distribution.function   
org.databene.benerator.distribution.sequence   
org.databene.benerator.engine.parser   
org.databene.benerator.factory   
org.databene.benerator.primitive Implements Generators for simple Java types. 
org.databene.benerator.primitive.datetime   
org.databene.benerator.primitive.number Defines a small framework for generating numbers of all built-in Java number types (byte, short, int, long, BigInteger, float, double, BigDecimal) resulting from a sequence or being distributed according a distribution function. 
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.math   
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.csv
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.distribution
CumulativeDistributionFunction
          Distribution implementation which uses the inverse of a probability function integral for efficiently generating numbers with a given probability distribution.
Distribution
          Parent interface for all distribution types.
IndividualWeight
          Distribution type that provides an individual weight for each object.
Sequence
          Provides access to specific Sequence number Generators.
Weight
          Common parent class for all Generators that are based on weights.
WeightFunction
          Common interface for weight functions.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.distribution.cumulative
CumulativeDistributionFunction
          Distribution implementation which uses the inverse of a probability function integral for efficiently generating numbers with a given probability distribution.
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.distribution.function
AbstractWeightFunction
          Abstract implementation of the WeightFunction interface.
Distribution
          Parent interface for all distribution types.
Weight
          Common parent class for all Generators that are based on weights.
WeightFunction
          Common interface for weight functions.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.distribution.sequence
Distribution
          Parent interface for all distribution types.
Sequence
          Provides access to specific Sequence number Generators.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.engine.parser
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.factory
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.primitive
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.primitive.datetime
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.primitive.number
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.sample
Distribution
          Parent interface for all distribution types.
IndividualWeight
          Distribution type that provides an individual weight for each object.
 

Classes in org.databene.benerator.distribution used by org.databene.benerator.wrapper
Distribution
          Parent interface for all distribution types.
 

Classes in org.databene.benerator.distribution used by org.databene.domain.math
Distribution
          Parent interface for all distribution types.
LongBasedSequence
          Helper class that serves as parent for individual Sequence implementations that are based on a Long-value generator (Generator<Long>).
Sequence
          Provides access to specific Sequence number Generators.
 



Copyright © 2013. All Rights Reserved.