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_>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.anchorVariableSupplyprotected AnchorVariableSupplyKOptMoveSelector.anchorVariableSupplyprotected AnchorVariableSupplyTailChainSwapMoveSelector.anchorVariableSupplyConstructors 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) TailChainSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object leftEntity, Object rightValue)