Uses of Interface
org.optaplanner.core.impl.heuristic.selector.ListIterableSelector
Package
Description
-
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.common.iterator
Modifier and TypeMethodDescriptionstatic <Solution_,
SubSelection_>
longAbstractOriginalSwapIterator.getSize
(ListIterableSelector<Solution_, SubSelection_> leftSubSelector, ListIterableSelector<Solution_, SubSelection_> rightSubSelector) -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity
Modifier and TypeInterfaceDescriptioninterface
EntitySelector<Solution_>
Selects instances of 1PlanningEntity
annotated class.Modifier and TypeClassDescriptionfinal class
FromSolutionEntitySelector<Solution_>
This is the commonEntitySelector
implementation. -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Modifier and TypeClassDescriptionclass
AbstractCachingEntitySelector<Solution_>
final class
CachingEntitySelector<Solution_>
AEntitySelector
that caches the result of its childEntitySelector
.final class
FilteringEntitySelector<Solution_>
final class
ProbabilityEntitySelector<Solution_>
final class
SelectedCountLimitEntitySelector<Solution_>
final class
ShufflingEntitySelector<Solution_>
final class
SortingEntitySelector<Solution_>
-
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.mimic
Modifier and TypeClassDescriptionfinal class
MimicRecordingEntitySelector<Solution_>
class
MimicReplayingEntitySelector<Solution_>
-
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.nearby
-
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Modifier and TypeInterfaceDescriptioninterface
PillarSelector<Solution_>
A pillar is aList
of entities that have the same planning value for each (or a subset) of their planning values. -
Uses of ListIterableSelector in org.optaplanner.core.impl.heuristic.selector.value.chained
Modifier and TypeClassDescriptionclass
DefaultSubChainSelector<Solution_>
This is the commonSubChainSelector
implementation.