Class MoveCountPerStepStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
-
Constructor Summary
ConstructorDescriptionMoveCountPerStepStatisticPoint
(long timeMillisSpent, MoveCountPerStepMeasurement moveCountPerStepMeasurement) -
Method Summary
Modifier and TypeMethodDescriptionlong
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
Constructor Details
-
MoveCountPerStepStatisticPoint
public MoveCountPerStepStatisticPoint(long timeMillisSpent, MoveCountPerStepMeasurement moveCountPerStepMeasurement)
-
-
Method Details
-
getMoveCountPerStepMeasurement
-
getTimeMillisSpent
public long getTimeMillisSpent() -
toCsvLine
- Specified by:
toCsvLine
in classStatisticPoint
-