org.drools.planner.config.constructionheuristic.placer
Class PlacerConfig

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

public abstract class PlacerConfig
extends Object

General superclass for EntityPlacerConfig and ValuePlacerConfig.


Constructor Summary
PlacerConfig()
           
 
Method Summary
protected  void inherit(PlacerConfig inheritedConfig)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlacerConfig

public PlacerConfig()
Method Detail

inherit

protected void inherit(PlacerConfig inheritedConfig)

toString

public String toString()
Overrides:
toString in class Object


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