OptaPlanner distribution 6.1.0.Beta1

org.optaplanner.benchmark.api
Interface PlannerBenchmarkFactory

All Known Implementing Classes:
FreemarkerXmlPlannerBenchmarkFactory, XmlPlannerBenchmarkFactory

public interface PlannerBenchmarkFactory


Method Summary
 PlannerBenchmark buildPlannerBenchmark()
           
 PlannerBenchmarkConfig getPlannerBenchmarkConfig()
          Allows you to problematically change the PlannerBenchmarkConfig at runtime before building the PlannerBenchmark.
 

Method Detail

getPlannerBenchmarkConfig

PlannerBenchmarkConfig getPlannerBenchmarkConfig()
Allows you to problematically change the PlannerBenchmarkConfig at runtime before building the PlannerBenchmark.

Returns:
never null
Throws:
IllegalStateException - if no benchmarkConfig was configured yet

buildPlannerBenchmark

PlannerBenchmark buildPlannerBenchmark()
Returns:
never null

OptaPlanner distribution 6.1.0.Beta1

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