|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PalmIntVarListener
| Method Summary | |
|---|---|
void |
awakeOnRestoreInf(int idx)
Handles an inf bound restoration on the constraint idx |
void |
awakeOnRestoreSup(int idx)
Handles a sup bound restoration on the constraint idx |
void |
awakeOnRestoreVal(int idx,
int val)
Handles a val restoration on the constraint idx |
void |
awakeOnRestoreVal(int idx,
IntIterator it)
Handles a val restoration on the constraint idx |
java.util.Set |
whyIsFalse()
When all variables are instantiated, explains why the wonstraint is false. |
java.util.Set |
whyIsTrue()
When all variables are instantiated, explains why the wonstraint is true. |
| Methods inherited from interface choco.palm.PalmVarListener |
|---|
getConstraintIdx, setConstraintIndex, updateDataStructuresOnConstraint, updateDataStructuresOnRestoreConstraint |
| Methods inherited from interface choco.prop.VarEventListener |
|---|
addListener, awakeOnVar, isActive, setActive, setPassive |
| Methods inherited from interface choco.integer.var.IntVarEventListener |
|---|
awakeOnInf, awakeOnInst, awakeOnRem, awakeOnSup, getConstraintIdx, setConstraintIndex |
| Methods inherited from interface choco.prop.VarEventListener |
|---|
addListener, awakeOnVar, isActive, setActive, setPassive |
| Method Detail |
|---|
void awakeOnRestoreInf(int idx)
throws ContradictionException
idx
idx - Variable involved.
ContradictionException
void awakeOnRestoreSup(int idx)
throws ContradictionException
idx
idx - Variable involved.
ContradictionException
void awakeOnRestoreVal(int idx,
int val)
throws ContradictionException
idx
idx - Variable involved.
ContradictionException
void awakeOnRestoreVal(int idx,
IntIterator it)
throws ContradictionException
idx
idx - Variable involved.
ContradictionExceptionjava.util.Set whyIsTrue()
java.util.Set whyIsFalse()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||