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 TypeMethodDescription@NonNull EntitySorterMannerConstructionHeuristicType.getDefaultEntitySorterManner()@Nullable EntitySorterMannerConstructionHeuristicPhaseConfig.getEntitySorterManner()Methods in ai.timefold.solver.core.config.constructionheuristic with parameters of type EntitySorterMannerModifier and TypeMethodDescriptionvoidConstructionHeuristicPhaseConfig.setEntitySorterManner(@Nullable EntitySorterManner entitySorterManner) @NonNull ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig.withEntitySorterManner(@NonNull 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 TypeMethodDescription@NonNull EntitySorterMannerExhaustiveSearchType.getDefaultEntitySorterManner()@Nullable EntitySorterMannerExhaustiveSearchPhaseConfig.getEntitySorterManner()Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type EntitySorterMannerModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseConfig.setEntitySorterManner(@Nullable EntitySorterManner entitySorterManner) @NonNull ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig.withEntitySorterManner(@NonNull 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 TypeMethodDescription@Nullable EntitySorterMannerEntitySelectorConfig.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>
@NonNull SelectionSorter<Solution_,T> EntitySelectorConfig.determineSorter(@NonNull EntitySorterManner entitySorterManner, @NonNull EntityDescriptor<Solution_> entityDescriptor) static <Solution_>
booleanEntitySelectorConfig.hasSorter(@NonNull EntitySorterManner entitySorterManner, @NonNull EntityDescriptor<Solution_> entityDescriptor) voidEntitySelectorConfig.setSorterManner(@Nullable EntitySorterManner sorterManner) @NonNull EntitySelectorConfigEntitySelectorConfig.withSorterManner(@NonNull 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)