Class PickedMoveTypeBestScoreDiffStatisticPoint
- java.lang.Object
-
- org.optaplanner.benchmark.impl.statistic.StatisticPoint
-
- org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
-
public class PickedMoveTypeBestScoreDiffStatisticPoint extends StatisticPoint
-
-
Constructor Summary
Constructors Constructor Description PickedMoveTypeBestScoreDiffStatisticPoint(long timeMillisSpent, String moveType, Score bestScoreDiff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Score
getBestScoreDiff()
String
getMoveType()
long
getTimeMillisSpent()
String
toCsvLine()
-
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
-
-
-
Method Detail
-
getTimeMillisSpent
public long getTimeMillisSpent()
-
getMoveType
public String getMoveType()
-
getBestScoreDiff
public Score getBestScoreDiff()
-
toCsvLine
public String toCsvLine()
- Specified by:
toCsvLine
in classStatisticPoint
-
-