OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
Class ConstraintMatchTotalStepScoreSingleStatistic

java.lang.Object
  extended by org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
      extended by org.optaplanner.benchmark.impl.statistic.PureSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>
          extended by org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic

public class ConstraintMatchTotalStepScoreSingleStatistic
extends PureSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>


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
ConstraintMatchTotalStepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
 
Method Summary
 void close(Solver solver)
           
protected  ConstraintMatchTotalStepScoreStatisticPoint 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

ConstraintMatchTotalStepScoreSingleStatistic

public ConstraintMatchTotalStepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
Method Detail

getGraphFileList

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

open

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

close

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

getCsvHeader

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

createPointFromCsvLine

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

writeGraphFiles

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

OptaPlanner distribution 6.2.1-SNAPSHOT

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