Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.common.iterator.ListIterable
Packages that use ListIterable
Package
Description
-
Uses of ListIterable in ai.timefold.solver.core.impl.heuristic.selector
Subinterfaces of ListIterable in ai.timefold.solver.core.impl.heuristic.selector -
Uses of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.common.iterator
Fields in ai.timefold.solver.core.impl.heuristic.selector.common.iterator declared as ListIterableModifier and TypeFieldDescriptionprotected final ListIterable<SubSelection_>AbstractOriginalSwapIterator.leftSubSelectorprotected final ListIterable<SubSelection_>AbstractOriginalSwapIterator.rightSubSelectorConstructors in ai.timefold.solver.core.impl.heuristic.selector.common.iterator with parameters of type ListIterableModifierConstructorDescriptionAbstractOriginalSwapIterator(ListIterable<SubSelection_> leftSubSelector, ListIterable<SubSelection_> rightSubSelector) -
Uses of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.entity
Subinterfaces of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.entityModifier and TypeInterfaceDescriptioninterfaceEntitySelector<Solution_>Selects instances of 1PlanningEntityannotated class.Classes in ai.timefold.solver.core.impl.heuristic.selector.entity that implement ListIterableModifier and TypeClassDescriptionfinal classFromSolutionEntitySelector<Solution_>This is the commonEntitySelectorimplementation. -
Uses of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.entity.decorator
Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.decorator that implement ListIterableModifier and TypeClassDescriptionclassAbstractCachingEntitySelector<Solution_>final classCachingEntitySelector<Solution_>AEntitySelectorthat caches the result of its childEntitySelector.final classFilteringEntitySelector<Solution_>final classProbabilityEntitySelector<Solution_>final classSelectedCountLimitEntitySelector<Solution_>final classShufflingEntitySelector<Solution_>final classSortingEntitySelector<Solution_> -
Uses of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.entity.mimic
Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.mimic that implement ListIterableModifier and TypeClassDescriptionfinal classMimicRecordingEntitySelector<Solution_>classMimicReplayingEntitySelector<Solution_> -
Uses of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.entity.pillar
Subinterfaces of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.entity.pillarModifier and TypeInterfaceDescriptioninterfacePillarSelector<Solution_>A pillar is aListof entities that have the same planning value for each (or a subset) of their planning values.Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.pillar that implement ListIterable -
Uses of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.value.chained
Subinterfaces of ListIterable in ai.timefold.solver.core.impl.heuristic.selector.value.chainedClasses in ai.timefold.solver.core.impl.heuristic.selector.value.chained that implement ListIterableModifier and TypeClassDescriptionclassDefaultSubChainSelector<Solution_>This is the commonSubChainSelectorimplementation.