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
public class SubChainSwapMoveSelectorConfig
extends MoveSelectorConfig<SubChainSwapMoveSelectorConfig>
-
Field Summary
FieldsFields inherited from class ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig
cacheType, filterClass, probabilityWeightFactoryClass, selectedCountLimit, selectionOrder, sorterClass, sorterComparatorClass, sorterOrder, sorterWeightFactoryClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull SubChainSwapMoveSelectorConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.@Nullable Class<?>@Nullable SubChainSelectorConfig@Nullable Boolean@Nullable SubChainSelectorConfigbooleanVerifies if the current configuration has any Nearby Selection settings.@NonNull SubChainSwapMoveSelectorConfiginherit(@NonNull SubChainSwapMoveSelectorConfig inheritedConfig) 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) voidsetSecondarySubChainSelectorConfig(@Nullable SubChainSelectorConfig secondarySubChainSelectorConfig) voidsetSelectReversingMoveToo(@Nullable Boolean selectReversingMoveToo) voidsetSubChainSelectorConfig(@Nullable SubChainSelectorConfig subChainSelectorConfig) toString()voidvisitReferencedClasses(@NonNull Consumer<Class<?>> classVisitor) 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) @NonNull SubChainSwapMoveSelectorConfigwithSecondarySubChainSelectorConfig(@NonNull SubChainSelectorConfig secondarySubChainSelectorConfig) @NonNull SubChainSwapMoveSelectorConfigwithSelectReversingMoveToo(@NonNull Boolean selectReversingMoveToo) @NonNull SubChainSwapMoveSelectorConfigwithSubChainSelectorConfig(@NonNull SubChainSelectorConfig subChainSelectorConfig) Methods inherited from class ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig
extractLeafMoveSelectorConfigsIntoList, getCacheType, getFilterClass, getFixedProbabilityWeight, getProbabilityWeightFactoryClass, getSelectedCountLimit, getSelectionOrder, getSorterClass, getSorterComparatorClass, getSorterOrder, getSorterWeightFactoryClass, inheritFolded, setCacheType, setFilterClass, setFixedProbabilityWeight, setProbabilityWeightFactoryClass, setSelectedCountLimit, setSelectionOrder, setSorterClass, setSorterComparatorClass, setSorterOrder, setSorterWeightFactoryClass, visitCommonReferencedClasses, withCacheType, withFilterClass, withFixedProbabilityWeight, withProbabilityWeightFactoryClass, withSelectedCountLimit, withSelectionOrder, withSorterClass, withSorterComparatorClass, withSorterOrder, withSorterWeightFactoryClass
-
Field Details
-
XML_ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
SubChainSwapMoveSelectorConfig
public SubChainSwapMoveSelectorConfig()
-
-
Method Details
-
getEntityClass
-
setEntityClass
-
getSubChainSelectorConfig
-
setSubChainSelectorConfig
-
getSecondarySubChainSelectorConfig
-
setSecondarySubChainSelectorConfig
public void setSecondarySubChainSelectorConfig(@Nullable SubChainSelectorConfig secondarySubChainSelectorConfig) -
getSelectReversingMoveToo
-
setSelectReversingMoveToo
-
withEntityClass
-
withSubChainSelectorConfig
public @NonNull SubChainSwapMoveSelectorConfig withSubChainSelectorConfig(@NonNull SubChainSelectorConfig subChainSelectorConfig) -
withSecondarySubChainSelectorConfig
public @NonNull SubChainSwapMoveSelectorConfig withSecondarySubChainSelectorConfig(@NonNull SubChainSelectorConfig secondarySubChainSelectorConfig) -
withSelectReversingMoveToo
public @NonNull SubChainSwapMoveSelectorConfig withSelectReversingMoveToo(@NonNull Boolean selectReversingMoveToo) -
inherit
public @NonNull SubChainSwapMoveSelectorConfig inherit(@NonNull SubChainSwapMoveSelectorConfig inheritedConfig) 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
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
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()Description copied from class:SelectorConfigVerifies if the current configuration has any Nearby Selection settings.- Specified by:
hasNearbySelectionConfigin classSelectorConfig<SubChainSwapMoveSelectorConfig>
-
toString
- Overrides:
toStringin classAbstractConfig<SubChainSwapMoveSelectorConfig>
-