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