Uses of Enum
org.optaplanner.core.config.heuristic.selector.move.generic.SubPillarType
Packages that use SubPillarType
Package
Description
-
Uses of SubPillarType in org.optaplanner.core.config.heuristic.selector.move.generic
Fields in org.optaplanner.core.config.heuristic.selector.move.generic declared as SubPillarTypeModifier and TypeFieldDescriptionprotected SubPillarType
AbstractPillarMoveSelectorConfig.subPillarType
Methods in org.optaplanner.core.config.heuristic.selector.move.generic that return SubPillarTypeModifier and TypeMethodDescriptionAbstractPillarMoveSelectorConfig.getSubPillarType()
static SubPillarType
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 SubPillarTypeModifier and TypeMethodDescriptionvoid
AbstractPillarMoveSelectorConfig.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 SubPillarTypeModifier and TypeMethodDescriptionPillarSelectorFactory.buildPillarSelector
(HeuristicConfigPolicy<Solution_> configPolicy, SubPillarType subPillarType, Class<? extends Comparator<Object>> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList)