Uses of Interface
org.optaplanner.core.impl.domain.variable.inverserelation.SingletonInverseVariableSupply
-
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.domain.variable.anchor
Fields in org.optaplanner.core.impl.domain.variable.anchor declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupply
AnchorVariableListener. nextVariableSupply
protected SingletonInverseVariableSupply
ExternalizedAnchorVariableSupply. nextVariableSupply
Constructors in org.optaplanner.core.impl.domain.variable.anchor with parameters of type SingletonInverseVariableSupply Constructor Description AnchorVariableListener(AnchorShadowVariableDescriptor<Solution_> anchorShadowVariableDescriptor, VariableDescriptor<Solution_> previousVariableDescriptor, SingletonInverseVariableSupply nextVariableSupply)
ExternalizedAnchorVariableSupply(VariableDescriptor<Solution_> previousVariableDescriptor, SingletonInverseVariableSupply nextVariableSupply)
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.domain.variable.custom
Methods in org.optaplanner.core.impl.domain.variable.custom that return SingletonInverseVariableSupply Modifier and Type Method Description SingletonInverseVariableSupply
CustomShadowVariableDemand. createExternalizedSupply(InnerScoreDirector<Solution_,?> scoreDirector)
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.domain.variable.inverserelation
Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement SingletonInverseVariableSupply Modifier and Type Class Description class
ExternalizedSingletonInverseVariableSupply<Solution_>
Alternative toSingletonInverseVariableListener
.class
ExternalizedSingletonListInverseVariableSupply<Solution_>
Alternative toSingletonListInverseVariableListener
.class
SingletonInverseVariableListener<Solution_>
class
SingletonListInverseVariableListener<Solution_>
Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return SingletonInverseVariableSupply Modifier and Type Method Description SingletonInverseVariableSupply
SingletonInverseVariableDemand. createExternalizedSupply(InnerScoreDirector<Solution_,?> scoreDirector)
SingletonInverseVariableSupply
SingletonListInverseVariableDemand. createExternalizedSupply(InnerScoreDirector<Solution_,?> scoreDirector)
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupply
ChangeMoveSelector. inverseVariableSupply
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic with type parameters of type SingletonInverseVariableSupply Modifier and Type Field Description protected List<SingletonInverseVariableSupply>
SwapMoveSelector. inverseVariableSupplyList
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupply
KOptMove. inverseVariableSupply
protected SingletonInverseVariableSupply
KOptMoveSelector. inverseVariableSupply
protected SingletonInverseVariableSupply
SubChainChangeMoveSelector. inverseVariableSupply
protected SingletonInverseVariableSupply
SubChainSwapMoveSelector. inverseVariableSupply
protected SingletonInverseVariableSupply
TailChainSwapMoveSelector. inverseVariableSupply
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic.list
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.value.chained
Fields in org.optaplanner.core.impl.heuristic.selector.value.chained declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupply
DefaultSubChainSelector. inverseVariableSupply
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.value.decorator
Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupply
UnassignedValueSelector. inverseVariableSupply
Methods in org.optaplanner.core.impl.heuristic.selector.value.decorator that return SingletonInverseVariableSupply Modifier and Type Method Description protected SingletonInverseVariableSupply
MovableChainedTrailingValueFilter. retrieveSingletonInverseVariableSupply(ScoreDirector<Solution_> scoreDirector)
-