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 TypeMethodDescriptionNearbySelectionConfig.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(NearbySelectionDistributionType nearbySelectionDistributionType) NearbySelectionConfig.withNearbySelectionDistributionType(NearbySelectionDistributionType nearbySelectionDistributionType)