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 SolverBenchmarkConfigSolverBenchmarkBluePrintType. 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 ConstructionHeuristicTypeConstructionHeuristicPhaseConfig. constructionHeuristicTypeMethods in org.optaplanner.core.config.constructionheuristic that return ConstructionHeuristicType Modifier and Type Method Description static ConstructionHeuristicType[]ConstructionHeuristicType. getBluePrintTypes()ConstructionHeuristicTypeConstructionHeuristicPhaseConfig. getConstructionHeuristicType()static ConstructionHeuristicTypeConstructionHeuristicType. 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 voidConstructionHeuristicPhaseConfig. setConstructionHeuristicType(ConstructionHeuristicType constructionHeuristicType)ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig. withConstructionHeuristicType(ConstructionHeuristicType constructionHeuristicType)
-