Class BestScoreProblemStatistic
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 - 
- org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
 
 
- 
public class BestScoreProblemStatistic extends ProblemStatistic
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected List<File>graphFileList- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
problemBenchmarkResult, problemStatisticType, warningList 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BestScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSingleStatisticcreateSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)List<File>getGraphFileList()voidwriteGraphFiles(BenchmarkReport benchmarkReport)- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
accumulateResults, fillWarningList, getAnchorId, getGraphFile, getProblemBenchmarkResult, getProblemStatisticType, getSubSingleStatisticList, getWarningList, setProblemBenchmarkResult, toString, writeChartToImageFile 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BestScoreProblemStatistic
public BestScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
 
 - 
 
- 
Method Detail
- 
createSubSingleStatistic
public SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
- Specified by:
 createSubSingleStatisticin classProblemStatistic
 
- 
getGraphFileList
public List<File> getGraphFileList()
- Specified by:
 getGraphFileListin classProblemStatistic- Returns:
 - never null
 
 
- 
writeGraphFiles
public void writeGraphFiles(BenchmarkReport benchmarkReport)
- Specified by:
 writeGraphFilesin classProblemStatistic
 
 - 
 
 -