Uses of Class
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySorterManner
-
-
Uses of EntitySorterManner in ai.timefold.solver.core.config.constructionheuristic
Fields in ai.timefold.solver.core.config.constructionheuristic declared as EntitySorterManner Modifier and Type Field Description protected EntitySorterMannerConstructionHeuristicPhaseConfig. entitySorterMannerMethods in ai.timefold.solver.core.config.constructionheuristic that return EntitySorterManner Modifier and Type Method Description EntitySorterMannerConstructionHeuristicType. getDefaultEntitySorterManner()EntitySorterMannerConstructionHeuristicPhaseConfig. getEntitySorterManner()Methods in ai.timefold.solver.core.config.constructionheuristic with parameters of type EntitySorterManner Modifier and Type Method Description voidConstructionHeuristicPhaseConfig. setEntitySorterManner(EntitySorterManner entitySorterManner)ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig. withEntitySorterManner(EntitySorterManner entitySorterManner) -
Uses of EntitySorterManner in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as EntitySorterManner Modifier and Type Field Description protected EntitySorterMannerExhaustiveSearchPhaseConfig. entitySorterMannerMethods in ai.timefold.solver.core.config.exhaustivesearch that return EntitySorterManner Modifier and Type Method Description EntitySorterMannerExhaustiveSearchType. getDefaultEntitySorterManner()EntitySorterMannerExhaustiveSearchPhaseConfig. getEntitySorterManner()Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type EntitySorterManner Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setEntitySorterManner(EntitySorterManner entitySorterManner)ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig. 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 EntitySorterManner Modifier and Type Field Description protected EntitySorterMannerEntitySelectorConfig. sorterMannerMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return EntitySorterManner Modifier and Type Method Description EntitySorterMannerEntitySelectorConfig. getSorterManner()static EntitySorterMannerEntitySorterManner. valueOf(String name)Returns the enum constant of this type with the specified name.static EntitySorterManner[]EntitySorterManner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type EntitySorterManner Modifier and Type Method Description static <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)EntitySelectorConfigEntitySelectorConfig. withSorterManner(EntitySorterManner sorterManner) -
Uses of EntitySorterManner in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return EntitySorterManner Modifier and Type Method Description EntitySorterMannerHeuristicConfigPolicy. getEntitySorterManner()Methods in ai.timefold.solver.core.impl.heuristic with parameters of type EntitySorterManner Modifier and Type Method Description HeuristicConfigPolicy.Builder<Solution_>HeuristicConfigPolicy.Builder. withEntitySorterManner(EntitySorterManner entitySorterManner)
-