org.optaplanner.benchmark.config
public class XmlPlannerBenchmarkFactory extends Object implements PlannerBenchmarkFactory
Constructor and Description |
---|
XmlPlannerBenchmarkFactory() |
XmlPlannerBenchmarkFactory(String resource) |
Modifier and Type | Method and Description |
---|---|
void |
addXstreamAnnotations(Class... xstreamAnnotations) |
PlannerBenchmark |
buildPlannerBenchmark() |
XmlPlannerBenchmarkFactory |
configure(InputStream in) |
XmlPlannerBenchmarkFactory |
configure(Reader reader) |
XmlPlannerBenchmarkFactory |
configure(String resource) |
PlannerBenchmarkConfig |
getPlannerBenchmarkConfig() |
public XmlPlannerBenchmarkFactory()
public XmlPlannerBenchmarkFactory(String resource)
public void addXstreamAnnotations(Class... xstreamAnnotations)
public XmlPlannerBenchmarkFactory configure(String resource)
public XmlPlannerBenchmarkFactory configure(InputStream in)
public XmlPlannerBenchmarkFactory configure(Reader reader)
public PlannerBenchmarkConfig getPlannerBenchmarkConfig()
getPlannerBenchmarkConfig
in interface PlannerBenchmarkFactory
public PlannerBenchmark buildPlannerBenchmark()
buildPlannerBenchmark
in interface PlannerBenchmarkFactory
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.