|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.search.SimpleSolutionListener
ExamplesJaCoP.CrossWord.PrintListener
public class CrossWord.PrintListener
It is a simple print listener to print every tenth solution encountered.
| Field Summary |
|---|
| Fields inherited from class JaCoP.search.SimpleSolutionListener |
|---|
childrenSolutionListeners, parentSolutionListener, parentSolutionNo, solutionLimit |
| Constructor Summary | |
|---|---|
CrossWord.PrintListener()
|
|
| Method Summary | |
|---|---|
boolean |
executeAfterSolution(Search search,
SelectChoicePoint select)
It is executed by search after a solution is found. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CrossWord.PrintListener()
| Method Detail |
|---|
public boolean executeAfterSolution(Search search,
SelectChoicePoint select)
SolutionListener
executeAfterSolution in interface SolutionListenerexecuteAfterSolution in class SimpleSolutionListenersearch - the search which have found a solution.select - the select choice point heuristic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||