Uses of Class
ai.timefold.solver.core.config.heuristic.selector.list.DestinationSelectorConfig
-
-
Uses of DestinationSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.list
Methods in ai.timefold.solver.core.config.heuristic.selector.list that return DestinationSelectorConfig Modifier and Type Method Description DestinationSelectorConfigDestinationSelectorConfig. copyConfig()DestinationSelectorConfigDestinationSelectorConfig. inherit(DestinationSelectorConfig inheritedConfig)DestinationSelectorConfigDestinationSelectorConfig. withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)DestinationSelectorConfigDestinationSelectorConfig. withNearbySelectionConfig(NearbySelectionConfig nearbySelectionConfig)DestinationSelectorConfigDestinationSelectorConfig. withValueSelectorConfig(ValueSelectorConfig valueSelectorConfig)Methods in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type DestinationSelectorConfig Modifier and Type Method Description DestinationSelectorConfigDestinationSelectorConfig. inherit(DestinationSelectorConfig inheritedConfig)Constructors in ai.timefold.solver.core.config.heuristic.selector.list with parameters of type DestinationSelectorConfig Constructor Description DestinationSelectorConfig(DestinationSelectorConfig inheritedConfig) -
Uses of DestinationSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.move.generic.list
Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list that return DestinationSelectorConfig Modifier and Type Method Description DestinationSelectorConfigListChangeMoveSelectorConfig. getDestinationSelectorConfig()DestinationSelectorConfigSubListChangeMoveSelectorConfig. getDestinationSelectorConfig()Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list with parameters of type DestinationSelectorConfig Modifier and Type Method Description voidListChangeMoveSelectorConfig. setDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig)voidSubListChangeMoveSelectorConfig. setDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig)ListChangeMoveSelectorConfigListChangeMoveSelectorConfig. withDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig)SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. withDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig) -
Uses of DestinationSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.list
Methods in ai.timefold.solver.core.impl.heuristic.selector.list with parameters of type DestinationSelectorConfig Modifier and Type Method Description static <Solution_>
DestinationSelectorFactory<Solution_>DestinationSelectorFactory. create(DestinationSelectorConfig destinationSelectorConfig) -
Uses of DestinationSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list
Methods in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list with parameters of type DestinationSelectorConfig Modifier and Type Method Description static ListChangeMoveSelectorConfigListChangeMoveSelectorFactory. buildChildMoveSelectorConfig(ListVariableDescriptor<?> variableDescriptor, ValueSelectorConfig inheritedValueSelectorConfig, DestinationSelectorConfig inheritedDestinationSelectorConfig)
-