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