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