public class ConstraintMatchTotalStepScoreSubSingleStatistic extends PureSubSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>
| Modifier and Type | Field and Description |
|---|---|
protected List<File> |
graphFileList |
singleStatisticTypelogger, pointList, subSingleBenchmarkResult| Constructor and Description |
|---|
ConstraintMatchTotalStepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Solver<Solution> solver) |
protected ConstraintMatchTotalStepScoreStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
List<File> |
getGraphFileList() |
void |
open(Solver<Solution> solver) |
void |
writeGraphFiles(BenchmarkReport benchmarkReport) |
getGraphFile, getStatisticType, toString, writeChartToImageFilegetAnchorId, getCsvFile, getCsvFilePath, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointListpublic ConstraintMatchTotalStepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public List<File> getGraphFileList()
getGraphFileList in class PureSubSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>public void open(Solver<Solution> solver)
open in class SubSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>public void close(Solver<Solution> solver)
close in class SubSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>protected String getCsvHeader()
getCsvHeader in class SubSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>protected ConstraintMatchTotalStepScoreStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine in class SubSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>public void writeGraphFiles(BenchmarkReport benchmarkReport)
writeGraphFiles in class PureSubSingleStatistic<ConstraintMatchTotalStepScoreStatisticPoint>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.