Class MoveCountPerStepStatisticPoint
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.statistic.StatisticPoint
 - 
- org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
 
 
 
- 
public class MoveCountPerStepStatisticPoint extends StatisticPoint
 
- 
- 
Constructor Summary
Constructors Constructor Description MoveCountPerStepStatisticPoint(long timeMillisSpent, MoveCountPerStepMeasurement moveCountPerStepMeasurement) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoveCountPerStepMeasurementgetMoveCountPerStepMeasurement()longgetTimeMillisSpent()StringtoCsvLine()- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MoveCountPerStepStatisticPoint
public MoveCountPerStepStatisticPoint(long timeMillisSpent, MoveCountPerStepMeasurement moveCountPerStepMeasurement) 
 - 
 
- 
Method Detail
- 
getMoveCountPerStepMeasurement
public MoveCountPerStepMeasurement getMoveCountPerStepMeasurement()
 
- 
getTimeMillisSpent
public long getTimeMillisSpent()
 
- 
toCsvLine
public String toCsvLine()
- Specified by:
 toCsvLinein classStatisticPoint
 
 - 
 
 -