Uses of Enum Class
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySorterManner
Packages that use EntitySorterManner
Package
Description
-
Uses of EntitySorterManner in ai.timefold.solver.core.config.constructionheuristic
Fields in ai.timefold.solver.core.config.constructionheuristic declared as EntitySorterMannerModifier and TypeFieldDescriptionprotected EntitySorterMannerConstructionHeuristicPhaseConfig.entitySorterMannerMethods in ai.timefold.solver.core.config.constructionheuristic that return EntitySorterMannerModifier and TypeMethodDescriptionConstructionHeuristicType.getDefaultEntitySorterManner()ConstructionHeuristicPhaseConfig.getEntitySorterManner()Methods in ai.timefold.solver.core.config.constructionheuristic with parameters of type EntitySorterMannerModifier and TypeMethodDescriptionvoidConstructionHeuristicPhaseConfig.setEntitySorterManner(EntitySorterManner entitySorterManner) ConstructionHeuristicPhaseConfig.withEntitySorterManner(EntitySorterManner entitySorterManner) -
Uses of EntitySorterManner in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as EntitySorterMannerModifier and TypeFieldDescriptionprotected EntitySorterMannerExhaustiveSearchPhaseConfig.entitySorterMannerMethods in ai.timefold.solver.core.config.exhaustivesearch that return EntitySorterMannerModifier and TypeMethodDescriptionExhaustiveSearchType.getDefaultEntitySorterManner()ExhaustiveSearchPhaseConfig.getEntitySorterManner()Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type EntitySorterMannerModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseConfig.setEntitySorterManner(EntitySorterManner entitySorterManner) ExhaustiveSearchPhaseConfig.withEntitySorterManner(EntitySorterManner entitySorterManner) -
Uses of EntitySorterManner in ai.timefold.solver.core.config.heuristic.selector.entity
Fields in ai.timefold.solver.core.config.heuristic.selector.entity declared as EntitySorterMannerMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return EntitySorterMannerModifier and TypeMethodDescriptionEntitySelectorConfig.getSorterManner()static EntitySorterMannerReturns the enum constant of this class with the specified name.static EntitySorterManner[]EntitySorterManner.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type EntitySorterMannerModifier and TypeMethodDescriptionstatic <Solution_,T>
SelectionSorter<Solution_,T> EntitySelectorConfig.determineSorter(EntitySorterManner entitySorterManner, EntityDescriptor<Solution_> entityDescriptor) static <Solution_>
booleanEntitySelectorConfig.hasSorter(EntitySorterManner entitySorterManner, EntityDescriptor<Solution_> entityDescriptor) voidEntitySelectorConfig.setSorterManner(EntitySorterManner sorterManner) EntitySelectorConfig.withSorterManner(EntitySorterManner sorterManner) -
Uses of EntitySorterManner in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return EntitySorterMannerMethods in ai.timefold.solver.core.impl.heuristic with parameters of type EntitySorterMannerModifier and TypeMethodDescriptionHeuristicConfigPolicy.Builder.withEntitySorterManner(EntitySorterManner entitySorterManner)