|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableListener<T extends Value<?,T>>
IFS variable listener.
Variable| Method Summary | |
|---|---|
void |
valueRemoved(long iteration,
T value)
Called by the variable when a value is permanently removed from its domain |
void |
variableAssigned(long iteration,
T value)
Called by the variable when a value is assigned to it |
void |
variableUnassigned(long iteration,
T value)
Called by the variable when a value is unassigned from it |
| Method Detail |
|---|
void variableAssigned(long iteration,
T value)
iteration - current iterationvalue - assigned to the variable
void variableUnassigned(long iteration,
T value)
iteration - current iterationvalue - unassigned from the variable
void valueRemoved(long iteration,
T value)
iteration - current iterationvalue - removed from the variable's domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||