public class PickedMoveTypeBestScoreDiffStatisticPoint extends StatisticPoint
Constructor and Description |
---|
PickedMoveTypeBestScoreDiffStatisticPoint(long timeMillisSpent,
String moveType,
org.optaplanner.core.api.score.Score bestScoreDiff) |
Modifier and Type | Method and Description |
---|---|
org.optaplanner.core.api.score.Score |
getBestScoreDiff() |
String |
getMoveType() |
long |
getTimeMillisSpent() |
String |
toCsvLine() |
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
public PickedMoveTypeBestScoreDiffStatisticPoint(long timeMillisSpent, String moveType, org.optaplanner.core.api.score.Score bestScoreDiff)
public long getTimeMillisSpent()
public String getMoveType()
public org.optaplanner.core.api.score.Score getBestScoreDiff()
public String toCsvLine()
toCsvLine
in class StatisticPoint
Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.