OptaPlanner distribution 6.1.0.Final

Uses of Class
org.optaplanner.benchmark.api.PlannerBenchmarkFactory

Packages that use PlannerBenchmarkFactory
org.optaplanner.benchmark.api   
org.optaplanner.benchmark.impl   
org.optaplanner.benchmark.impl.aggregator.swingui   
org.optaplanner.examples.common.app   
 

Uses of PlannerBenchmarkFactory in org.optaplanner.benchmark.api
 

Methods in org.optaplanner.benchmark.api that return PlannerBenchmarkFactory
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlFile(File templateFile, Object model)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlInputStream(InputStream templateIn)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlInputStream(InputStream templateIn, Object model)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlReader(Reader templateReader)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlReader(Reader templateReader, Object model)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromFreemarkerXmlResource(String templateResource, Object model)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromXmlFile(File benchmarkConfigFile)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromXmlInputStream(InputStream in)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromXmlReader(Reader reader)
           
static PlannerBenchmarkFactory PlannerBenchmarkFactory.createFromXmlResource(String benchmarkConfigResource)
           
 

Uses of PlannerBenchmarkFactory in org.optaplanner.benchmark.impl
 

Subclasses of PlannerBenchmarkFactory in org.optaplanner.benchmark.impl
 class FreemarkerXmlPlannerBenchmarkFactory
           
 class XStreamXmlPlannerBenchmarkFactory
           
 

Uses of PlannerBenchmarkFactory in org.optaplanner.benchmark.impl.aggregator.swingui
 

Methods in org.optaplanner.benchmark.impl.aggregator.swingui with parameters of type PlannerBenchmarkFactory
static void BenchmarkAggregatorFrame.createAndDisplay(PlannerBenchmarkFactory plannerBenchmarkFactory)
           
 

Uses of PlannerBenchmarkFactory in org.optaplanner.examples.common.app
 

Methods in org.optaplanner.examples.common.app that return PlannerBenchmarkFactory
 PlannerBenchmarkFactory CommonBenchmarkApp.ArgOption.buildPlannerBenchmarkFactory()
           
 


OptaPlanner distribution 6.1.0.Final

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.