Uses of Class
ai.timefold.solver.core.config.heuristic.selector.common.nearby.NearbySelectionDistributionType
-
Packages that use NearbySelectionDistributionType Package Description ai.timefold.solver.core.config.heuristic.selector.common.nearby -
-
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 NearbySelectionDistributionType Modifier and Type Field Description protected NearbySelectionDistributionTypeNearbySelectionConfig. nearbySelectionDistributionTypeMethods in ai.timefold.solver.core.config.heuristic.selector.common.nearby that return NearbySelectionDistributionType Modifier and Type Method Description NearbySelectionDistributionTypeNearbySelectionConfig. getNearbySelectionDistributionType()static NearbySelectionDistributionTypeNearbySelectionDistributionType. valueOf(String name)Returns the enum constant of this type with the specified name.static NearbySelectionDistributionType[]NearbySelectionDistributionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.core.config.heuristic.selector.common.nearby with parameters of type NearbySelectionDistributionType Modifier and Type Method Description voidNearbySelectionConfig. setNearbySelectionDistributionType(NearbySelectionDistributionType nearbySelectionDistributionType)NearbySelectionConfigNearbySelectionConfig. withNearbySelectionDistributionType(NearbySelectionDistributionType nearbySelectionDistributionType)
-