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 class
AnchorVariableListener<Solution_>
class
ExternalizedAnchorVariableSupply<Solution_>
Alternative toAnchorVariableListener
.Methods in org.optaplanner.core.impl.domain.variable.anchor that return AnchorVariableSupply Modifier and Type Method Description AnchorVariableSupply
AnchorVariableDemand. 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 AnchorVariableSupply
KOptMove. anchorVariableSupply
protected AnchorVariableSupply
KOptMoveSelector. anchorVariableSupply
protected AnchorVariableSupply
TailChainSwapMoveSelector. anchorVariableSupply
Constructors 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)
-