org.drools.planner.config.constructionheuristic.placer.entity
Class EntityPlacerConfig

java.lang.Object
  extended by org.drools.planner.config.constructionheuristic.placer.PlacerConfig
      extended by org.drools.planner.config.constructionheuristic.placer.entity.EntityPlacerConfig
Direct Known Subclasses:
QueuedEntityPlacerConfig

public abstract class EntityPlacerConfig
extends PlacerConfig

General superclass for QueuedEntityPlacerConfig // TODO and PooledEntityPlacerConfig.


Constructor Summary
EntityPlacerConfig()
           
 
Method Summary
abstract  EntityPlacer buildEntityPlacer(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, Termination phaseTermination)
           
protected  void inherit(EntityPlacerConfig inheritedConfig)
           
 
Methods inherited from class org.drools.planner.config.constructionheuristic.placer.PlacerConfig
inherit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityPlacerConfig

public EntityPlacerConfig()
Method Detail

buildEntityPlacer

public abstract EntityPlacer buildEntityPlacer(EnvironmentMode environmentMode,
                                               SolutionDescriptor solutionDescriptor,
                                               Termination phaseTermination)

inherit

protected void inherit(EntityPlacerConfig inheritedConfig)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.