Class BenchmarkReportFactory
- java.lang.Object
 - 
- org.optaplanner.benchmark.impl.report.BenchmarkReportFactory
 
 
- 
public class BenchmarkReportFactory extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description BenchmarkReportFactory(BenchmarkReportConfig config) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkReportbuildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark)protected voidsupplySolverRanking(BenchmarkReport benchmarkReport) 
 - 
 
- 
- 
Constructor Detail
- 
BenchmarkReportFactory
public BenchmarkReportFactory(BenchmarkReportConfig config)
 
 - 
 
- 
Method Detail
- 
buildBenchmarkReport
public BenchmarkReport buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark)
 
- 
supplySolverRanking
protected void supplySolverRanking(BenchmarkReport benchmarkReport)
 
 - 
 
 -