public class StepScoreSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,StepScoreStatisticPoint>
problemStatisticType
logger, pointList, subSingleBenchmarkResult
Constructor and Description |
---|
StepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
void |
close(Solver<Solution_> solver) |
protected StepScoreStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
void |
open(Solver<Solution_> solver) |
getStatisticType, toString
getAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
public StepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public void open(Solver<Solution_> solver)
open
in class SubSingleStatistic<Solution_,StepScoreStatisticPoint>
public void close(Solver<Solution_> solver)
close
in class SubSingleStatistic<Solution_,StepScoreStatisticPoint>
protected String getCsvHeader()
getCsvHeader
in class SubSingleStatistic<Solution_,StepScoreStatisticPoint>
protected StepScoreStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine
in class SubSingleStatistic<Solution_,StepScoreStatisticPoint>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.