org.drools.planner.benchmark.config
Class XmlPlannerBenchmarkFactory

java.lang.Object
  extended by org.drools.planner.benchmark.config.XmlPlannerBenchmarkFactory

public class XmlPlannerBenchmarkFactory
extends Object


Constructor Summary
XmlPlannerBenchmarkFactory()
           
 
Method Summary
 void addXstreamAnnotations(Class... xstreamAnnotations)
           
 PlannerBenchmark buildPlannerBenchmark()
           
 XmlPlannerBenchmarkFactory configure(InputStream in)
           
 XmlPlannerBenchmarkFactory configure(Reader reader)
           
 XmlPlannerBenchmarkFactory configure(String resource)
           
 PlannerBenchmarkConfig getPlannerBenchmarkConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPlannerBenchmarkFactory

public XmlPlannerBenchmarkFactory()
Method Detail

addXstreamAnnotations

public void addXstreamAnnotations(Class... xstreamAnnotations)

configure

public XmlPlannerBenchmarkFactory configure(String resource)

configure

public XmlPlannerBenchmarkFactory configure(InputStream in)

configure

public XmlPlannerBenchmarkFactory configure(Reader reader)

getPlannerBenchmarkConfig

public PlannerBenchmarkConfig getPlannerBenchmarkConfig()

buildPlannerBenchmark

public PlannerBenchmark buildPlannerBenchmark()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.