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 <SubS> longAbstractOriginalSwapIterator. getSize(ListIterableSelector leftSubSelector, ListIterableSelector 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 interfaceEntitySelectorSelects instances of 1PlanningEntityannotated class.Classes in org.optaplanner.core.impl.heuristic.selector.entity that implement ListIterableSelector Modifier and Type Class Description classAbstractEntitySelectorAbstract superclass forEntitySelector.classFromSolutionEntitySelectorThis 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 classAbstractCachingEntitySelectorclassCachingEntitySelectorAEntitySelectorthat caches the result of its childEntitySelector.classFilteringEntitySelectorclassProbabilityEntitySelectorclassSelectedCountLimitEntitySelectorclassShufflingEntitySelectorclassSortingEntitySelector -
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 classMimicRecordingEntitySelectorclassMimicReplayingEntitySelector -
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 -
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 interfacePillarSelectorA 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 -
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 interfaceSubChainSelectorClasses in org.optaplanner.core.impl.heuristic.selector.value.chained that implement ListIterableSelector Modifier and Type Class Description classDefaultSubChainSelectorThis is the commonSubChainSelectorimplementation.
-