Uses of Enum Class
ai.timefold.solver.core.config.exhaustivesearch.ExhaustiveSearchType
Packages that use ExhaustiveSearchType
-
Uses of ExhaustiveSearchType in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as ExhaustiveSearchTypeModifier and TypeFieldDescriptionprotected ExhaustiveSearchTypeExhaustiveSearchPhaseConfig.exhaustiveSearchTypeMethods in ai.timefold.solver.core.config.exhaustivesearch that return ExhaustiveSearchTypeModifier and TypeMethodDescription@Nullable ExhaustiveSearchTypeExhaustiveSearchPhaseConfig.getExhaustiveSearchType()static ExhaustiveSearchTypeReturns the enum constant of this class with the specified name.static ExhaustiveSearchType[]ExhaustiveSearchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type ExhaustiveSearchTypeModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseConfig.setExhaustiveSearchType(@Nullable ExhaustiveSearchType exhaustiveSearchType) @NonNull ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig.withExhaustiveSearchType(@NonNull ExhaustiveSearchType exhaustiveSearchType)