Uses of Class
ai.timefold.solver.core.config.heuristic.selector.move.generic.SubPillarType
-
Packages that use SubPillarType Package Description ai.timefold.solver.core.config.heuristic.selector.move.generic ai.timefold.solver.core.impl.heuristic.selector.entity.pillar -
-
Uses of SubPillarType in ai.timefold.solver.core.config.heuristic.selector.move.generic
Fields in ai.timefold.solver.core.config.heuristic.selector.move.generic declared as SubPillarType Modifier and Type Field Description protected SubPillarTypeAbstractPillarMoveSelectorConfig. subPillarTypeMethods in ai.timefold.solver.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 ai.timefold.solver.core.config.heuristic.selector.move.generic with parameters of type SubPillarType Modifier and Type Method Description voidAbstractPillarMoveSelectorConfig. setSubPillarType(SubPillarType subPillarType)Config_AbstractPillarMoveSelectorConfig. withSubPillarType(SubPillarType subPillarType) -
Uses of SubPillarType in ai.timefold.solver.core.impl.heuristic.selector.entity.pillar
Methods in ai.timefold.solver.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<Object>> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList)
-