org.optaplanner.benchmark.impl.statistic.movecountperstep
Class MoveCountPerStepProblemStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.AbstractProblemStatistic
org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
- All Implemented Interfaces:
- ProblemStatistic
public class MoveCountPerStepProblemStatistic
- extends AbstractProblemStatistic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphStatisticFile
protected File graphStatisticFile
MoveCountPerStepProblemStatistic
public MoveCountPerStepProblemStatistic(ProblemBenchmark problemBenchmark)
createSingleStatistic
public SingleStatistic createSingleStatistic()
- Description copied from interface:
ProblemStatistic
- This method is thread-safe.
- Returns:
- never null
getGraphFilePath
public String getGraphFilePath()
- Returns:
- never null, relative to the
DefaultPlannerBenchmark.benchmarkReportDirectory
(not ProblemBenchmark.problemReportDirectory
)
writeCsvStatistic
protected void writeCsvStatistic()
- Specified by:
writeCsvStatistic
in class AbstractProblemStatistic
writeGraphStatistic
protected void writeGraphStatistic()
- Specified by:
writeGraphStatistic
in class AbstractProblemStatistic
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.