OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.statistic.stepscore
Class StepScoreProblemStatistic

java.lang.Object
  extended by org.optaplanner.benchmark.impl.statistic.ProblemStatistic
      extended by org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic

public class StepScoreProblemStatistic
extends ProblemStatistic


Field Summary
protected  List<File> graphFileList
           
 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
logger, problemBenchmarkResult, problemStatisticType, warningList
 
Constructor Summary
StepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
           
 
Method Summary
 SingleStatistic createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 List<File> getGraphFileList()
           
 void writeGraphFiles(BenchmarkReport benchmarkReport)
           
 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
accumulateResults, fillWarningList, getAnchorId, getProblemBenchmarkResult, getProblemStatisticType, getSingleStatisticList, getWarningList, setProblemBenchmarkResult, writeChartToImageFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphFileList

protected List<File> graphFileList
Constructor Detail

StepScoreProblemStatistic

public StepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
Method Detail

createSingleStatistic

public SingleStatistic createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
Specified by:
createSingleStatistic in class ProblemStatistic

getGraphFileList

public List<File> getGraphFileList()
Returns:
never null

writeGraphFiles

public void writeGraphFiles(BenchmarkReport benchmarkReport)
Specified by:
writeGraphFiles in class ProblemStatistic

OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.