Uses of Class
ai.timefold.solver.core.config.heuristic.selector.common.nearby.NearbySelectionConfig
-
-
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.common.nearby
Methods in ai.timefold.solver.core.config.heuristic.selector.common.nearby with parameters of type NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigNearbySelectionConfig. inherit(NearbySelectionConfig inheritedConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.entity
Fields in ai.timefold.solver.core.config.heuristic.selector.entity declared as NearbySelectionConfig Modifier and Type Field Description protected NearbySelectionConfigEntitySelectorConfig. nearbySelectionConfigMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigEntitySelectorConfig. getNearbySelectionConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type NearbySelectionConfig Modifier and Type Method Description voidEntitySelectorConfig. setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig)EntitySelectorConfigEntitySelectorConfig. withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.list
Methods in ai.timefold.solver.core.config.heuristic.selector.list that return NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigDestinationSelectorConfig. getNearbySelectionConfig()NearbySelectionConfigSubListSelectorConfig. getNearbySelectionConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type NearbySelectionConfig Modifier and Type Method Description voidDestinationSelectorConfig. setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig)voidSubListSelectorConfig. setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig)DestinationSelectorConfigDestinationSelectorConfig. withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig)SubListSelectorConfigSubListSelectorConfig. withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.config.heuristic.selector.value
Fields in ai.timefold.solver.core.config.heuristic.selector.value declared as NearbySelectionConfig Modifier and Type Field Description protected NearbySelectionConfigValueSelectorConfig. nearbySelectionConfigMethods in ai.timefold.solver.core.config.heuristic.selector.value that return NearbySelectionConfig Modifier and Type Method Description NearbySelectionConfigValueSelectorConfig. getNearbySelectionConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.value with parameters of type NearbySelectionConfig Modifier and Type Method Description voidValueSelectorConfig. setNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig)ValueSelectorConfigValueSelectorConfig. withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig) -
Uses of NearbySelectionConfig in ai.timefold.solver.core.impl.heuristic.selector.common.nearby
Methods in ai.timefold.solver.core.impl.heuristic.selector.common.nearby with parameters of type NearbySelectionConfig Modifier and Type Method Description static NearbyRandomFactoryNearbyRandomFactory. create(NearbySelectionConfig nearbySelectionConfig)Constructors in ai.timefold.solver.core.impl.heuristic.selector.common.nearby with parameters of type NearbySelectionConfig Constructor Description NearbyRandomFactory(NearbySelectionConfig nearbySelectionConfig)
-