Uses of Interface
org.optaplanner.core.impl.domain.variable.anchor.AnchorVariableSupply
-
Packages that use AnchorVariableSupply Package Description org.optaplanner.core.impl.domain.variable.anchor org.optaplanner.core.impl.heuristic.selector.move.generic.chained -
-
Uses of AnchorVariableSupply in org.optaplanner.core.impl.domain.variable.anchor
Classes in org.optaplanner.core.impl.domain.variable.anchor that implement AnchorVariableSupply Modifier and Type Class Description classAnchorVariableListener<Solution_>classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener.Methods in org.optaplanner.core.impl.domain.variable.anchor that return AnchorVariableSupply Modifier and Type Method Description AnchorVariableSupplyAnchorVariableDemand. createExternalizedSupply(InnerScoreDirector<Solution_,?> scoreDirector) -
Uses of AnchorVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as AnchorVariableSupply Modifier and Type Field Description protected AnchorVariableSupplyKOptMove. anchorVariableSupplyprotected AnchorVariableSupplyKOptMoveSelector. anchorVariableSupplyprotected AnchorVariableSupplyTailChainSwapMoveSelector. anchorVariableSupplyConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type AnchorVariableSupply Constructor Description KOptMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object entity, Object[] values)TailChainSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object leftEntity, Object rightValue)
-