|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.search.SimpleSolutionListener<T>
JaCoP.search.PrintOutListener<T>
public class PrintOutListener<T extends Var>
| Field Summary |
|---|
| Fields inherited from class JaCoP.search.SimpleSolutionListener |
|---|
childrenSolutionListeners, parentSolutionListener, parentSolutionNo, solutionLimit |
| Constructor Summary | |
|---|---|
PrintOutListener()
|
|
| Method Summary | |
|---|---|
boolean |
executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select)
It is executed right after consistency of the current search node. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface JaCoP.search.SolutionListener |
|---|
assignSolution, findSolutionMatchingParent, getParentSolution, getSolution, getSolutions, getVariables, isRecordingSolutions, printAllSolutions, recordSolutions, returnSolution, searchAll, setChildrenListeners, setChildrenListeners, setParentSolutionListener, setSolutionLimit, solutionLimitReached, solutionsNo, toString |
| Constructor Detail |
|---|
public PrintOutListener()
| Method Detail |
|---|
public boolean executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select)
executeAfterSolution in interface SolutionListener<T extends Var>executeAfterSolution in class SimpleSolutionListener<T extends Var>search - 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 | ||||||||