OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.exhaustivesearch.node
Class ExhaustiveSearchLayer

java.lang.Object
  extended by org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchLayer

public class ExhaustiveSearchLayer
extends Object


Constructor Summary
ExhaustiveSearchLayer(int depth, Object entity, int uninitializedVariableCount)
           
 
Method Summary
 long assignBreadth()
           
 int getDepth()
           
 Object getEntity()
           
 int getUninitializedVariableCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExhaustiveSearchLayer

public ExhaustiveSearchLayer(int depth,
                             Object entity,
                             int uninitializedVariableCount)
Method Detail

getDepth

public int getDepth()

getEntity

public Object getEntity()

getUninitializedVariableCount

public int getUninitializedVariableCount()

assignBreadth

public long assignBreadth()

toString

public String toString()
Overrides:
toString in class Object

OptaPlanner core 6.2.0.Beta1

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