Uses of Class
ai.timefold.solver.core.impl.heuristic.selector.value.chained.SubChain
Packages that use SubChain
Package
Description
-
Uses of SubChain in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained declared as SubChainModifier and TypeFieldDescriptionprotected final SubChainSubChainReversingSwapMove.leftSubChainDeprecated, for removal: This API element is subject to removal in a future version.protected final SubChainSubChainSwapMove.leftSubChainDeprecated, for removal: This API element is subject to removal in a future version.protected final SubChainSubChainReversingSwapMove.rightSubChainDeprecated, for removal: This API element is subject to removal in a future version.protected final SubChainSubChainSwapMove.rightSubChainDeprecated, for removal: This API element is subject to removal in a future version.protected final SubChainSubChainChangeMove.subChainDeprecated, for removal: This API element is subject to removal in a future version.protected final SubChainSubChainReversingChangeMove.subChainDeprecated, for removal: This API element is subject to removal in a future version.Methods in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained that return SubChainModifier and TypeMethodDescriptionSubChainReversingSwapMove.getLeftSubChain()Deprecated, for removal: This API element is subject to removal in a future version.SubChainSwapMove.getLeftSubChain()Deprecated, for removal: This API element is subject to removal in a future version.SubChainReversingSwapMove.getRightSubChain()Deprecated, for removal: This API element is subject to removal in a future version.SubChainSwapMove.getRightSubChain()Deprecated, for removal: This API element is subject to removal in a future version.SubChainChangeMove.getSubChain()Deprecated, for removal: This API element is subject to removal in a future version.SubChainReversingChangeMove.getSubChain()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained with parameters of type SubChainModifierConstructorDescriptionSubChainChangeMove(SubChain subChain, GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, Object toPlanningValue) Deprecated, for removal: This API element is subject to removal in a future version.SubChainChangeMove(SubChain subChain, GenuineVariableDescriptor<Solution_> variableDescriptor, Object toPlanningValue, Object oldTrailingLastEntity, Object newTrailingEntity) Deprecated, for removal: This API element is subject to removal in a future version.SubChainReversingChangeMove(SubChain subChain, GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, Object toPlanningValue) Deprecated, for removal: This API element is subject to removal in a future version.SubChainReversingChangeMove(SubChain subChain, GenuineVariableDescriptor<Solution_> variableDescriptor, Object toPlanningValue, Object oldTrailingLastEntity, Object newTrailingEntity) Deprecated, for removal: This API element is subject to removal in a future version.SubChainReversingSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, SubChain leftSubChain, SubChain rightSubChain) Deprecated, for removal: This API element is subject to removal in a future version.SubChainReversingSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SubChain leftSubChain, Object leftTrailingLastEntity, SubChain rightSubChain, Object rightTrailingLastEntity) Deprecated, for removal: This API element is subject to removal in a future version.SubChainSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, SubChain leftSubChain, SubChain rightSubChain) Deprecated, for removal: This API element is subject to removal in a future version.SubChainSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SubChain leftSubChain, Object leftTrailingLastEntity, SubChain rightSubChain, Object rightTrailingLastEntity) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SubChain in ai.timefold.solver.core.impl.heuristic.selector.value.chained
Fields in ai.timefold.solver.core.impl.heuristic.selector.value.chained with type parameters of type SubChainMethods in ai.timefold.solver.core.impl.heuristic.selector.value.chained that return SubChainModifier and TypeMethodDescriptionSubChain.rebase(ScoreDirector<?> destinationScoreDirector) SubChain.reverse()SubChain.subChain(int fromIndex, int toIndex) Methods in ai.timefold.solver.core.impl.heuristic.selector.value.chained that return types with arguments of type SubChainModifier and TypeMethodDescriptionDefaultSubChainSelector.iterator()DefaultSubChainSelector.listIterator()DefaultSubChainSelector.listIterator(int index) Methods in ai.timefold.solver.core.impl.heuristic.selector.value.chained with parameters of type SubChainModifier and TypeMethodDescriptionprotected longDefaultSubChainSelector.calculateSubChainSelectionSize(SubChain anchorTrailingChain)