Uses of Class
org.optaplanner.core.config.heuristic.selector.value.chained.SubChainSelectorConfig
-
-
Uses of SubChainSelectorConfig in org.optaplanner.core.config.heuristic.selector.move.generic.chained
Methods in org.optaplanner.core.config.heuristic.selector.move.generic.chained that return SubChainSelectorConfig Modifier and Type Method Description SubChainSelectorConfigSubChainSwapMoveSelectorConfig. getSecondarySubChainSelectorConfig()SubChainSelectorConfigSubChainChangeMoveSelectorConfig. getSubChainSelectorConfig()SubChainSelectorConfigSubChainSwapMoveSelectorConfig. getSubChainSelectorConfig()Methods in org.optaplanner.core.config.heuristic.selector.move.generic.chained with parameters of type SubChainSelectorConfig Modifier and Type Method Description voidSubChainSwapMoveSelectorConfig. setSecondarySubChainSelectorConfig(SubChainSelectorConfig secondarySubChainSelectorConfig)voidSubChainChangeMoveSelectorConfig. setSubChainSelectorConfig(SubChainSelectorConfig subChainSelectorConfig)voidSubChainSwapMoveSelectorConfig. setSubChainSelectorConfig(SubChainSelectorConfig subChainSelectorConfig) -
Uses of SubChainSelectorConfig in org.optaplanner.core.config.heuristic.selector.value.chained
Methods in org.optaplanner.core.config.heuristic.selector.value.chained that return SubChainSelectorConfig Modifier and Type Method Description SubChainSelectorConfigSubChainSelectorConfig. copyConfig()SubChainSelectorConfigSubChainSelectorConfig. inherit(SubChainSelectorConfig inheritedConfig)Methods in org.optaplanner.core.config.heuristic.selector.value.chained with parameters of type SubChainSelectorConfig Modifier and Type Method Description SubChainSelectorConfigSubChainSelectorConfig. inherit(SubChainSelectorConfig inheritedConfig) -
Uses of SubChainSelectorConfig in org.optaplanner.core.impl.heuristic.selector.value.chained
Methods in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type SubChainSelectorConfig Modifier and Type Method Description static <Solution_>
SubChainSelectorFactory<Solution_>SubChainSelectorFactory. create(SubChainSelectorConfig subChainSelectorConfig)Constructors in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type SubChainSelectorConfig Constructor Description SubChainSelectorFactory(SubChainSelectorConfig subChainSelectorConfig)
-