public class StepScoreSingleStatistic extends ProblemBasedSingleStatistic<StepScoreStatisticPoint>
problemStatisticType
logger, pointList, singleBenchmarkResult
Constructor and Description |
---|
StepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
void |
close(org.optaplanner.core.api.solver.Solver solver) |
protected StepScoreStatisticPoint |
createPointFromCsvLine(org.optaplanner.core.impl.score.definition.ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
void |
open(org.optaplanner.core.api.solver.Solver solver) |
getStatisticType
getAnchorId, getCsvFile, getCsvFilePath, getPointList, getSingleBenchmarkResult, initPointList, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
public StepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
public void open(org.optaplanner.core.api.solver.Solver solver)
open
in class SingleStatistic<StepScoreStatisticPoint>
public void close(org.optaplanner.core.api.solver.Solver solver)
close
in class SingleStatistic<StepScoreStatisticPoint>
protected String getCsvHeader()
getCsvHeader
in class SingleStatistic<StepScoreStatisticPoint>
protected StepScoreStatisticPoint createPointFromCsvLine(org.optaplanner.core.impl.score.definition.ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine
in class SingleStatistic<StepScoreStatisticPoint>
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.