Package org.chocosolver.util.procedure
Interface IntProcedure
-
- All Known Subinterfaces:
BinaryIntProcedure<A,B>
,TernaryIntProcedure<A,B,C>
,UnaryIntProcedure<A>
public interface IntProcedure
- Since:
- 29 sept. 2010
- Author:
- Charles Prud'homme
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(int i)
Action to execute in aDelta
object, within theforEachRemVal
method.
-
-
-
Method Detail
-
execute
void execute(int i) throws ContradictionException
Action to execute in aDelta
object, within theforEachRemVal
method.- Parameters:
i
- index- Throws:
ContradictionException
- when a incoherence is encountered
-
-