|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is used by the search tree to limit the number of nodes of the search tree that are actually activated to keep the size of the search tree limited.
Method Summary | |
java.lang.Object |
clone()
|
void |
init(SearchNode node)
Initializes search limit based on a starting search node |
boolean |
isOkToContinue(SearchNode node)
Called before each search node is activated by search tree to determine if a search should continue |
Method Detail |
public void init(SearchNode node)
node
- Node that search tree starts with to initialize search limitpublic boolean isOkToContinue(SearchNode node)
node
- Node to evaluate to determine if search should continue
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |