Class MoveCountPerStepStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
- 
Constructor Summary
ConstructorsConstructorDescriptionMoveCountPerStepStatisticPoint(long timeMillisSpent, long acceptedMoveCount, long selectedMoveCount)  - 
Method Summary
Modifier and TypeMethodDescriptionlonglonglongMethods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine 
- 
Constructor Details
- 
MoveCountPerStepStatisticPoint
public MoveCountPerStepStatisticPoint(long timeMillisSpent, long acceptedMoveCount, long selectedMoveCount)  
 - 
 - 
Method Details
- 
getTimeMillisSpent
public long getTimeMillisSpent() - 
getAcceptedMoveCount
public long getAcceptedMoveCount() - 
getSelectedMoveCount
public long getSelectedMoveCount() - 
toCsvLine
- Specified by:
 toCsvLinein classStatisticPoint
 
 -