Uses of Class
org.optaplanner.benchmark.config.ProblemBenchmarksConfig
- 
Packages that use ProblemBenchmarksConfig Package Description org.optaplanner.benchmark.config Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.org.optaplanner.benchmark.impl Implementation classes of OptaPlanner Benchmark. - 
- 
Uses of ProblemBenchmarksConfig in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return ProblemBenchmarksConfig Modifier and Type Method Description ProblemBenchmarksConfigProblemBenchmarksConfig. copyConfig()ProblemBenchmarksConfigSolverBenchmarkConfig. getProblemBenchmarksConfig()ProblemBenchmarksConfigProblemBenchmarksConfig. inherit(ProblemBenchmarksConfig inheritedConfig)Methods in org.optaplanner.benchmark.config with parameters of type ProblemBenchmarksConfig Modifier and Type Method Description ProblemBenchmarksConfigProblemBenchmarksConfig. inherit(ProblemBenchmarksConfig inheritedConfig)voidSolverBenchmarkConfig. setProblemBenchmarksConfig(ProblemBenchmarksConfig problemBenchmarksConfig) - 
Uses of ProblemBenchmarksConfig in org.optaplanner.benchmark.impl
Constructors in org.optaplanner.benchmark.impl with parameters of type ProblemBenchmarksConfig Constructor Description ProblemBenchmarksFactory(ProblemBenchmarksConfig config) 
 -