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<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<SubS>AbstractOriginalSwapIterator. leftSubSelectorprotected ListIterable<SubS>AbstractOriginalSwapIterator. rightSubSelectorConstructors in org.optaplanner.core.impl.heuristic.selector.common.iterator with parameters of type ListIterable Constructor Description AbstractOriginalSwapIterator(ListIterable<SubS> leftSubSelector, ListIterable<SubS> 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 interfaceEntitySelectorSelects instances of 1PlanningEntityannotated class.Classes in org.optaplanner.core.impl.heuristic.selector.entity that implement ListIterable Modifier and Type Class Description classAbstractEntitySelectorAbstract superclass forEntitySelector.classFromSolutionEntitySelectorThis 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 classAbstractCachingEntitySelectorclassCachingEntitySelectorAEntitySelectorthat caches the result of its childEntitySelector.classFilteringEntitySelectorclassProbabilityEntitySelectorclassSelectedCountLimitEntitySelectorclassShufflingEntitySelectorclassSortingEntitySelector -
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 classMimicRecordingEntitySelectorclassMimicReplayingEntitySelector -
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 -
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 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 ListIterable Modifier and Type Class Description classDefaultPillarSelector -
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 interfaceSubChainSelectorClasses in org.optaplanner.core.impl.heuristic.selector.value.chained that implement ListIterable Modifier and Type Class Description classDefaultSubChainSelectorThis is the commonSubChainSelectorimplementation.
-