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