Uses of Interface
org.optaplanner.core.impl.heuristic.selector.common.iterator.ListIterable
-
-
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector
Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector Modifier and Type Interface Description interfaceListIterableSelector<Solution_,T> -
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.common.iterator
Fields in org.optaplanner.core.impl.heuristic.selector.common.iterator declared as ListIterable Modifier and Type Field Description protected ListIterable<SubSelection_>AbstractOriginalSwapIterator. leftSubSelectorprotected ListIterable<SubSelection_>AbstractOriginalSwapIterator. rightSubSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.common.iterator with parameters of type ListIterable Constructor Description AbstractOriginalSwapIterator(ListIterable<SubSelection_> leftSubSelector, ListIterable<SubSelection_> rightSubSelector) -
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity
Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity Modifier and Type Interface Description interfaceEntitySelector<Solution_>Selects instances of 1PlanningEntityannotated class.Classes in org.optaplanner.core.impl.heuristic.selector.entity that implement ListIterable Modifier and Type Class Description classAbstractEntitySelector<Solution_>Abstract superclass forEntitySelector.classFromSolutionEntitySelector<Solution_>This is the commonEntitySelectorimplementation. -
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.entity.decorator that implement ListIterable Modifier and Type Class Description classAbstractCachingEntitySelector<Solution_>classCachingEntitySelector<Solution_>AEntitySelectorthat caches the result of its childEntitySelector.classFilteringEntitySelector<Solution_>classProbabilityEntitySelector<Solution_>classSelectedCountLimitEntitySelector<Solution_>classShufflingEntitySelector<Solution_>classSortingEntitySelector<Solution_> -
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.mimic
Classes in org.optaplanner.core.impl.heuristic.selector.entity.mimic that implement ListIterable Modifier and Type Class Description classMimicRecordingEntitySelector<Solution_>classMimicReplayingEntitySelector<Solution_> -
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.nearby
Classes in org.optaplanner.core.impl.heuristic.selector.entity.nearby that implement ListIterable Modifier and Type Class Description classNearEntityNearbyEntitySelector<Solution_> -
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.pillar Modifier and Type Interface Description interfacePillarSelector<Solution_>A pillar is aListof entities that have the same planning value for each (or a subset) of their planning values.Classes in org.optaplanner.core.impl.heuristic.selector.entity.pillar that implement ListIterable Modifier and Type Class Description classDefaultPillarSelector<Solution_> -
Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.value.chained
Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector.value.chained Modifier and Type Interface Description interfaceSubChainSelector<Solution_>Classes in org.optaplanner.core.impl.heuristic.selector.value.chained that implement ListIterable Modifier and Type Class Description classDefaultSubChainSelector<Solution_>This is the commonSubChainSelectorimplementation.
-