public class CalculateCountSingleStatistic extends ProblemBasedSingleStatistic<CalculateCountStatisticPoint>
problemStatisticType
logger, pointList, singleBenchmarkResult
Constructor and Description |
---|
CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval) |
Modifier and Type | Method and Description |
---|---|
void |
close(org.optaplanner.core.api.solver.Solver solver) |
protected CalculateCountStatisticPoint |
createPointFromCsvLine(org.optaplanner.core.impl.score.definition.ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
void |
open(org.optaplanner.core.api.solver.Solver solver) |
getStatisticType
getAnchorId, getCsvFile, getCsvFilePath, getPointList, getSingleBenchmarkResult, initPointList, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
public CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
public CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, long timeMillisThresholdInterval)
public void open(org.optaplanner.core.api.solver.Solver solver)
open
in class SingleStatistic<CalculateCountStatisticPoint>
public void close(org.optaplanner.core.api.solver.Solver solver)
close
in class SingleStatistic<CalculateCountStatisticPoint>
protected String getCsvHeader()
getCsvHeader
in class SingleStatistic<CalculateCountStatisticPoint>
protected CalculateCountStatisticPoint createPointFromCsvLine(org.optaplanner.core.impl.score.definition.ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine
in class SingleStatistic<CalculateCountStatisticPoint>
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.