Class SubChainSwapMoveSelectorConfig
java.lang.Object
ai.timefold.solver.core.config.AbstractConfig<Config_>
ai.timefold.solver.core.config.heuristic.selector.SelectorConfig<Config_>
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig<SubChainSwapMoveSelectorConfig>
ai.timefold.solver.core.config.heuristic.selector.move.generic.chained.SubChainSwapMoveSelectorConfig
@Deprecated(forRemoval=true,
since="1.31.0")
public class SubChainSwapMoveSelectorConfig
extends MoveSelectorConfig<SubChainSwapMoveSelectorConfig>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig
cacheType, comparatorClass, comparatorFactoryClass, filterClass, probabilityWeightFactoryClass, selectedCountLimit, selectionOrder, sorterClass, sorterComparatorClass, sorterOrder, sorterWeightFactoryClass -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@NonNull SubChainSwapMoveSelectorConfigDeprecated, for removal: This API element is subject to removal in a future version.Typically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.@Nullable Class<?>Deprecated, for removal: This API element is subject to removal in a future version.@Nullable SubChainSelectorConfigDeprecated, for removal: This API element is subject to removal in a future version.@Nullable BooleanDeprecated, for removal: This API element is subject to removal in a future version.@Nullable SubChainSelectorConfigDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Verifies if the current configuration has any Nearby Selection settings.@NonNull SubChainSwapMoveSelectorConfiginherit(@NonNull SubChainSwapMoveSelectorConfig inheritedConfig) Deprecated, for removal: This API element is subject to removal in a future version.Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetEntityClass(@Nullable Class<?> entityClass) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSecondarySubChainSelectorConfig(@Nullable SubChainSelectorConfig secondarySubChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSelectReversingMoveToo(@Nullable Boolean selectReversingMoveToo) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSubChainSelectorConfig(@Nullable SubChainSelectorConfig subChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.voidvisitReferencedClasses(@NonNull Consumer<Class<?>> classVisitor) Deprecated, for removal: This API element is subject to removal in a future version.Call the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs).@NonNull SubChainSwapMoveSelectorConfigwithEntityClass(@NonNull Class<?> entityClass) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigwithSecondarySubChainSelectorConfig(@NonNull SubChainSelectorConfig secondarySubChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigwithSelectReversingMoveToo(@NonNull Boolean selectReversingMoveToo) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SubChainSwapMoveSelectorConfigwithSubChainSelectorConfig(@NonNull SubChainSelectorConfig subChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig
extractLeafMoveSelectorConfigsIntoList, getCacheType, getComparatorClass, getComparatorFactoryClass, getFilterClass, getFixedProbabilityWeight, getProbabilityWeightFactoryClass, getSelectedCountLimit, getSelectionOrder, getSorterClass, getSorterComparatorClass, getSorterOrder, getSorterWeightFactoryClass, inheritFolded, setCacheType, setComparatorClass, setComparatorFactoryClass, setFilterClass, setFixedProbabilityWeight, setProbabilityWeightFactoryClass, setSelectedCountLimit, setSelectionOrder, setSorterClass, setSorterComparatorClass, setSorterOrder, setSorterWeightFactoryClass, visitCommonReferencedClasses, withCacheType, withComparatorClass, withComparatorFactoryClass, withFilterClass, withFixedProbabilityWeight, withProbabilityWeightFactoryClass, withSelectedCountLimit, withSelectionOrder, withSorterClass, withSorterComparatorClass, withSorterOrder, withSorterWeightFactoryClass
-
Field Details
-
XML_ELEMENT_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
SubChainSwapMoveSelectorConfig
public SubChainSwapMoveSelectorConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getEntityClass
Deprecated, for removal: This API element is subject to removal in a future version. -
setEntityClass
Deprecated, for removal: This API element is subject to removal in a future version. -
getSubChainSelectorConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
setSubChainSelectorConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
getSecondarySubChainSelectorConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
setSecondarySubChainSelectorConfig
public void setSecondarySubChainSelectorConfig(@Nullable SubChainSelectorConfig secondarySubChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
getSelectReversingMoveToo
Deprecated, for removal: This API element is subject to removal in a future version. -
setSelectReversingMoveToo
Deprecated, for removal: This API element is subject to removal in a future version. -
withEntityClass
Deprecated, for removal: This API element is subject to removal in a future version. -
withSubChainSelectorConfig
public @NonNull SubChainSwapMoveSelectorConfig withSubChainSelectorConfig(@NonNull SubChainSelectorConfig subChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
withSecondarySubChainSelectorConfig
public @NonNull SubChainSwapMoveSelectorConfig withSecondarySubChainSelectorConfig(@NonNull SubChainSelectorConfig secondarySubChainSelectorConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
withSelectReversingMoveToo
public @NonNull SubChainSwapMoveSelectorConfig withSelectReversingMoveToo(@NonNull Boolean selectReversingMoveToo) Deprecated, for removal: This API element is subject to removal in a future version. -
inherit
public @NonNull SubChainSwapMoveSelectorConfig inherit(@NonNull SubChainSwapMoveSelectorConfig inheritedConfig) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractConfigInherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).After the inheritance, if a property on this
AbstractConfigcomposition is replaced, it should not affect the inherited composition instance.- Overrides:
inheritin classMoveSelectorConfig<SubChainSwapMoveSelectorConfig>- Returns:
- this
-
copyConfig
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<SubChainSwapMoveSelectorConfig>- Returns:
- new instance
-
visitReferencedClasses
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractConfigCall the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs). Required to create the bean factory in Quarkus.- Specified by:
visitReferencedClassesin classAbstractConfig<SubChainSwapMoveSelectorConfig>- Parameters:
classVisitor- The visitor of classes. Can accept null instances of Class.
-
hasNearbySelectionConfig
public boolean hasNearbySelectionConfig()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:SelectorConfigVerifies if the current configuration has any Nearby Selection settings.- Specified by:
hasNearbySelectionConfigin classSelectorConfig<SubChainSwapMoveSelectorConfig>
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classAbstractConfig<SubChainSwapMoveSelectorConfig>
-
list variableinstead.