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 interfaceWorkaround for annotation limitation inPlanningEntity.difficultyWeightFactoryClass(). -
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.variable
Subinterfaces of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.variableModifier and TypeInterfaceDescriptionstatic interfaceWorkaround for annotation limitation inPlanningVariable.strengthWeightFactoryClass(). -
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 Class<? extends SelectionSorterWeightFactory>EntitySelectorConfig.sorterWeightFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return types with arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionClass<? extends SelectionSorterWeightFactory>EntitySelectorConfig.getSorterWeightFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.entity with type arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionvoidEntitySelectorConfig.setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) EntitySelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> weightFactoryClass) -
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 Class<? extends SelectionSorterWeightFactory>MoveSelectorConfig.sorterWeightFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.move that return types with arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionClass<? extends SelectionSorterWeightFactory>MoveSelectorConfig.getSorterWeightFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.move with type arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionvoidMoveSelectorConfig.setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) MoveSelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) -
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 Class<? extends SelectionSorterWeightFactory>ValueSelectorConfig.sorterWeightFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.value that return types with arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionClass<? extends SelectionSorterWeightFactory>ValueSelectorConfig.getSorterWeightFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.value with type arguments of type SelectionSorterWeightFactoryModifier and TypeMethodDescriptionvoidValueSelectorConfig.setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) ValueSelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> weightFactoryClass) -
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.impl.heuristic.selector.common.decorator
Constructors in ai.timefold.solver.core.impl.heuristic.selector.common.decorator with parameters of type SelectionSorterWeightFactoryModifierConstructorDescriptionWeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution_, T> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)