Uses of Interface
org.optaplanner.core.impl.domain.variable.inverserelation.SingletonInverseVariableSupply
Package
Description
Contains classes relevant to K-Opt moves.
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.domain.variable.anchor
Modifier and TypeFieldDescriptionprotected final SingletonInverseVariableSupply
AnchorVariableListener.nextVariableSupply
protected final SingletonInverseVariableSupply
ExternalizedAnchorVariableSupply.nextVariableSupply
ModifierConstructorDescriptionAnchorVariableListener
(AnchorShadowVariableDescriptor<Solution_> anchorShadowVariableDescriptor, VariableDescriptor<Solution_> previousVariableDescriptor, SingletonInverseVariableSupply nextVariableSupply) ExternalizedAnchorVariableSupply
(VariableDescriptor<Solution_> previousVariableDescriptor, SingletonInverseVariableSupply nextVariableSupply) -
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.domain.variable.inverserelation
Modifier and TypeClassDescriptionclass
ExternalizedSingletonInverseVariableSupply<Solution_>
Alternative toSingletonInverseVariableListener
.class
Alternative toSingletonListInverseVariableListener
.class
SingletonInverseVariableListener<Solution_>
class
SingletonListInverseVariableListener<Solution_>
Modifier and TypeMethodDescriptionSingletonInverseVariableDemand.createExternalizedSupply
(SupplyManager supplyManager) SingletonListInverseVariableDemand.createExternalizedSupply
(SupplyManager supplyManager) -
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.list.nearby
Modifier and TypeFieldDescriptionprotected SingletonInverseVariableSupply
AbstractNearbyDestinationSelector.inverseVariableSupply
protected SingletonInverseVariableSupply
AbstractNearbyDestinationSelector.inverseVariableSupply
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic
Modifier and TypeFieldDescriptionprotected SingletonInverseVariableSupply
ChangeMoveSelector.inverseVariableSupply
Modifier and TypeFieldDescriptionprotected List<SingletonInverseVariableSupply>
SwapMoveSelector.inverseVariableSupplyList
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Modifier and TypeFieldDescriptionprotected final SingletonInverseVariableSupply
KOptMove.inverseVariableSupply
protected SingletonInverseVariableSupply
KOptMoveSelector.inverseVariableSupply
protected SingletonInverseVariableSupply
SubChainChangeMoveSelector.inverseVariableSupply
protected SingletonInverseVariableSupply
SubChainSwapMoveSelector.inverseVariableSupply
protected SingletonInverseVariableSupply
TailChainSwapMoveSelector.inverseVariableSupply
ModifierConstructorDescriptionChainedChangeMove
(GenuineVariableDescriptor<Solution_> variableDescriptor, Object entity, Object toPlanningValue, SingletonInverseVariableSupply inverseVariableSupply) KOptMove
(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object entity, Object[] values) SubChainChangeMove
(SubChain subChain, GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, Object toPlanningValue) SubChainReversingChangeMove
(SubChain subChain, GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, Object toPlanningValue) SubChainReversingSwapMove
(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, SubChain leftSubChain, SubChain rightSubChain) SubChainSwapMove
(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, SubChain leftSubChain, SubChain rightSubChain) TailChainSwapMove
(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object leftEntity, Object rightValue) -
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic.list
ModifierConstructorDescriptionOriginalListChangeIterator
(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> valueSelector, DestinationSelector<Solution_> destinationSelector) OriginalListSwapIterator
(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> leftValueSelector, EntityIndependentValueSelector<Solution_> rightValueSelector) RandomListChangeIterator
(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> valueSelector, DestinationSelector<Solution_> destinationSelector) RandomListSwapIterator
(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> leftValueSelector, EntityIndependentValueSelector<Solution_> rightValueSelector) -
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic.list.kopt
Modifier and TypeMethodDescription<Node_> boolean
EntityOrderInfo.between
(Node_ start, Node_ middle, Node_ end, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply) int
MultipleDelegateList.getIndexOfValue
(ListVariableDescriptor<?> listVariableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, Object value) <Node_> Node_
EntityOrderInfo.predecessor
(Node_ object, ListVariableDescriptor<?> listVariableDescriptor, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply) MultipleDelegateList.rebase
(ListVariableDescriptor<?> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, ScoreDirector<?> destinationScoreDirector) <Node_> Node_
EntityOrderInfo.successor
(Node_ object, ListVariableDescriptor<?> listVariableDescriptor, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply) <Node_> EntityOrderInfo
EntityOrderInfo.withNewNode
(Node_ node, ListVariableDescriptor<?> listVariableDescriptor, SingletonInverseVariableSupply inverseVariableSupply) ModifierConstructorDescriptionEntityOrderInfo
(Node_[] pickedValues, SingletonInverseVariableSupply inverseVariableSupply, ListVariableDescriptor<?> listVariableDescriptor) -
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.value.chained
Modifier and TypeFieldDescriptionprotected SingletonInverseVariableSupply
DefaultSubChainSelector.inverseVariableSupply
-
Uses of SingletonInverseVariableSupply in org.optaplanner.core.impl.heuristic.selector.value.decorator
Modifier and TypeFieldDescriptionprotected SingletonInverseVariableSupply
AbstractInverseEntityFilteringValueSelector.inverseVariableSupply
protected SingletonInverseVariableSupply
AbstractInverseEntityFilteringValueSelector.inverseVariableSupply