Uses of Class
ai.timefold.solver.core.config.heuristic.selector.value.chained.SubChainSelectorConfig
Packages that use SubChainSelectorConfig
Package
Description
-
Uses of SubChainSelectorConfig 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 SubChainSelectorConfigModifier and TypeMethodDescription@Nullable SubChainSelectorConfigSubChainSwapMoveSelectorConfig.getSecondarySubChainSelectorConfig()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable SubChainSelectorConfigSubChainChangeMoveSelectorConfig.getSubChainSelectorConfig()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable SubChainSelectorConfigSubChainSwapMoveSelectorConfig.getSubChainSelectorConfig()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 SubChainSelectorConfigModifier and TypeMethodDescriptionvoidSubChainSwapMoveSelectorConfig.setSecondarySubChainSelectorConfig(@Nullable SubChainSelectorConfig secondarySubChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.voidSubChainChangeMoveSelectorConfig.setSubChainSelectorConfig(@Nullable SubChainSelectorConfig subChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.voidSubChainSwapMoveSelectorConfig.setSubChainSelectorConfig(@Nullable SubChainSelectorConfig subChainSelectorConfig) 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 SubChainChangeMoveSelectorConfigSubChainChangeMoveSelectorConfig.withSubChainSelectorConfig(@NonNull SubChainSelectorConfig subChainSelectorConfig) 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. -
Uses of SubChainSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.value.chained
Methods in ai.timefold.solver.core.config.heuristic.selector.value.chained that return SubChainSelectorConfigModifier and TypeMethodDescription@NonNull SubChainSelectorConfigSubChainSelectorConfig.copyConfig()@NonNull SubChainSelectorConfigSubChainSelectorConfig.inherit(@NonNull SubChainSelectorConfig inheritedConfig) @NonNull SubChainSelectorConfigSubChainSelectorConfig.withMaximumSubChainSize(@NonNull Integer maximumSubChainSize) @NonNull SubChainSelectorConfigSubChainSelectorConfig.withMinimumSubChainSize(@NonNull Integer minimumSubChainSize) @NonNull SubChainSelectorConfigSubChainSelectorConfig.withValueSelectorConfig(@NonNull ValueSelectorConfig valueSelectorConfig) Methods in ai.timefold.solver.core.config.heuristic.selector.value.chained with parameters of type SubChainSelectorConfigModifier and TypeMethodDescription@NonNull SubChainSelectorConfigSubChainSelectorConfig.inherit(@NonNull SubChainSelectorConfig inheritedConfig) -
Uses of SubChainSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.value.chained
Methods in ai.timefold.solver.core.impl.heuristic.selector.value.chained with parameters of type SubChainSelectorConfigModifier and TypeMethodDescriptionstatic <Solution_>
SubChainSelectorFactory<Solution_>SubChainSelectorFactory.create(SubChainSelectorConfig subChainSelectorConfig) Constructors in ai.timefold.solver.core.impl.heuristic.selector.value.chained with parameters of type SubChainSelectorConfigModifierConstructorDescriptionSubChainSelectorFactory(SubChainSelectorConfig subChainSelectorConfig)