Uses of Class
org.optaplanner.core.impl.heuristic.selector.common.iterator.UpcomingSelectionIterator
-
-
Uses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.common.iterator
Subclasses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.common.iterator Modifier and Type Class Description classAbstractOriginalChangeIterator<S extends Move>classAbstractOriginalSwapIterator<S,SubS>classAbstractRandomChangeIterator<S extends Move>classAbstractRandomSwapIterator<S,SubS> -
Uses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Subclasses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.entity.decorator Modifier and Type Class Description protected classFilteringEntitySelector.JustInTimeFilteringEntityIterator -
Uses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.move.composite
Subclasses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.move.composite Modifier and Type Class Description classCartesianProductMoveSelector.OriginalCartesianProductMoveIterator -
Uses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.value.decorator
Subclasses of UpcomingSelectionIterator in org.optaplanner.core.impl.heuristic.selector.value.decorator Modifier and Type Class Description protected classFilteringValueSelector.JustInTimeFilteringValueIteratorprotected classInitializedValueSelector.JustInTimeInitializedValueIterator
-