Class BestScoreStatisticPoint
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.statistic.StatisticPoint
 - 
- org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint
 
 
 
- 
public class BestScoreStatisticPoint extends StatisticPoint
 
- 
- 
Constructor Summary
Constructors Constructor Description BestScoreStatisticPoint(long timeMillisSpent, Score score) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScoregetScore()longgetTimeMillisSpent()StringtoCsvLine()- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BestScoreStatisticPoint
public BestScoreStatisticPoint(long timeMillisSpent, Score score) 
 - 
 
- 
Method Detail
- 
getTimeMillisSpent
public long getTimeMillisSpent()
 
- 
getScore
public Score getScore()
 
- 
toCsvLine
public String toCsvLine()
- Specified by:
 toCsvLinein classStatisticPoint
 
 - 
 
 -