public class PickedMoveTypeBestScoreDiffSingleStatistic extends PureSingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>
| Modifier and Type | Field and Description |
|---|---|
protected List<File> |
graphFileList |
singleStatisticTypelogger, pointList, singleBenchmarkResult| Constructor and Description |
|---|
PickedMoveTypeBestScoreDiffSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Solver solver) |
protected PickedMoveTypeBestScoreDiffStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
List<File> |
getGraphFileList() |
void |
open(Solver solver) |
void |
writeGraphFiles(BenchmarkReport benchmarkReport) |
getStatisticType, writeChartToImageFilegetAnchorId, getCsvFile, getCsvFilePath, getPointList, getSingleBenchmarkResult, initPointList, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFilepublic PickedMoveTypeBestScoreDiffSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
public void open(Solver solver)
open in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>public void close(Solver solver)
close in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>protected String getCsvHeader()
getCsvHeader in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>protected PickedMoveTypeBestScoreDiffStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine in class SingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>public void writeGraphFiles(BenchmarkReport benchmarkReport)
writeGraphFiles in class PureSingleStatistic<PickedMoveTypeBestScoreDiffStatisticPoint>Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.