Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory
-
Packages that use SelectionSorterWeightFactory Package Description ai.timefold.solver.core.api.domain.entity Domain annotations and support classes for a planning entity.ai.timefold.solver.core.api.domain.variable Domain annotations and support classes for a planning variable.ai.timefold.solver.core.config.heuristic.selector.entity ai.timefold.solver.core.config.heuristic.selector.move ai.timefold.solver.core.config.heuristic.selector.value ai.timefold.solver.core.impl.heuristic.selector.common.decorator -
-
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.entity
Subinterfaces of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.entity Modifier and Type Interface Description static interfacePlanningEntity.NullDifficultyWeightFactoryWorkaround for annotation limitation inPlanningEntity.difficultyWeightFactoryClass().Methods in ai.timefold.solver.core.api.domain.entity that return types with arguments of type SelectionSorterWeightFactory Modifier and Type Method Description Class<? extends SelectionSorterWeightFactory>difficultyWeightFactoryClass()TheSelectionSorterWeightFactoryalternative forPlanningEntity.difficultyComparatorClass(). -
Uses of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.variable
Subinterfaces of SelectionSorterWeightFactory in ai.timefold.solver.core.api.domain.variable Modifier and Type Interface Description static interfacePlanningVariable.NullStrengthWeightFactoryWorkaround for annotation limitation inPlanningVariable.strengthWeightFactoryClass().Methods in ai.timefold.solver.core.api.domain.variable that return types with arguments of type SelectionSorterWeightFactory Modifier and Type Method Description Class<? extends SelectionSorterWeightFactory>strengthWeightFactoryClass()TheSelectionSorterWeightFactoryalternative forPlanningVariable.strengthComparatorClass(). -
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 SelectionSorterWeightFactory Modifier and Type Field Description protected Class<? extends SelectionSorterWeightFactory>EntitySelectorConfig. sorterWeightFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return types with arguments of type SelectionSorterWeightFactory Modifier and Type Method Description Class<? extends SelectionSorterWeightFactory>EntitySelectorConfig. getSorterWeightFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.entity with type arguments of type SelectionSorterWeightFactory Modifier and Type Method Description voidEntitySelectorConfig. setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass)EntitySelectorConfigEntitySelectorConfig. 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 SelectionSorterWeightFactory Modifier and Type Field Description protected Class<? extends SelectionSorterWeightFactory>MoveSelectorConfig. sorterWeightFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.move that return types with arguments of type SelectionSorterWeightFactory Modifier and Type Method Description Class<? extends SelectionSorterWeightFactory>MoveSelectorConfig. getSorterWeightFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.move with type arguments of type SelectionSorterWeightFactory Modifier and Type Method Description voidMoveSelectorConfig. setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass)Config_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 SelectionSorterWeightFactory Modifier and Type Field Description protected Class<? extends SelectionSorterWeightFactory>ValueSelectorConfig. sorterWeightFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.value that return types with arguments of type SelectionSorterWeightFactory Modifier and Type Method Description Class<? extends SelectionSorterWeightFactory>ValueSelectorConfig. getSorterWeightFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.value with type arguments of type SelectionSorterWeightFactory Modifier and Type Method Description voidValueSelectorConfig. setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass)ValueSelectorConfigValueSelectorConfig. 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 SelectionSorterWeightFactory Constructor Description WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution_,T> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)
-