Class StepScoreSubSingleStatistic<Solution_>
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
 - 
- org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic<Solution_,StepScoreStatisticPoint>
 - 
- org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic<Solution_>
 
 
 
 
- 
public class StepScoreSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,StepScoreStatisticPoint>
 
- 
- 
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 StepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StepScoreStatisticPointcreatePointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine)protected StringgetCsvHeader()voidopen(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, 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
close, getAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
StepScoreSubSingleStatistic
public StepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
 
 - 
 
- 
Method Detail
- 
open
public void open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
- Specified by:
 openin classSubSingleStatistic<Solution_,StepScoreStatisticPoint>
 
- 
getCsvHeader
protected String getCsvHeader()
- Specified by:
 getCsvHeaderin classSubSingleStatistic<Solution_,StepScoreStatisticPoint>
 
- 
createPointFromCsvLine
protected StepScoreStatisticPoint createPointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine)
- Specified by:
 createPointFromCsvLinein classSubSingleStatistic<Solution_,StepScoreStatisticPoint>
 
 - 
 
 -