org.databene.benerator.distribution
Interface WeightFunction

All Superinterfaces:
Distribution, Weight
All Known Implementing Classes:
AbstractWeightFunction, ConstantFunction, DiscreteFunction, ExponentialFunction, GaussianFunction

public interface WeightFunction
extends Weight

Common interface for weight functions.

Created: 10.06.2006 05:27:38

Author:
Volker Bergmann

Method Summary
 double value(double param)
           
 
Methods inherited from interface org.databene.benerator.distribution.Distribution
applyTo, createNumberGenerator
 

Method Detail

value

double value(double param)


Copyright © 2013. All Rights Reserved.