Modifier and Type | Field and Description |
---|---|
protected List<MoveSelectorConfig> |
QueuedEntityPlacerConfig.moveSelectorConfigList |
Modifier and Type | Method and Description |
---|---|
MoveSelectorConfig |
PooledEntityPlacerConfig.getMoveSelectorConfig() |
Modifier and Type | Method and Description |
---|---|
List<MoveSelectorConfig> |
QueuedEntityPlacerConfig.getMoveSelectorConfigList() |
Modifier and Type | Method and Description |
---|---|
void |
PooledEntityPlacerConfig.setMoveSelectorConfig(MoveSelectorConfig moveSelectorConfig) |
Modifier and Type | Method and Description |
---|---|
void |
QueuedEntityPlacerConfig.setMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) |
Modifier and Type | Field and Description |
---|---|
protected MoveSelectorConfig |
ExhaustiveSearchPhaseConfig.moveSelectorConfig |
Modifier and Type | Method and Description |
---|---|
MoveSelectorConfig |
ExhaustiveSearchPhaseConfig.getMoveSelectorConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ExhaustiveSearchPhaseConfig.setMoveSelectorConfig(MoveSelectorConfig moveSelectorConfig) |
Modifier and Type | Method and Description |
---|---|
void |
MoveSelectorConfig.inherit(MoveSelectorConfig inheritedConfig) |
Modifier and Type | Class and Description |
---|---|
class |
CartesianProductMoveSelectorConfig |
class |
UnionMoveSelectorConfig |
Modifier and Type | Method and Description |
---|---|
List<MoveSelectorConfig> |
CartesianProductMoveSelectorConfig.getMoveSelectorConfigList() |
List<MoveSelectorConfig> |
UnionMoveSelectorConfig.getMoveSelectorConfigList() |
Modifier and Type | Method and Description |
---|---|
void |
CartesianProductMoveSelectorConfig.setMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) |
void |
UnionMoveSelectorConfig.setMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) |
Constructor and Description |
---|
CartesianProductMoveSelectorConfig(List<MoveSelectorConfig> moveSelectorConfigList) |
UnionMoveSelectorConfig(List<MoveSelectorConfig> moveSelectorConfigList) |
Modifier and Type | Class and Description |
---|---|
class |
MoveIteratorFactoryConfig |
class |
MoveListFactoryConfig |
Modifier and Type | Class and Description |
---|---|
class |
ChangeMoveSelectorConfig |
class |
PillarChangeMoveSelectorConfig |
class |
PillarSwapMoveSelectorConfig |
class |
SwapMoveSelectorConfig |
Modifier and Type | Class and Description |
---|---|
class |
SubChainChangeMoveSelectorConfig |
class |
SubChainSwapMoveSelectorConfig |
class |
TailChainSwapMoveSelectorConfig
Also known as a 2-opt move selector config.
|
Modifier and Type | Method and Description |
---|---|
MoveSelectorConfig |
LocalSearchPhaseConfig.getMoveSelectorConfig() |
Modifier and Type | Method and Description |
---|---|
void |
LocalSearchPhaseConfig.setMoveSelectorConfig(MoveSelectorConfig moveSelectorConfig) |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.