public class QueuedEntityPlacerConfig extends EntityPlacerConfig
| Modifier and Type | Field and Description |
|---|---|
protected EntitySelectorConfig |
entitySelectorConfig |
protected List<MoveSelectorConfig> |
moveSelectorConfigList |
| Constructor and Description |
|---|
QueuedEntityPlacerConfig() |
| Modifier and Type | Method and Description |
|---|---|
QueuedEntityPlacer |
buildEntityPlacer(HeuristicConfigPolicy configPolicy,
Termination phaseTermination) |
EntitySelectorConfig |
getEntitySelectorConfig() |
List<MoveSelectorConfig> |
getMoveSelectorConfigList() |
void |
inherit(QueuedEntityPlacerConfig inheritedConfig) |
void |
setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) |
void |
setMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) |
String |
toString() |
deduceEntityDescriptor, inheritprotected EntitySelectorConfig entitySelectorConfig
protected List<MoveSelectorConfig> moveSelectorConfigList
public EntitySelectorConfig getEntitySelectorConfig()
public void setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)
public List<MoveSelectorConfig> getMoveSelectorConfigList()
public void setMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList)
public QueuedEntityPlacer buildEntityPlacer(HeuristicConfigPolicy configPolicy, Termination phaseTermination)
buildEntityPlacer in class EntityPlacerConfigpublic void inherit(QueuedEntityPlacerConfig inheritedConfig)
public String toString()
toString in class EntityPlacerConfigCopyright © 2006–2015 JBoss by Red Hat. All rights reserved.