public class QueuedEntityPlacerConfig extends EntityPlacerConfig<QueuedEntityPlacerConfig>
| 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)
Inherits each property of the
inheritedConfig unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour). |
void |
setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) |
void |
setMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) |
String |
toString() |
deduceEntityDescriptor, deduceVariableDescriptor, deduceVariableDescriptorList, newInstanceprotected 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 EntityPlacerConfig<QueuedEntityPlacerConfig>public void inherit(QueuedEntityPlacerConfig inheritedConfig)
AbstractConfiginheritedConfig unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour).
After the inheritance, if a property on this AbstractConfig composition is replaced,
it should not affect the inherited composition instance.
inherit in class EntityPlacerConfig<QueuedEntityPlacerConfig>inheritedConfig - never nullpublic String toString()
toString in class AbstractConfig<QueuedEntityPlacerConfig>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.