|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Search objects are defined to control the order in which search operations are performed when executing actions such as generating variables.
| Method Summary | |
boolean |
nextSolution()
Searches the tree for solutions. |
void |
setContinuallyImprove(boolean improve)
True indicates that each solution returned should be as good or better than the last (determined by the goal that was given to the search). |
void |
setGoal(SearchGoal goal)
Sets the goal that this search should attempt to satisfy |
| Method Detail |
public void setGoal(SearchGoal goal)
public void setContinuallyImprove(boolean improve)
public boolean nextSolution()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||