Class SolverBenchmarkBluePrintConfig
- java.lang.Object
- 
- org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
- 
 public class SolverBenchmarkBluePrintConfig extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected SolverBenchmarkBluePrintTypesolverBenchmarkBluePrintType
 - 
Constructor SummaryConstructors Constructor Description SolverBenchmarkBluePrintConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SolverBenchmarkConfig>buildSolverBenchmarkConfigList()SolverBenchmarkBluePrintTypegetSolverBenchmarkBluePrintType()voidsetSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType)protected voidvalidate()SolverBenchmarkBluePrintConfigwithSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType)
 
- 
- 
- 
Field Detail- 
solverBenchmarkBluePrintTypeprotected SolverBenchmarkBluePrintType solverBenchmarkBluePrintType 
 
- 
 - 
Method Detail- 
getSolverBenchmarkBluePrintTypepublic SolverBenchmarkBluePrintType getSolverBenchmarkBluePrintType() 
 - 
setSolverBenchmarkBluePrintTypepublic void setSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType) 
 - 
buildSolverBenchmarkConfigListpublic List<SolverBenchmarkConfig> buildSolverBenchmarkConfigList() 
 - 
validateprotected void validate() 
 - 
withSolverBenchmarkBluePrintTypepublic SolverBenchmarkBluePrintConfig withSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType) 
 
- 
 
-