Uses of Interface
org.optaplanner.core.impl.heuristic.selector.ListIterableSelector
-
-
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.common.iterator
Methods in org.optaplanner.core.impl.heuristic.selector.common.iterator with parameters of type ListIterableSelector Modifier and Type Method Description static <Solution_,SubSelection_>
longAbstractOriginalSwapIterator. getSize(ListIterableSelector<Solution_,SubSelection_> leftSubSelector, ListIterableSelector<Solution_,SubSelection_> rightSubSelector) -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity
Subinterfaces of ListIterableSelector 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 ListIterableSelector Modifier and Type Class Description classAbstractEntitySelector<Solution_>Abstract superclass forEntitySelector.classFromSolutionEntitySelector<Solution_>This is the commonEntitySelectorimplementation. -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.entity.decorator that implement ListIterableSelector 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 ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.mimic
Classes in org.optaplanner.core.impl.heuristic.selector.entity.mimic that implement ListIterableSelector Modifier and Type Class Description classMimicRecordingEntitySelector<Solution_>classMimicReplayingEntitySelector<Solution_> -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.nearby
Classes in org.optaplanner.core.impl.heuristic.selector.entity.nearby that implement ListIterableSelector Modifier and Type Class Description classNearEntityNearbyEntitySelector<Solution_> -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Subinterfaces of ListIterableSelector 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 ListIterableSelector Modifier and Type Class Description classDefaultPillarSelector<Solution_> -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.value.chained
Subinterfaces of ListIterableSelector 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 ListIterableSelector Modifier and Type Class Description classDefaultSubChainSelector<Solution_>This is the commonSubChainSelectorimplementation.
-