Class ExhaustiveSearchLayer
- java.lang.Object
-
- org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchLayer
-
public class ExhaustiveSearchLayer extends Object
-
-
Constructor Summary
Constructors Constructor Description ExhaustiveSearchLayer(int depth, Object entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
assignBreadth()
int
getDepth()
Object
getEntity()
boolean
isLastLayer()
String
toString()
-
-
-
Constructor Detail
-
ExhaustiveSearchLayer
public ExhaustiveSearchLayer(int depth, Object entity)
-
-