public class ScoreCalculationSpeedSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>
problemStatisticTypelogger, pointList, subSingleBenchmarkResult| Constructor and Description | 
|---|
ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  | 
ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult benchmarkResult,
                                       long timeMillisThresholdInterval)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close(Solver<Solution_> solver)  | 
protected ScoreCalculationSpeedStatisticPoint | 
createPointFromCsvLine(ScoreDefinition scoreDefinition,
                      List<String> csvLine)  | 
protected String | 
getCsvHeader()  | 
void | 
open(Solver<Solution_> solver)  | 
getStatisticType, toStringgetAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointListpublic ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult benchmarkResult, long timeMillisThresholdInterval)
public void open(Solver<Solution_> solver)
open in class SubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>public void close(Solver<Solution_> solver)
close in class SubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>protected String getCsvHeader()
getCsvHeader in class SubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>protected ScoreCalculationSpeedStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine in class SubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.