Uses of Interface
ai.timefold.solver.core.impl.domain.valuerange.sort.ValueRangeSorter
Packages that use ValueRangeSorter
Package
Description
-
Uses of ValueRangeSorter in ai.timefold.solver.core.impl.domain.valuerange
Methods in ai.timefold.solver.core.impl.domain.valuerange with parameters of type ValueRangeSorterModifier and TypeMethodDescriptionAbstractCountableValueRange.sort(ValueRangeSorter<T> sorter) AbstractUncountableValueRange.sort(ValueRangeSorter<T> sorter) Deprecated, for removal: This API element is subject to removal in a future version.ValueRangeCache.sort(ValueRangeSorter<Value_> sorter) Creates a copy of the cache and apply a sorting operation. -
Uses of ValueRangeSorter in ai.timefold.solver.core.impl.domain.valuerange.buildin
Methods in ai.timefold.solver.core.impl.domain.valuerange.buildin with parameters of type ValueRangeSorter -
Uses of ValueRangeSorter in ai.timefold.solver.core.impl.domain.valuerange.buildin.collection
Methods in ai.timefold.solver.core.impl.domain.valuerange.buildin.collection with parameters of type ValueRangeSorterModifier and TypeMethodDescriptionListValueRange.sort(ValueRangeSorter<T> sorter) SetValueRange.sort(ValueRangeSorter<T> sorter) -
Uses of ValueRangeSorter in ai.timefold.solver.core.impl.domain.valuerange.buildin.composite
Methods in ai.timefold.solver.core.impl.domain.valuerange.buildin.composite with parameters of type ValueRangeSorterModifier and TypeMethodDescriptionCompositeCountableValueRange.sort(ValueRangeSorter<T> sorter) NullAllowingCountableValueRange.sort(ValueRangeSorter<T> sorter) -
Uses of ValueRangeSorter in ai.timefold.solver.core.impl.domain.valuerange.sort
Classes in ai.timefold.solver.core.impl.domain.valuerange.sort that implement ValueRangeSorterMethods in ai.timefold.solver.core.impl.domain.valuerange.sort that return ValueRangeSorterModifier and TypeMethodDescriptionstatic <Solution_,T>
ValueRangeSorter<T>SelectionSorterAdapter.of(Solution_ solution, SelectionSorter<Solution_, T> selectionSorter) Methods in ai.timefold.solver.core.impl.domain.valuerange.sort with parameters of type ValueRangeSorterModifier and TypeMethodDescriptionSortableValueRange.sort(ValueRangeSorter<T> sorter) The sorting operation copies the current value range and sorts it using the provided sorter. -
Uses of ValueRangeSorter in ai.timefold.solver.core.impl.heuristic.selector.common
Methods in ai.timefold.solver.core.impl.heuristic.selector.common with parameters of type ValueRangeSorterConstructors in ai.timefold.solver.core.impl.heuristic.selector.common with parameters of type ValueRangeSorterModifierConstructorDescriptionReachableValues(ReachableValues.ReachableValuesIndex<Entity_, Entity_> entitiesIndex, ReachableValues.ReachableValuesIndex<Value_, ReachableValues.ReachableItemValue<Entity_, Value_>> valuesIndex, Class<?> expectedSupertypeOfValue, @Nullable ValueRangeSorter<Value_> valueRangeSorter, boolean acceptsNullValue)