Uses of Class
org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner
-
-
Uses of EntitySorterManner in org.optaplanner.core.config.constructionheuristic
Fields in org.optaplanner.core.config.constructionheuristic declared as EntitySorterManner Modifier and Type Field Description protected EntitySorterMannerConstructionHeuristicPhaseConfig. entitySorterMannerMethods in org.optaplanner.core.config.constructionheuristic that return EntitySorterManner Modifier and Type Method Description EntitySorterMannerConstructionHeuristicType. getDefaultEntitySorterManner()EntitySorterMannerConstructionHeuristicPhaseConfig. getEntitySorterManner()Methods in org.optaplanner.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 org.optaplanner.core.config.exhaustivesearch
Fields in org.optaplanner.core.config.exhaustivesearch declared as EntitySorterManner Modifier and Type Field Description protected EntitySorterMannerExhaustiveSearchPhaseConfig. entitySorterMannerMethods in org.optaplanner.core.config.exhaustivesearch that return EntitySorterManner Modifier and Type Method Description EntitySorterMannerExhaustiveSearchType. getDefaultEntitySorterManner()EntitySorterMannerExhaustiveSearchPhaseConfig. getEntitySorterManner()Methods in org.optaplanner.core.config.exhaustivesearch with parameters of type EntitySorterManner Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setEntitySorterManner(EntitySorterManner entitySorterManner) -
Uses of EntitySorterManner in org.optaplanner.core.config.heuristic.selector.entity
Fields in org.optaplanner.core.config.heuristic.selector.entity declared as EntitySorterManner Modifier and Type Field Description protected EntitySorterMannerEntitySelectorConfig. sorterMannerMethods in org.optaplanner.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 org.optaplanner.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) -
Uses of EntitySorterManner in org.optaplanner.core.impl.heuristic
Methods in org.optaplanner.core.impl.heuristic that return EntitySorterManner Modifier and Type Method Description EntitySorterMannerHeuristicConfigPolicy. getEntitySorterManner()Methods in org.optaplanner.core.impl.heuristic with parameters of type EntitySorterManner Modifier and Type Method Description voidHeuristicConfigPolicy. setEntitySorterManner(EntitySorterManner entitySorterManner)
-