Uses of Class
org.optaplanner.core.config.heuristic.selector.common.nearby.NearbySelectionDistributionType
-
Packages that use NearbySelectionDistributionType Package Description org.optaplanner.core.config.heuristic.selector.common.nearby -
-
Uses of NearbySelectionDistributionType in org.optaplanner.core.config.heuristic.selector.common.nearby
Fields in org.optaplanner.core.config.heuristic.selector.common.nearby declared as NearbySelectionDistributionType Modifier and Type Field Description protected NearbySelectionDistributionTypeNearbySelectionConfig. nearbySelectionDistributionTypeMethods in org.optaplanner.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 org.optaplanner.core.config.heuristic.selector.common.nearby with parameters of type NearbySelectionDistributionType Modifier and Type Method Description voidNearbySelectionConfig. setNearbySelectionDistributionType(NearbySelectionDistributionType nearbySelectionDistributionType)
-