Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory
Packages that use SelectionSorterWeightFactory
Package
Description
Domain annotations and support classes for a planning entity.
Domain annotations and support classes for a planning variable.
-
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.entity
Subinterfaces of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.entityModifier and TypeInterfaceDescriptionstatic interfacePlanningEntity.NullDifficultyWeightFactory<Solution_,T> Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.variable
Subinterfaces of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.variableModifier and TypeInterfaceDescriptionstatic interfacePlanningVariable.NullStrengthWeightFactory<Solution_,T> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofPlanningVariable.NullComparatorFactory. -
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.config.heuristic.selector.entity
Fields in ai.timefold.solver.core.config.heuristic.selector.entity with type parameters of type SelectionSorterWeightFactoryModifier and TypeFieldDescriptionprotected @Nullable Class<? extends SelectionSorterWeightFactory>EntitySelectorConfig.sorterWeightFactoryClassDeprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofEntitySelectorConfig.comparatorFactoryClass.Methods in ai.timefold.solver.core.config.heuristic.selector.entity that return types with arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescription@Nullable Class<? extends SelectionSorterWeightFactory>EntitySelectorConfig.getSorterWeightFactoryClass()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofEntitySelectorConfig.getComparatorFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.entity with type arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionvoidEntitySelectorConfig.setSorterWeightFactoryClass(@Nullable Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofEntitySelectorConfig.setComparatorFactoryClass(Class)EntitySelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> weightFactoryClass) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofEntitySelectorConfig.withComparatorFactoryClass(Class) -
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.config.heuristic.selector.move
Fields in ai.timefold.solver.core.config.heuristic.selector.move with type parameters of type SelectionSorterWeightFactoryModifier and TypeFieldDescriptionprotected @Nullable Class<? extends SelectionSorterWeightFactory>MoveSelectorConfig.sorterWeightFactoryClassDeprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofMoveSelectorConfig.comparatorFactoryClass.Methods in ai.timefold.solver.core.config.heuristic.selector.move that return types with arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescription@Nullable Class<? extends SelectionSorterWeightFactory>MoveSelectorConfig.getSorterWeightFactoryClass()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofMoveSelectorConfig.getComparatorFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.move with type arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionvoidMoveSelectorConfig.setSorterWeightFactoryClass(@Nullable Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofMoveSelectorConfig.setComparatorFactoryClass(Class)MoveSelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofMoveSelectorConfig.withComparatorFactoryClass(Class) -
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.config.heuristic.selector.value
Fields in ai.timefold.solver.core.config.heuristic.selector.value with type parameters of type SelectionSorterWeightFactoryModifier and TypeFieldDescriptionprotected @Nullable Class<? extends SelectionSorterWeightFactory>ValueSelectorConfig.sorterWeightFactoryClassDeprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofValueSelectorConfig.comparatorFactoryClass.Methods in ai.timefold.solver.core.config.heuristic.selector.value that return types with arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescription@Nullable Class<? extends SelectionSorterWeightFactory>ValueSelectorConfig.getSorterWeightFactoryClass()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofValueSelectorConfig.getComparatorFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.value with type arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionvoidValueSelectorConfig.setSorterWeightFactoryClass(@Nullable Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofValueSelectorConfig.setComparatorFactoryClass(Class)ValueSelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> weightFactoryClass) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated in favor ofValueSelectorConfig.withComparatorFactoryClass(Class)
PlanningEntity.NullComparatorFactory.