net.sf.farrago.test.regression
Class FarragoSorterTest.RampDistributionGenerator

java.lang.Object
  extended by net.sf.farrago.test.regression.FarragoSorterTest.DistributionGenerator
      extended by 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
           
 
Fields inherited from class net.sf.farrago.test.regression.FarragoSorterTest.DistributionGenerator
nRecords
 
Constructor Summary
FarragoSorterTest.RampDistributionGenerator(long nRecords, long intercept, double slope)
           
 
Method Summary
(package private)  long generateValue(long pk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intercept

long intercept

slope

double slope
Constructor Detail

FarragoSorterTest.RampDistributionGenerator

FarragoSorterTest.RampDistributionGenerator(long nRecords,
                                            long intercept,
                                            double slope)
Method Detail

generateValue

long generateValue(long pk)
Specified by:
generateValue in class FarragoSorterTest.DistributionGenerator