Uses of Class
org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType
-
Packages that use ConstructionHeuristicType Package Description org.optaplanner.benchmark.config.blueprint org.optaplanner.core.config.constructionheuristic -
-
Uses of ConstructionHeuristicType in org.optaplanner.benchmark.config.blueprint
Methods in org.optaplanner.benchmark.config.blueprint with parameters of type ConstructionHeuristicType Modifier and Type Method Description protected SolverBenchmarkConfig
SolverBenchmarkBluePrintType. buildSolverBenchmarkConfig(ConstructionHeuristicType constructionHeuristicType, boolean localSearchEnabled, LocalSearchType localSearchType)
-
Uses of ConstructionHeuristicType in org.optaplanner.core.config.constructionheuristic
Fields in org.optaplanner.core.config.constructionheuristic declared as ConstructionHeuristicType Modifier and Type Field Description protected ConstructionHeuristicType
ConstructionHeuristicPhaseConfig. constructionHeuristicType
Methods in org.optaplanner.core.config.constructionheuristic that return ConstructionHeuristicType Modifier and Type Method Description static ConstructionHeuristicType[]
ConstructionHeuristicType. getBluePrintTypes()
ConstructionHeuristicType
ConstructionHeuristicPhaseConfig. getConstructionHeuristicType()
static ConstructionHeuristicType
ConstructionHeuristicType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConstructionHeuristicType[]
ConstructionHeuristicType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.core.config.constructionheuristic with parameters of type ConstructionHeuristicType Modifier and Type Method Description void
ConstructionHeuristicPhaseConfig. setConstructionHeuristicType(ConstructionHeuristicType constructionHeuristicType)
ConstructionHeuristicPhaseConfig
ConstructionHeuristicPhaseConfig. withConstructionHeuristicType(ConstructionHeuristicType constructionHeuristicType)
-