Uses of Class
ai.timefold.solver.core.config.heuristic.selector.move.generic.chained.SubChainChangeMoveSelectorConfig
Packages that use SubChainChangeMoveSelectorConfig
Package
Description
-
Uses of SubChainChangeMoveSelectorConfig 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 SubChainChangeMoveSelectorConfigModifier and TypeMethodDescription@NonNull SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.copyConfig()Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.inherit(@NonNull SubChainChangeMoveSelectorConfig inheritedConfig) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.withEntityClass(@NonNull Class<?> entityClass) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.withSelectReversingMoveToo(@NonNull Boolean selectReversingMoveToo) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.withSubChainSelectorConfig(@NonNull SubChainSelectorConfig subChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.withValueSelectorConfig(@NonNull ValueSelectorConfig valueSelectorConfig) 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 SubChainChangeMoveSelectorConfigModifier and TypeMethodDescription@NonNull SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.inherit(@NonNull SubChainChangeMoveSelectorConfig inheritedConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SubChainChangeMoveSelectorConfig 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 SubChainChangeMoveSelectorConfigModifierConstructorDescriptionSubChainChangeMoveSelectorFactory(SubChainChangeMoveSelectorConfig moveSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.