Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.chained.SubChainSelector
-
-
Uses of SubChainSelector in org.optaplanner.core.config.heuristic.selector.value.chained
Methods in org.optaplanner.core.config.heuristic.selector.value.chained that return SubChainSelector Modifier and Type Method Description SubChainSelectorSubChainSelectorConfig. buildSubChainSelector(HeuristicConfigPolicy configPolicy, EntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder) -
Uses of SubChainSelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as SubChainSelector Modifier and Type Field Description protected SubChainSelectorSubChainSwapMoveSelector. leftSubChainSelectorprotected SubChainSelectorSubChainSwapMoveSelector. rightSubChainSelectorprotected SubChainSelectorSubChainChangeMoveSelector. subChainSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type SubChainSelector Constructor Description SubChainChangeMoveSelector(SubChainSelector subChainSelector, EntityIndependentValueSelector valueSelector, boolean randomSelection, boolean selectReversingMoveToo)SubChainSwapMoveSelector(SubChainSelector leftSubChainSelector, SubChainSelector rightSubChainSelector, boolean randomSelection, boolean selectReversingMoveToo) -
Uses of SubChainSelector in org.optaplanner.core.impl.heuristic.selector.value.chained
Classes in org.optaplanner.core.impl.heuristic.selector.value.chained that implement SubChainSelector Modifier and Type Class Description classDefaultSubChainSelectorThis is the commonSubChainSelectorimplementation.
-