org.optaplanner.benchmark.impl.statistic.stepscore
Class StepScoreSingleStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic<StepScoreStatisticPoint>
org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic
public class StepScoreSingleStatistic
- extends ProblemBasedSingleStatistic<StepScoreStatisticPoint>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepScoreSingleStatistic
public StepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
open
public void open(Solver solver)
- Specified by:
open
in class SingleStatistic<StepScoreStatisticPoint>
close
public void close(Solver solver)
- Specified by:
close
in class SingleStatistic<StepScoreStatisticPoint>
getCsvHeader
protected String getCsvHeader()
- Specified by:
getCsvHeader
in class SingleStatistic<StepScoreStatisticPoint>
createPointFromCsvLine
protected StepScoreStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine)
- Specified by:
createPointFromCsvLine
in class SingleStatistic<StepScoreStatisticPoint>
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.