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