org.optaplanner.benchmark.impl.statistic.calculatecount
Class CalculateCountSingleStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic<CalculateCountStatisticPoint>
org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic
public class CalculateCountSingleStatistic
- extends ProblemBasedSingleStatistic<CalculateCountStatisticPoint>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalculateCountSingleStatistic
public CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
CalculateCountSingleStatistic
public CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval)
open
public void open(Solver solver)
- Specified by:
open
in class SingleStatistic<CalculateCountStatisticPoint>
close
public void close(Solver solver)
- Specified by:
close
in class SingleStatistic<CalculateCountStatisticPoint>
getCsvHeader
protected String getCsvHeader()
- Specified by:
getCsvHeader
in class SingleStatistic<CalculateCountStatisticPoint>
createPointFromCsvLine
protected CalculateCountStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine)
- Specified by:
createPointFromCsvLine
in class SingleStatistic<CalculateCountStatisticPoint>
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.