Uses of Class
org.optaplanner.benchmark.config.report.BenchmarkReportConfig
-
Packages that use BenchmarkReportConfig Package Description org.optaplanner.benchmark.config Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.org.optaplanner.benchmark.config.report org.optaplanner.benchmark.impl.aggregator -
-
Uses of BenchmarkReportConfig in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return BenchmarkReportConfig Modifier and Type Method Description BenchmarkReportConfig
PlannerBenchmarkConfig. getBenchmarkReportConfig()
Methods in org.optaplanner.benchmark.config with parameters of type BenchmarkReportConfig Modifier and Type Method Description void
PlannerBenchmarkConfig. setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig)
-
Uses of BenchmarkReportConfig in org.optaplanner.benchmark.config.report
Methods in org.optaplanner.benchmark.config.report that return BenchmarkReportConfig Modifier and Type Method Description BenchmarkReportConfig
BenchmarkReportConfig. copyConfig()
BenchmarkReportConfig
BenchmarkReportConfig. inherit(BenchmarkReportConfig inheritedConfig)
Methods in org.optaplanner.benchmark.config.report with parameters of type BenchmarkReportConfig Modifier and Type Method Description BenchmarkReportConfig
BenchmarkReportConfig. inherit(BenchmarkReportConfig inheritedConfig)
Constructors in org.optaplanner.benchmark.config.report with parameters of type BenchmarkReportConfig Constructor Description BenchmarkReportConfig(BenchmarkReportConfig inheritedConfig)
-
Uses of BenchmarkReportConfig in org.optaplanner.benchmark.impl.aggregator
Methods in org.optaplanner.benchmark.impl.aggregator that return BenchmarkReportConfig Modifier and Type Method Description BenchmarkReportConfig
BenchmarkAggregator. getBenchmarkReportConfig()
Methods in org.optaplanner.benchmark.impl.aggregator with parameters of type BenchmarkReportConfig Modifier and Type Method Description void
BenchmarkAggregator. setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig)
-