Uses of Class
org.optaplanner.core.impl.heuristic.selector.value.chained.SubChain
-
Packages that use SubChain Package Description org.optaplanner.core.impl.heuristic.selector.move.generic.chained org.optaplanner.core.impl.heuristic.selector.value.chained -
-
Uses of SubChain in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as SubChain Modifier and Type Field Description protected SubChainSubChainReversingSwapMove. leftSubChainprotected SubChainSubChainSwapMove. leftSubChainprotected SubChainSubChainReversingSwapMove. rightSubChainprotected SubChainSubChainSwapMove. rightSubChainprotected SubChainSubChainChangeMove. subChainprotected SubChainSubChainReversingChangeMove. subChainMethods in org.optaplanner.core.impl.heuristic.selector.move.generic.chained that return SubChain Modifier and Type Method Description SubChainSubChainReversingSwapMove. getLeftSubChain()SubChainSubChainSwapMove. getLeftSubChain()SubChainSubChainReversingSwapMove. getRightSubChain()SubChainSubChainSwapMove. getRightSubChain()SubChainSubChainChangeMove. getSubChain()SubChainSubChainReversingChangeMove. getSubChain() -
Uses of SubChain in org.optaplanner.core.impl.heuristic.selector.value.chained
Fields in org.optaplanner.core.impl.heuristic.selector.value.chained with type parameters of type SubChain Modifier and Type Field Description protected List<SubChain>DefaultSubChainSelector. anchorTrailingChainListMethods in org.optaplanner.core.impl.heuristic.selector.value.chained that return SubChain Modifier and Type Method Description <Solution_>
SubChainSubChain. rebase(ScoreDirector<Solution_> destinationScoreDirector)SubChainSubChain. reverse()SubChainSubChain. subChain(int fromIndex, int toIndex)Methods in org.optaplanner.core.impl.heuristic.selector.value.chained that return types with arguments of type SubChain Modifier and Type Method Description Iterator<SubChain>DefaultSubChainSelector. iterator()ListIterator<SubChain>DefaultSubChainSelector. listIterator()ListIterator<SubChain>DefaultSubChainSelector. listIterator(int index)Methods in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type SubChain Modifier and Type Method Description protected longDefaultSubChainSelector. calculateSubChainSelectionSize(SubChain anchorTrailingChain)
-