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 SingletonInverseVariableSupplyAnchorVariableListener. nextVariableSupplyprotected SingletonInverseVariableSupplyExternalizedAnchorVariableSupply. nextVariableSupplyConstructors 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 SingletonInverseVariableSupplyCustomShadowVariableDemand. 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 classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener.classSingletonInverseVariableListener<Solution_>Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return SingletonInverseVariableSupply Modifier and Type Method Description SingletonInverseVariableSupplySingletonInverseVariableDemand. 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 SingletonInverseVariableSupplyChangeMoveSelector. inverseVariableSupplyFields 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 SingletonInverseVariableSupplyKOptMove. inverseVariableSupplyprotected SingletonInverseVariableSupplyKOptMoveSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplySubChainChangeMoveSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplySubChainSwapMoveSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplyTailChainSwapMoveSelector. inverseVariableSupply -
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 SingletonInverseVariableSupplyDefaultSubChainSelector. inverseVariableSupply -
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.value.decorator
Methods in org.optaplanner.core.impl.heuristic.selector.value.decorator that return SingletonInverseVariableSupply Modifier and Type Method Description protected SingletonInverseVariableSupplyMovableChainedTrailingValueFilter. retrieveSingletonInverseVariableSupply(ScoreDirector<Solution_> scoreDirector)
-