Uses of Interface
ai.timefold.solver.core.impl.domain.variable.anchor.AnchorVariableSupply
Packages that use AnchorVariableSupply
Package
Description
-
Uses of AnchorVariableSupply in ai.timefold.solver.core.impl.domain.variable.anchor
Classes in ai.timefold.solver.core.impl.domain.variable.anchor that implement AnchorVariableSupplyModifier and TypeClassDescriptionclassAnchorVariableListener<Solution_,Entity_> classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener.Methods in ai.timefold.solver.core.impl.domain.variable.anchor that return AnchorVariableSupplyModifier and TypeMethodDescriptionAnchorVariableDemand.createExternalizedSupply(SupplyManager supplyManager) -
Uses of AnchorVariableSupply 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 AnchorVariableSupplyModifier and TypeFieldDescriptionprotected final AnchorVariableSupplyKOptMove.anchorVariableSupplyDeprecated, for removal: This API element is subject to removal in a future version.protected AnchorVariableSupplyKOptMoveSelector.anchorVariableSupplyDeprecated, for removal: This API element is subject to removal in a future version.protected AnchorVariableSupplyTailChainSwapMoveSelector.anchorVariableSupplyDeprecated, 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 AnchorVariableSupplyModifierConstructorDescriptionKOptMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object entity, Object[] values) Deprecated, for removal: This API element is subject to removal in a future version.TailChainSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object leftEntity, Object rightValue) Deprecated, for removal: This API element is subject to removal in a future version.