public class BestScoreStatisticPoint extends StatisticPoint
| Constructor and Description |
|---|
BestScoreStatisticPoint(long timeMillisSpent,
org.optaplanner.core.api.score.Score score) |
| Modifier and Type | Method and Description |
|---|---|
org.optaplanner.core.api.score.Score |
getScore() |
long |
getTimeMillisSpent() |
String |
toCsvLine() |
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLinepublic BestScoreStatisticPoint(long timeMillisSpent,
org.optaplanner.core.api.score.Score score)
public long getTimeMillisSpent()
public org.optaplanner.core.api.score.Score getScore()
public String toCsvLine()
toCsvLine in class StatisticPointCopyright © 2006–2017 JBoss by Red Hat. All rights reserved.