Class ProblemStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.ProblemStatistic
- Direct Known Subclasses:
- BestScoreProblemStatistic,- BestSolutionMutationProblemStatistic,- MemoryUseProblemStatistic,- MoveCountPerStepProblemStatistic,- ScoreCalculationSpeedProblemStatistic,- StepScoreProblemStatistic
1 statistic of 
ProblemBenchmarkResult.- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected ProblemBenchmarkResult<Object>protected final ProblemStatisticType
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccumulateResults(BenchmarkReport benchmarkReport) abstract SubSingleStatisticcreateSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) protected voidvoidsetProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult) toString()protected FilewriteChartToImageFile(org.jfree.chart.JFreeChart chart, String fileNameBase) abstract voidwriteGraphFiles(BenchmarkReport benchmarkReport) 
- 
Field Details- 
problemBenchmarkResult
- 
problemStatisticType
- 
warningList
 
- 
- 
Constructor Details- 
ProblemStatisticpublic ProblemStatistic()
- 
ProblemStatisticprotected ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType) 
 
- 
- 
Method Details- 
getProblemBenchmarkResult
- 
setProblemBenchmarkResult
- 
getProblemStatisticType
- 
getAnchorId
- 
getWarningList
- 
getSubSingleStatisticList
- 
createSubSingleStatisticpublic abstract SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) 
- 
accumulateResults
- 
writeGraphFiles
- 
fillWarningListprotected void fillWarningList()
- 
writeChartToImageFile
- 
getGraphFile
- 
getGraphFileList
- 
toString
 
-