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 ProblemBenchmarksConfig
ProblemBenchmarksConfig. copyConfig()
ProblemBenchmarksConfig
SolverBenchmarkConfig. getProblemBenchmarksConfig()
ProblemBenchmarksConfig
ProblemBenchmarksConfig. inherit(ProblemBenchmarksConfig inheritedConfig)
Methods in org.optaplanner.benchmark.config with parameters of type ProblemBenchmarksConfig Modifier and Type Method Description ProblemBenchmarksConfig
ProblemBenchmarksConfig. inherit(ProblemBenchmarksConfig inheritedConfig)
void
SolverBenchmarkConfig. 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)
-