Class MoveCountPerStepSubSingleStatistic<Solution_>
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
 - 
- org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
 - 
- org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic<Solution_>
 
 
 
 
- 
public class MoveCountPerStepSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
 
- 
- 
Field Summary
- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic
problemStatisticType 
- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
logger, pointList, subSingleBenchmarkResult 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MoveCountPerStepSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(Solver<Solution_> solver)protected MoveCountPerStepStatisticPointcreatePointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)protected StringgetCsvHeader()voidopen(Solver<Solution_> solver)- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic
getStatisticType, toString 
- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
getAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MoveCountPerStepSubSingleStatistic
public MoveCountPerStepSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
 
 - 
 
- 
Method Detail
- 
open
public void open(Solver<Solution_> solver)
- Specified by:
 openin classSubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
 
- 
close
public void close(Solver<Solution_> solver)
- Specified by:
 closein classSubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
 
- 
getCsvHeader
protected String getCsvHeader()
- Specified by:
 getCsvHeaderin classSubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
 
- 
createPointFromCsvLine
protected MoveCountPerStepStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
- Specified by:
 createPointFromCsvLinein classSubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
 
 - 
 
 -