Uses of Class
ai.timefold.solver.core.impl.heuristic.selector.list.ElementRef
-
Packages that use ElementRef Package Description ai.timefold.solver.core.impl.heuristic.selector.list ai.timefold.solver.core.impl.heuristic.selector.list.nearby -
-
Uses of ElementRef in ai.timefold.solver.core.impl.heuristic.selector.list
Methods in ai.timefold.solver.core.impl.heuristic.selector.list that return ElementRef Modifier and Type Method Description static ElementRefElementRef. elementRef(Object entity, int index)static ElementRefElementRef. of(Object entity, int index)Methods in ai.timefold.solver.core.impl.heuristic.selector.list that return types with arguments of type ElementRef Modifier and Type Method Description Iterator<ElementRef>ElementDestinationSelector. iterator() -
Uses of ElementRef in ai.timefold.solver.core.impl.heuristic.selector.list.nearby
Methods in ai.timefold.solver.core.impl.heuristic.selector.list.nearby that return types with arguments of type ElementRef Modifier and Type Method Description Iterator<ElementRef>NearSubListNearbyDestinationSelector. iterator()Iterator<ElementRef>NearValueNearbyDestinationSelector. iterator()
-