Uses of Class
org.optaplanner.core.config.heuristic.selector.move.generic.SubPillarType
-
Packages that use SubPillarType Package Description org.optaplanner.core.config.heuristic.selector.move.generic org.optaplanner.core.impl.heuristic.selector.entity.pillar -
-
Uses of SubPillarType in org.optaplanner.core.config.heuristic.selector.move.generic
Fields in org.optaplanner.core.config.heuristic.selector.move.generic declared as SubPillarType Modifier and Type Field Description protected SubPillarTypeAbstractPillarMoveSelectorConfig. subPillarTypeMethods in org.optaplanner.core.config.heuristic.selector.move.generic that return SubPillarType Modifier and Type Method Description SubPillarTypeAbstractPillarMoveSelectorConfig. getSubPillarType()static SubPillarTypeSubPillarType. valueOf(String name)Returns the enum constant of this type with the specified name.static SubPillarType[]SubPillarType. 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.move.generic with parameters of type SubPillarType Modifier and Type Method Description voidAbstractPillarMoveSelectorConfig. setSubPillarType(SubPillarType subPillarType) -
Uses of SubPillarType in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Methods in org.optaplanner.core.impl.heuristic.selector.entity.pillar with parameters of type SubPillarType Modifier and Type Method Description PillarSelector<Solution_>PillarSelectorFactory. buildPillarSelector(HeuristicConfigPolicy<Solution_> configPolicy, SubPillarType subPillarType, Class<? extends Comparator> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList)
-