Uses of Class
org.optaplanner.benchmark.api.PlannerBenchmarkFactory
Packages that use PlannerBenchmarkFactory
Package
Description
The public API of OptaPlanner Benchmark.
Implementation classes of OptaPlanner Benchmark.
- 
Uses of PlannerBenchmarkFactory in org.optaplanner.benchmark.apiMethods in org.optaplanner.benchmark.api that return PlannerBenchmarkFactoryModifier and TypeMethodDescriptionstatic PlannerBenchmarkFactoryPlannerBenchmarkFactory.create(PlannerBenchmarkConfig benchmarkConfig) Uses aPlannerBenchmarkConfigto build aPlannerBenchmarkFactory.static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile) Reads an Freemarker template rom the file system that generates an XML benchmark configuration and uses thatPlannerBenchmarkConfigto build aPlannerBenchmarkFactory.static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile, ClassLoader classLoader) As defined bycreateFromFreemarkerXmlFile(File).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile, Object model) As defined bycreateFromFreemarkerXmlFile(File).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile, Object model, ClassLoader classLoader) As defined bycreateFromFreemarkerXmlFile(File).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource) Reads an Freemarker template from the classpath that generates an XML benchmark configuration and uses thatPlannerBenchmarkConfigto build aPlannerBenchmarkFactory.static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource, ClassLoader classLoader) As defined bycreateFromFreemarkerXmlResource(String).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource, Object model) As defined bycreateFromFreemarkerXmlResource(String).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource, Object model, ClassLoader classLoader) As defined bycreateFromFreemarkerXmlResource(String).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromSolverConfigXmlResource(String solverConfigResource) Reads an XML solver configuration from the classpath and uses thatSolverConfigto build aPlannerBenchmarkConfigthat in turn is used to build aPlannerBenchmarkFactory.static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromSolverConfigXmlResource(String solverConfigResource, File benchmarkDirectory) As defined bycreateFromSolverConfigXmlResource(String).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromSolverConfigXmlResource(String solverConfigResource, File benchmarkDirectory, ClassLoader classLoader) As defined bycreateFromSolverConfigXmlResource(String).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromSolverConfigXmlResource(String solverConfigResource, ClassLoader classLoader) As defined bycreateFromSolverConfigXmlResource(String).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromXmlFile(File benchmarkConfigFile) Reads an XML benchmark configuration from the file system and uses thatPlannerBenchmarkConfigto build aPlannerBenchmarkFactory.static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromXmlFile(File benchmarkConfigFile, ClassLoader classLoader) As defined bycreateFromXmlFile(File).static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromXmlResource(String benchmarkConfigResource) Reads an XML benchmark configuration from the classpath and uses thatPlannerBenchmarkConfigto build aPlannerBenchmarkFactory.static PlannerBenchmarkFactoryPlannerBenchmarkFactory.createFromXmlResource(String benchmarkConfigResource, ClassLoader classLoader) As defined bycreateFromXmlResource(String).
- 
Uses of PlannerBenchmarkFactory in org.optaplanner.benchmark.implSubclasses of PlannerBenchmarkFactory in org.optaplanner.benchmark.impl