Uses of Enum Class
ai.timefold.solver.core.config.heuristic.selector.common.nearby.NearbySelectionDistributionType
Packages that use NearbySelectionDistributionType
-
Uses of NearbySelectionDistributionType in ai.timefold.solver.core.config.heuristic.selector.common.nearby
Fields in ai.timefold.solver.core.config.heuristic.selector.common.nearby declared as NearbySelectionDistributionTypeModifier and TypeFieldDescriptionprotected NearbySelectionDistributionTypeNearbySelectionConfig.nearbySelectionDistributionTypeMethods in ai.timefold.solver.core.config.heuristic.selector.common.nearby that return NearbySelectionDistributionTypeModifier and TypeMethodDescription@Nullable NearbySelectionDistributionTypeNearbySelectionConfig.getNearbySelectionDistributionType()Returns the enum constant of this class with the specified name.static NearbySelectionDistributionType[]NearbySelectionDistributionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.heuristic.selector.common.nearby with parameters of type NearbySelectionDistributionTypeModifier and TypeMethodDescriptionvoidNearbySelectionConfig.setNearbySelectionDistributionType(@Nullable NearbySelectionDistributionType nearbySelectionDistributionType) @NonNull NearbySelectionConfigNearbySelectionConfig.withNearbySelectionDistributionType(@NonNull NearbySelectionDistributionType nearbySelectionDistributionType)