Uses of Class
org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintType
-
Packages that use SolverBenchmarkBluePrintType Package Description org.optaplanner.benchmark.config.blueprint -
-
Uses of SolverBenchmarkBluePrintType in org.optaplanner.benchmark.config.blueprint
Fields in org.optaplanner.benchmark.config.blueprint declared as SolverBenchmarkBluePrintType Modifier and Type Field Description protected SolverBenchmarkBluePrintTypeSolverBenchmarkBluePrintConfig. solverBenchmarkBluePrintTypeMethods in org.optaplanner.benchmark.config.blueprint that return SolverBenchmarkBluePrintType Modifier and Type Method Description SolverBenchmarkBluePrintTypeSolverBenchmarkBluePrintConfig. getSolverBenchmarkBluePrintType()static SolverBenchmarkBluePrintTypeSolverBenchmarkBluePrintType. valueOf(String name)Returns the enum constant of this type with the specified name.static SolverBenchmarkBluePrintType[]SolverBenchmarkBluePrintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.benchmark.config.blueprint with parameters of type SolverBenchmarkBluePrintType Modifier and Type Method Description voidSolverBenchmarkBluePrintConfig. setSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType)SolverBenchmarkBluePrintConfigSolverBenchmarkBluePrintConfig. withSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType solverBenchmarkBluePrintType)
-