Class OriginalListChangeIterator<Solution_>
java.lang.Object
org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<S>
org.optaplanner.core.impl.heuristic.selector.common.iterator.UpcomingSelectionIterator<Move<Solution_>>
org.optaplanner.core.impl.heuristic.selector.move.generic.list.OriginalListChangeIterator<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
public class OriginalListChangeIterator<Solution_>
extends UpcomingSelectionIterator<Move<Solution_>>
-
Field Summary
Fields inherited from class org.optaplanner.core.impl.heuristic.selector.common.iterator.UpcomingSelectionIterator
hasUpcomingSelection, upcomingCreated, upcomingSelection
-
Constructor Summary
ConstructorDescriptionOriginalListChangeIterator
(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> valueSelector, DestinationSelector<Solution_> destinationSelector) -
Method Summary
Methods inherited from class org.optaplanner.core.impl.heuristic.selector.common.iterator.UpcomingSelectionIterator
hasNext, next, noUpcomingSelection, toString
Methods inherited from class org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator
remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OriginalListChangeIterator
public OriginalListChangeIterator(SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, EntityIndependentValueSelector<Solution_> valueSelector, DestinationSelector<Solution_> destinationSelector)
-
-
Method Details
-
createUpcomingSelection
- Specified by:
createUpcomingSelection
in classUpcomingSelectionIterator<Move<Solution_>>
-