net.sf.farrago.test.regression
Class FarragoSorterTest.RampDistributionGenerator
java.lang.Object
net.sf.farrago.test.regression.FarragoSorterTest.DistributionGenerator
net.sf.farrago.test.regression.FarragoSorterTest.RampDistributionGenerator
- Enclosing class:
- FarragoSorterTest
private static class FarragoSorterTest.RampDistributionGenerator
- extends FarragoSorterTest.DistributionGenerator
Field Summary |
(package private) long |
intercept
|
(package private) double |
slope
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intercept
long intercept
slope
double slope
FarragoSorterTest.RampDistributionGenerator
FarragoSorterTest.RampDistributionGenerator(long nRecords,
long intercept,
double slope)
generateValue
long generateValue(long pk)
- Specified by:
generateValue
in class FarragoSorterTest.DistributionGenerator