OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.common.app
Class CommonBenchmarkApp.ArgOption

java.lang.Object
  extended by org.optaplanner.examples.common.app.CommonBenchmarkApp.ArgOption
Enclosing class:
CommonBenchmarkApp

public static class CommonBenchmarkApp.ArgOption
extends Object


Constructor Summary
CommonBenchmarkApp.ArgOption(String name, String benchmarkConfig)
           
CommonBenchmarkApp.ArgOption(String name, String benchmarkConfig, boolean template)
           
 
Method Summary
 PlannerBenchmarkFactory buildPlannerBenchmarkFactory()
           
 String getBenchmarkConfig()
           
 String getName()
           
 boolean isTemplate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonBenchmarkApp.ArgOption

public CommonBenchmarkApp.ArgOption(String name,
                                    String benchmarkConfig)

CommonBenchmarkApp.ArgOption

public CommonBenchmarkApp.ArgOption(String name,
                                    String benchmarkConfig,
                                    boolean template)
Method Detail

getName

public String getName()

getBenchmarkConfig

public String getBenchmarkConfig()

isTemplate

public boolean isTemplate()

buildPlannerBenchmarkFactory

public PlannerBenchmarkFactory buildPlannerBenchmarkFactory()

toString

public String toString()
Overrides:
toString in class Object

OptaPlanner distribution 6.2.1-SNAPSHOT

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