public class ConstraintMatchTotalStepScoreSubSingleStatistic<Solution_> extends PureSubSingleStatistic<Solution_,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(org.optaplanner.core.api.solver.Solver<Solution_> solver) |
protected ConstraintMatchTotalStepScoreStatisticPoint |
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<Solution_> solver) |
void |
writeGraphFiles(BenchmarkReport benchmarkReport) |
getGraphFile, getStatisticType, toString, writeChartToImageFilegetAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointListpublic ConstraintMatchTotalStepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public List<File> getGraphFileList()
getGraphFileList in class PureSubSingleStatistic<Solution_,ConstraintMatchTotalStepScoreStatisticPoint>public void open(org.optaplanner.core.api.solver.Solver<Solution_> solver)
open in class SubSingleStatistic<Solution_,ConstraintMatchTotalStepScoreStatisticPoint>public void close(org.optaplanner.core.api.solver.Solver<Solution_> solver)
close in class SubSingleStatistic<Solution_,ConstraintMatchTotalStepScoreStatisticPoint>protected String getCsvHeader()
getCsvHeader in class SubSingleStatistic<Solution_,ConstraintMatchTotalStepScoreStatisticPoint>protected ConstraintMatchTotalStepScoreStatisticPoint createPointFromCsvLine(org.optaplanner.core.impl.score.definition.ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine in class SubSingleStatistic<Solution_,ConstraintMatchTotalStepScoreStatisticPoint>public void writeGraphFiles(BenchmarkReport benchmarkReport)
writeGraphFiles in class PureSubSingleStatistic<Solution_,ConstraintMatchTotalStepScoreStatisticPoint>Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.