public class ExhaustiveSearchLayer extends Object
| Constructor and Description | 
|---|
ExhaustiveSearchLayer(int depth,
                     Object entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
assignBreadth()  | 
int | 
getDepth()  | 
Object | 
getEntity()  | 
boolean | 
isLastLayer()  | 
String | 
toString()  | 
public ExhaustiveSearchLayer(int depth,
                             Object entity)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.