| Package | Description | 
|---|---|
| org.optaplanner.benchmark.api | 
 The public API of OptaPlanner Benchmark. 
 | 
| org.optaplanner.benchmark.impl | 
 Implementation classes of OptaPlanner Benchmark. 
 | 
| org.optaplanner.benchmark.impl.aggregator.swingui | 
| Modifier and Type | Method and Description | 
|---|---|
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile,
                           ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile,
                           Object model)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile,
                           Object model,
                           ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlInputStream(InputStream templateIn)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlInputStream(InputStream templateIn,
                                  ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlInputStream(InputStream templateIn,
                                  Object model)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlInputStream(InputStream templateIn,
                                  Object model,
                                  ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlReader(Reader templateReader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlReader(Reader templateReader,
                             ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlReader(Reader templateReader,
                             Object model)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlReader(Reader templateReader,
                             Object model,
                             ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource,
                               ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource,
                               Object model)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource,
                               Object model,
                               ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromKieContainerXmlResource(org.kie.api.runtime.KieContainer kieContainer,
                                 String benchmarkConfigResource)
 | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromKieContainerXmlResource(org.kie.api.builder.ReleaseId releaseId,
                                 String benchmarkConfigResource)
Creates a new  
PlannerBenchmarkFactory that uses a KieModule represented by its releaseId. | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromKieContainerXmlResource(String benchmarkConfigResource)
Creates a new  
PlannerBenchmarkFactory that uses KieServices.getKieClasspathContainer(). | 
static <Solution_> | 
PlannerBenchmarkFactory.createFromSolverFactory(SolverFactory<Solution_> solverFactory)  | 
static <Solution_> | 
PlannerBenchmarkFactory.createFromSolverFactory(SolverFactory<Solution_> solverFactory,
                       File benchmarkDirectory)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlFile(File benchmarkConfigFile)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlFile(File benchmarkConfigFile,
                 ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlInputStream(InputStream in)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlInputStream(InputStream in,
                        ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlReader(Reader reader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlReader(Reader reader,
                   ClassLoader classLoader)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlResource(String benchmarkConfigResource)  | 
static PlannerBenchmarkFactory | 
PlannerBenchmarkFactory.createFromXmlResource(String benchmarkConfigResource,
                     ClassLoader classLoader)
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPlannerBenchmarkFactory  | 
class  | 
EmptyPlannerBenchmarkFactory  | 
class  | 
FreemarkerXmlPlannerBenchmarkFactory  | 
class  | 
XStreamXmlPlannerBenchmarkFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
BenchmarkAggregatorFrame.createAndDisplay(PlannerBenchmarkFactory plannerBenchmarkFactory)  | 
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.