OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.config.constructionheuristic.placer.entity
Class QueuedEntityPlacerConfig

java.lang.Object
  extended by org.optaplanner.core.config.constructionheuristic.placer.PlacerConfig
      extended by org.optaplanner.core.config.constructionheuristic.placer.entity.EntityPlacerConfig
          extended by org.optaplanner.core.config.constructionheuristic.placer.entity.QueuedEntityPlacerConfig

public class QueuedEntityPlacerConfig
extends EntityPlacerConfig


Field Summary
protected  EntitySelectorConfig entitySelectorConfig
           
protected  List<ValuePlacerConfig> valuePlacerConfigList
           
 
Constructor Summary
QueuedEntityPlacerConfig()
           
 
Method Summary
 QueuedEntityPlacer buildEntityPlacer(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, Termination phaseTermination)
           
 EntitySelectorConfig getEntitySelectorConfig()
           
 List<ValuePlacerConfig> getValuePlacerConfigList()
           
 void inherit(QueuedEntityPlacerConfig inheritedConfig)
           
 void setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)
           
 void setValuePlacerConfigList(List<ValuePlacerConfig> valuePlacerConfigList)
           
 String toString()
           
 
Methods inherited from class org.optaplanner.core.config.constructionheuristic.placer.entity.EntityPlacerConfig
inherit
 
Methods inherited from class org.optaplanner.core.config.constructionheuristic.placer.PlacerConfig
inherit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entitySelectorConfig

protected EntitySelectorConfig entitySelectorConfig

valuePlacerConfigList

protected List<ValuePlacerConfig> valuePlacerConfigList
Constructor Detail

QueuedEntityPlacerConfig

public QueuedEntityPlacerConfig()
Method Detail

getEntitySelectorConfig

public EntitySelectorConfig getEntitySelectorConfig()

setEntitySelectorConfig

public void setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)

getValuePlacerConfigList

public List<ValuePlacerConfig> getValuePlacerConfigList()

setValuePlacerConfigList

public void setValuePlacerConfigList(List<ValuePlacerConfig> valuePlacerConfigList)

buildEntityPlacer

public QueuedEntityPlacer buildEntityPlacer(EnvironmentMode environmentMode,
                                            SolutionDescriptor solutionDescriptor,
                                            Termination phaseTermination)
Specified by:
buildEntityPlacer in class EntityPlacerConfig

inherit

public void inherit(QueuedEntityPlacerConfig inheritedConfig)

toString

public String toString()
Overrides:
toString in class PlacerConfig

OptaPlanner core 6.0.0.Beta3

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.