Package org.jacop.constraints
Class RectangleWithCondition
- java.lang.Object
-
- org.jacop.constraints.Rectangle
-
- org.jacop.constraints.RectangleWithCondition
-
class RectangleWithCondition extends Rectangle
Defines a rectangle used in the diffn constraint.- Version:
- 4.7
-
-
Constructor Summary
Constructors Constructor Description RectangleWithCondition(int i, java.util.List<? extends IntVar> R, IntVar cond)
RectangleWithCondition(int i, Rectangle R, IntVar cond)
RectangleWithCondition(int i, IntVar[] R, IntVar cond)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntVar
condition()
java.lang.String
toString()
-
Methods inherited from class org.jacop.constraints.Rectangle
dim, domOverlap, getStream, intervalOverlap, length, maxLevel, minArea, minLengthEq0, minUse, minUse, origin, settled, toArrayOf2DRectangles, toArrayOf2DRectangles, toArrayOf2DRectangles
-
-