org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
Class ConstraintMatchTotalStepScoreSingleStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
org.optaplanner.benchmark.impl.statistic.PureSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
public class ConstraintMatchTotalStepScoreSingleStatistic
- extends PureSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphFileList
protected List<File> graphFileList
ConstraintMatchTotalStepScoreSingleStatistic
public ConstraintMatchTotalStepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
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>
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.