|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConsistencyListener
Defines an interface of an object which can be plugined into the search right after executing the consistency function (at the beginning of each search node). Using children listeners it is possible to attach multiple number of listeners working together in any fashion.
| Method Summary | |
|---|---|
boolean |
executeAfterConsistency(boolean consistent)
It is executed right after consistency of the current search node. |
void |
setChildrenListeners(ConsistencyListener child)
Setting one child listener. |
void |
setChildrenListeners(ConsistencyListener[] children)
Each of the child listeners will be called and the return code from them will be combined (taken into account) by a parent). |
| Method Detail |
|---|
boolean executeAfterConsistency(boolean consistent)
consistent - specifies if the consistency call returned true or false.
void setChildrenListeners(ConsistencyListener[] children)
children - the children listeners attached to this listener.void setChildrenListeners(ConsistencyListener child)
child - the only child listener added to this consistency listener.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||