Package org.seamcat.model.distributions
Interface ConstantDistribution
-
- All Superinterfaces:
Distribution
public interface ConstantDistribution extends Distribution
This class is aimed for the representation of a constant distribution. In this case a trial performed on this variable always returns the same constant value (may be integer or floating point)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getConstant()
-
Methods inherited from interface org.seamcat.model.distributions.Distribution
accept, getBounds, trial
-
-