org.drools.planner.benchmark.core.statistic.calculatecount
Class CalculateCountProblemStatistic
java.lang.Object
org.drools.planner.benchmark.core.statistic.AbstractProblemStatistic
org.drools.planner.benchmark.core.statistic.calculatecount.CalculateCountProblemStatistic
- All Implemented Interfaces:
- ProblemStatistic
public class CalculateCountProblemStatistic
- extends AbstractProblemStatistic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphStatisticFile
protected File graphStatisticFile
CalculateCountProblemStatistic
public CalculateCountProblemStatistic(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 © 2001-2013 JBoss by Red Hat. All Rights Reserved.