Class StepScoreProblemStatistic
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.statistic.ProblemStatistic
- 
- org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
 
- 
 public class StepScoreProblemStatistic extends ProblemStatistic 
- 
- 
Field SummaryFields Modifier and Type Field Description protected List<File>graphFileList- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatisticproblemBenchmarkResult, problemStatisticType, warningList
 
- 
 - 
Constructor SummaryConstructors Constructor Description StepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
 - 
Method SummaryAll 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.ProblemStatisticaccumulateResults, fillWarningList, getAnchorId, getGraphFile, getProblemBenchmarkResult, getProblemStatisticType, getSubSingleStatisticList, getWarningList, setProblemBenchmarkResult, toString, writeChartToImageFile
 
- 
 
- 
- 
- 
Constructor Detail- 
StepScoreProblemStatisticpublic StepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
 
- 
 - 
Method Detail- 
createSubSingleStatisticpublic SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) - Specified by:
- createSubSingleStatisticin class- ProblemStatistic
 
 - 
getGraphFileListpublic List<File> getGraphFileList() - Specified by:
- getGraphFileListin class- ProblemStatistic
- Returns:
- never null
 
 - 
writeGraphFilespublic void writeGraphFiles(BenchmarkReport benchmarkReport) - Specified by:
- writeGraphFilesin class- ProblemStatistic
 
 
- 
 
-