OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
Class PickedMoveTypeBestScoreDiffSingleStatistic

java.lang.Object
  extended by org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
      extended by org.optaplanner.benchmark.impl.statistic.PureSingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>
          extended by org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic

public class PickedMoveTypeBestScoreDiffSingleStatistic
extends PureSingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>


Field Summary
protected  List<File> graphFileList
           
 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic
singleStatisticType
 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SingleStatistic
logger, pointList, singleBenchmarkResult
 
Constructor Summary
PickedMoveTypeBestScoreDiffSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 
Method Summary
 void close(Solver solver)
           
protected  PickedMoveTypeBestScoreDiffStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
           
protected  String getCsvHeader()
           
 List<File> getGraphFileList()
           
 void open(Solver solver)
           
 void writeGraphFiles(BenchmarkReport benchmarkReport)
           
 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic
getStatisticType, writeChartToImageFile
 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SingleStatistic
getAnchorId, getCsvFile, getCsvFilePath, getPointList, getSingleBenchmarkResult, initPointList, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
 
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

PickedMoveTypeBestScoreDiffSingleStatistic

public PickedMoveTypeBestScoreDiffSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
Method Detail

getGraphFileList

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

open

public void open(Solver solver)
Specified by:
open in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>

close

public void close(Solver solver)
Specified by:
close in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>

getCsvHeader

protected String getCsvHeader()
Specified by:
getCsvHeader in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>

createPointFromCsvLine

protected PickedMoveTypeBestScoreDiffStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition,
                                                                           List<String> csvLine)
Specified by:
createPointFromCsvLine in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>

writeGraphFiles

public void writeGraphFiles(BenchmarkReport benchmarkReport)
Specified by:
writeGraphFiles in class PureSingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>

OptaPlanner distribution 6.2.1-SNAPSHOT

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