Uses of Class
ai.timefold.solver.core.config.heuristic.selector.move.generic.list.SubListChangeMoveSelectorConfig
-
-
Uses of SubListChangeMoveSelectorConfig 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 SubListChangeMoveSelectorConfig Modifier and Type Method Description SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. copyConfig()SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. inherit(SubListChangeMoveSelectorConfig inheritedConfig)SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. withDestinationSelectorConfig(DestinationSelectorConfig destinationSelectorConfig)SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. withSelectReversingMoveToo(Boolean selectReversingMoveToo)SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. withSubListSelectorConfig(SubListSelectorConfig subListSelectorConfig)Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list with parameters of type SubListChangeMoveSelectorConfig Modifier and Type Method Description SubListChangeMoveSelectorConfigSubListChangeMoveSelectorConfig. inherit(SubListChangeMoveSelectorConfig inheritedConfig) -
Uses of SubListChangeMoveSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list
Constructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list with parameters of type SubListChangeMoveSelectorConfig Constructor Description SubListChangeMoveSelectorFactory(SubListChangeMoveSelectorConfig moveSelectorConfig)
-