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