Class ScoreCalculationSpeedProblemStatistic
- java.lang.Object
-
- org.optaplanner.benchmark.impl.statistic.ProblemStatistic
-
- org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedProblemStatistic
-
public class ScoreCalculationSpeedProblemStatistic extends ProblemStatistic
-
-
Field Summary
Fields Modifier and Type Field Description protected File
graphFile
-
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
problemBenchmarkResult, problemStatisticType, warningList
-
-
Constructor Summary
Constructors Constructor Description ScoreCalculationSpeedProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSingleStatistic
createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
List<File>
getGraphFileList()
void
writeGraphFiles(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
-
ScoreCalculationSpeedProblemStatistic
public ScoreCalculationSpeedProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
-
-
Method Detail
-
createSubSingleStatistic
public SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
- Specified by:
createSubSingleStatistic
in classProblemStatistic
-
getGraphFileList
public List<File> getGraphFileList()
- Specified by:
getGraphFileList
in classProblemStatistic
- Returns:
- never null
-
writeGraphFiles
public void writeGraphFiles(BenchmarkReport benchmarkReport)
- Specified by:
writeGraphFiles
in classProblemStatistic
-
-