Class SolverBenchmarkBluePrintConfig
- java.lang.Object
 - 
- org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
 
- 
public class SolverBenchmarkBluePrintConfig extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected SolverBenchmarkBluePrintTypesolverBenchmarkBluePrintType 
- 
Constructor Summary
Constructors Constructor Description SolverBenchmarkBluePrintConfig() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SolverBenchmarkConfig>buildSolverBenchmarkConfigList()SolverBenchmarkBluePrintTypegetSolverBenchmarkBluePrintType()voidsetSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType)protected voidvalidate()SolverBenchmarkBluePrintConfigwithSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType) 
 - 
 
- 
- 
Field Detail
- 
solverBenchmarkBluePrintType
protected SolverBenchmarkBluePrintType solverBenchmarkBluePrintType
 
 - 
 
- 
Method Detail
- 
getSolverBenchmarkBluePrintType
public SolverBenchmarkBluePrintType getSolverBenchmarkBluePrintType()
 
- 
setSolverBenchmarkBluePrintType
public void setSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType)
 
- 
buildSolverBenchmarkConfigList
public List<SolverBenchmarkConfig> buildSolverBenchmarkConfigList()
 
- 
validate
protected void validate()
 
- 
withSolverBenchmarkBluePrintType
public SolverBenchmarkBluePrintConfig withSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType)
 
 - 
 
 -