Interface ISetDeltaMonitor
-
- All Superinterfaces:
IDeltaMonitor
- All Known Implementing Classes:
SetDeltaMonitor
public interface ISetDeltaMonitor extends IDeltaMonitor
- Author:
- Charles Prud'homme, Jean-Guillaume Fages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
forEach(IntProcedure proc, SetEventType evt)
Apply 'proc' on each value store-
Methods inherited from interface org.chocosolver.solver.variables.delta.IDeltaMonitor
freeze, unfreeze
-
-
-
-
Method Detail
-
forEach
void forEach(IntProcedure proc, SetEventType evt) throws ContradictionException
Apply 'proc' on each value store- Parameters:
proc
- a procedureevt
- event mask- Throws:
ContradictionException
- if a contradiction occurs
-
-