Class BestSolutionMutationProblemStatistic
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 - 
- org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
 
 
- 
public class BestSolutionMutationProblemStatistic extends ProblemStatistic
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected FilegraphFile- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
problemBenchmarkResult, problemStatisticType, warningList 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BestSolutionMutationProblemStatistic(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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
graphFile
protected File graphFile
 
 - 
 
- 
Constructor Detail
- 
BestSolutionMutationProblemStatistic
public BestSolutionMutationProblemStatistic(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
 
 - 
 
 -