Uses of Class
ai.timefold.solver.core.config.heuristic.selector.move.generic.chained.SubChainSwapMoveSelectorConfig
Packages that use SubChainSwapMoveSelectorConfig
Package
Description
-
Uses of SubChainSwapMoveSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained
Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained that return SubChainSwapMoveSelectorConfigModifier and TypeMethodDescription@NonNull SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig.copyConfig()Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig.inherit(@NonNull SubChainSwapMoveSelectorConfig inheritedConfig) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig.withEntityClass(@NonNull Class<?> entityClass) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig.withSecondarySubChainSelectorConfig(@NonNull SubChainSelectorConfig secondarySubChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig.withSelectReversingMoveToo(@NonNull Boolean selectReversingMoveToo) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig.withSubChainSelectorConfig(@NonNull SubChainSelectorConfig subChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.chained with parameters of type SubChainSwapMoveSelectorConfigModifier and TypeMethodDescription@NonNull SubChainSwapMoveSelectorConfigSubChainSwapMoveSelectorConfig.inherit(@NonNull SubChainSwapMoveSelectorConfig inheritedConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SubChainSwapMoveSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained
Constructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained with parameters of type SubChainSwapMoveSelectorConfigModifierConstructorDescriptionSubChainSwapMoveSelectorFactory(SubChainSwapMoveSelectorConfig moveSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.