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 NearbySelectionDistributionType
NearbySelectionConfig. nearbySelectionDistributionType
Methods in org.optaplanner.core.config.heuristic.selector.common.nearby that return NearbySelectionDistributionType Modifier and Type Method Description NearbySelectionDistributionType
NearbySelectionConfig. getNearbySelectionDistributionType()
static NearbySelectionDistributionType
NearbySelectionDistributionType. 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 void
NearbySelectionConfig. setNearbySelectionDistributionType(NearbySelectionDistributionType nearbySelectionDistributionType)
-