Uses of Class
org.optaplanner.core.config.heuristic.selector.common.SelectionOrder
-
-
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector
Methods in org.optaplanner.core.config.heuristic.selector with parameters of type SelectionOrder Modifier and Type Method Description protected voidSelectorConfig. validateCacheTypeVersusSelectionOrder(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder) -
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.common
Methods in org.optaplanner.core.config.heuristic.selector.common that return SelectionOrder Modifier and Type Method Description static SelectionOrderSelectionOrder. fromRandomSelectionBoolean(boolean randomSelection)static SelectionOrderSelectionOrder. resolve(SelectionOrder selectionOrder, SelectionOrder inheritedSelectionOrder)static SelectionOrderSelectionOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectionOrder[]SelectionOrder. 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.common with parameters of type SelectionOrder Modifier and Type Method Description static SelectionOrderSelectionOrder. resolve(SelectionOrder selectionOrder, SelectionOrder inheritedSelectionOrder) -
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.common.nearby
Methods in org.optaplanner.core.config.heuristic.selector.common.nearby with parameters of type SelectionOrder Modifier and Type Method Description EntitySelectorNearbySelectionConfig. applyNearbyEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector entitySelector)ValueSelectorNearbySelectionConfig. applyNearbyValueSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector valueSelector)voidNearbySelectionConfig. validateNearby(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder) -
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.entity
Fields in org.optaplanner.core.config.heuristic.selector.entity declared as SelectionOrder Modifier and Type Field Description protected SelectionOrderEntitySelectorConfig. selectionOrderMethods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionOrder Modifier and Type Method Description SelectionOrderEntitySelectorConfig. getSelectionOrder()Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type SelectionOrder Modifier and Type Method Description EntitySelectorEntitySelectorConfig. buildEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)protected booleanEntitySelectorConfig. determineBaseRandomSelection(EntityDescriptor entityDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)voidEntitySelectorConfig. setSelectionOrder(SelectionOrder selectionOrder) -
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.entity.pillar
Methods in org.optaplanner.core.config.heuristic.selector.entity.pillar with parameters of type SelectionOrder Modifier and Type Method Description PillarSelectorPillarSelectorConfig. buildPillarSelector(HeuristicConfigPolicy configPolicy, SubPillarType subPillarType, Class<? extends Comparator> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList) -
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.move
Fields in org.optaplanner.core.config.heuristic.selector.move declared as SelectionOrder Modifier and Type Field Description protected SelectionOrderMoveSelectorConfig. selectionOrderMethods in org.optaplanner.core.config.heuristic.selector.move that return SelectionOrder Modifier and Type Method Description SelectionOrderMoveSelectorConfig. getSelectionOrder()Methods in org.optaplanner.core.config.heuristic.selector.move with parameters of type SelectionOrder Modifier and Type Method Description MoveSelectorMoveSelectorConfig. buildMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)protected booleanMoveSelectorConfig. determineBaseRandomSelection(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)voidMoveSelectorConfig. setSelectionOrder(SelectionOrder selectionOrder)MoveSelectorConfigMoveSelectorConfig. withSelectionOrder(SelectionOrder selectionOrder) -
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.value
Fields in org.optaplanner.core.config.heuristic.selector.value declared as SelectionOrder Modifier and Type Field Description protected SelectionOrderValueSelectorConfig. selectionOrderMethods in org.optaplanner.core.config.heuristic.selector.value that return SelectionOrder Modifier and Type Method Description SelectionOrderValueSelectorConfig. getSelectionOrder()Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type SelectionOrder Modifier and Type Method Description protected ValueSelectorValueSelectorConfig. applyInitializedChainedValueFilter(HeuristicConfigPolicy configPolicy, GenuineVariableDescriptor variableDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector valueSelector)ValueSelectorValueSelectorConfig. buildValueSelector(HeuristicConfigPolicy configPolicy, EntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)protected booleanValueSelectorConfig. determineBaseRandomSelection(GenuineVariableDescriptor variableDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)voidValueSelectorConfig. setSelectionOrder(SelectionOrder selectionOrder) -
Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.value.chained
Methods in org.optaplanner.core.config.heuristic.selector.value.chained with parameters of type SelectionOrder Modifier and Type Method Description SubChainSelectorSubChainSelectorConfig. buildSubChainSelector(HeuristicConfigPolicy configPolicy, EntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
-