Class BestScoreSubSingleStatistic<Solution_>
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
 - 
- org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic<Solution_,BestScoreStatisticPoint>
 - 
- org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic<Solution_>
 
 
 
 
- 
public class BestScoreSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,BestScoreStatisticPoint>
 
- 
- 
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 BestScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(Solver<Solution_> solver)protected BestScoreStatisticPointcreatePointFromCsvLine(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
- 
BestScoreSubSingleStatistic
public BestScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
 
 - 
 
- 
Method Detail
- 
open
public void open(Solver<Solution_> solver)
- Specified by:
 openin classSubSingleStatistic<Solution_,BestScoreStatisticPoint>
 
- 
close
public void close(Solver<Solution_> solver)
- Specified by:
 closein classSubSingleStatistic<Solution_,BestScoreStatisticPoint>
 
- 
getCsvHeader
protected String getCsvHeader()
- Specified by:
 getCsvHeaderin classSubSingleStatistic<Solution_,BestScoreStatisticPoint>
 
- 
createPointFromCsvLine
protected BestScoreStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
- Specified by:
 createPointFromCsvLinein classSubSingleStatistic<Solution_,BestScoreStatisticPoint>
 
 - 
 
 -