| Package | Description |
|---|---|
| org.optaplanner.core.config.heuristic.selector.entity.pillar | |
| org.optaplanner.core.config.heuristic.selector.move.generic |
| Modifier and Type | Method and Description |
|---|---|
PillarSelector |
PillarSelectorConfig.buildPillarSelector(HeuristicConfigPolicy configPolicy,
SubPillarType subPillarType,
Class<? extends Comparator> subPillarSequenceComparatorClass,
SelectionCacheType minimumCacheType,
SelectionOrder inheritedSelectionOrder,
List<String> variableNameIncludeList) |
| Modifier and Type | Field and Description |
|---|---|
protected SubPillarType |
AbstractPillarMoveSelectorConfig.subPillarType |
| Modifier and Type | Method and Description |
|---|---|
SubPillarType |
AbstractPillarMoveSelectorConfig.getSubPillarType() |
static SubPillarType |
SubPillarType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPillarMoveSelectorConfig.setSubPillarType(SubPillarType subPillarType) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.