|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VarEventListener
An interface for all the search variable listeners.
Method Summary | |
---|---|
void |
addListener(boolean dynamicAddition)
This function connects a constraint with its variables in several ways. |
void |
awakeOnVar(int idx)
propagation on domain revision. |
boolean |
isActive()
Propagation: A constraint is active if it is connected to the network and if it does propagate. |
void |
setActive()
Propagation: un-freezes a constraint [a constraint is active if it is connected to the network and if it does propagate] |
void |
setPassive()
Propagation: freezes a constraint [a constraint is active if it is connected to the network and if it does propagate] |
Method Detail |
---|
void awakeOnVar(int idx) throws ContradictionException
ContradictionException
void addListener(boolean dynamicAddition)
dynamicAddition
- boolean isActive()
void setActive()
void setPassive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |