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