Class MoveCountPerStepProblemStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.ProblemStatistic
org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
- 
Field Summary
FieldsFields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
problemBenchmarkResult, problemStatisticType, warningList - 
Constructor Summary
ConstructorsConstructorDescriptionMoveCountPerStepProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)  - 
Method Summary
Modifier and TypeMethodDescriptioncreateSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) 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 Details
- 
graphFile
 
 - 
 - 
Constructor Details
- 
MoveCountPerStepProblemStatistic
 
 - 
 - 
Method Details
- 
createSubSingleStatistic
public SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) - Specified by:
 createSubSingleStatisticin classProblemStatistic
 - 
getGraphFileList
- Specified by:
 getGraphFileListin classProblemStatistic- Returns:
 - never null
 
 - 
writeGraphFiles
- Specified by:
 writeGraphFilesin classProblemStatistic
 
 -