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