Uses of Class
org.optaplanner.core.config.heuristic.selector.common.nearby.NearbySelectionConfig
-
-
Uses of NearbySelectionConfig in org.optaplanner.core.config.heuristic.selector.common.nearby
Methods in org.optaplanner.core.config.heuristic.selector.common.nearby that return NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigNearbySelectionConfig. copyConfig()NearbySelectionConfigNearbySelectionConfig. inherit(NearbySelectionConfig inheritedConfig)Methods in org.optaplanner.core.config.heuristic.selector.common.nearby with parameters of type NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigNearbySelectionConfig. inherit(NearbySelectionConfig inheritedConfig) -
Uses of NearbySelectionConfig in org.optaplanner.core.config.heuristic.selector.entity
Fields in org.optaplanner.core.config.heuristic.selector.entity declared as NearbySelectionConfig Modifier and Type Field Description protected NearbySelectionConfigEntitySelectorConfig. nearbySelectionConfigMethods in org.optaplanner.core.config.heuristic.selector.entity that return NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigEntitySelectorConfig. getNearbySelectionConfig()Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type NearbySelectionConfig Modifier and Type Method Description voidEntitySelectorConfig. setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in org.optaplanner.core.config.heuristic.selector.value
Fields in org.optaplanner.core.config.heuristic.selector.value declared as NearbySelectionConfig Modifier and Type Field Description protected NearbySelectionConfigValueSelectorConfig. nearbySelectionConfigMethods in org.optaplanner.core.config.heuristic.selector.value that return NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigValueSelectorConfig. getNearbySelectionConfig()Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type NearbySelectionConfig Modifier and Type Method Description voidValueSelectorConfig. setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in org.optaplanner.core.impl.heuristic.selector.common.nearby
Methods in org.optaplanner.core.impl.heuristic.selector.common.nearby with parameters of type NearbySelectionConfig Modifier and Type Method Description static NearbyRandomFactoryNearbyRandomFactory. create(NearbySelectionConfig nearbySelectionConfig)Constructors in org.optaplanner.core.impl.heuristic.selector.common.nearby with parameters of type NearbySelectionConfig Constructor Description NearbyRandomFactory(NearbySelectionConfig nearbySelectionConfig)
-