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