Uses of Class
org.jacop.constraints.IntRectangle
Packages that use IntRectangle
-
Uses of IntRectangle in org.jacop.constraints
Fields in org.jacop.constraints with type parameters of type IntRectangleModifier and TypeFieldDescriptionprotected Function
<Integer, Comparator<IntRectangle>> Diff.dimIthMinComparator
Methods in org.jacop.constraints with parameters of type IntRectangleModifier and TypeMethodDescriptionboolean
Rectangle.minUse
(int selDimension, IntRectangle u) boolean
Rectangle.minUse
(IntRectangle u) boolean
IntRectangle.overlap
(IntRectangle R) Method parameters in org.jacop.constraints with type arguments of type IntRectangleModifier and TypeMethodDescriptionprivate boolean
Diff.findRectangles
(Rectangle r, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates, Set<IntVar> fdvQueue) (package private) boolean
Diff2.findRectangles
(Rectangle r, int index, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates, List<Rectangle> OverlappingRects, Set<IntVar> fdvQueue) private boolean
Disjoint.findRectangles
(Rectangle r, int index, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates, List<Rectangle> OverlappingRects, Set<IntVar> fdvQueue) (package private) boolean
DisjointConditional.findRectangles
(Rectangle r, int index, List<IntRectangle> UsedRect, List<RectangleWithCondition> ProfileCandidates, List<RectangleWithCondition> OverlappingRects, Set<IntVar> fdvQueue) private Diff.Pair
Diff.minForbiddenInterval
(int start, int i, Rectangle r, List<IntRectangle> ConsideredRect) (package private) Interval
DisjointConditional.minForbiddenInterval
(int start, int i, Rectangle r, List<IntRectangle> ConsideredRect, int minI) private void
(package private) void
DisjointConditional.narrowIthCondition
(int i, Rectangle r, List<IntRectangle> UsedRect, List<RectangleWithCondition> ProfileCandidates) (package private) void
Diff.narrowRectangle
(Rectangle r, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates) (package private) void
DisjointConditional.narrowRectangleCondition
(Rectangle r, List<IntRectangle> UsedRect, List<RectangleWithCondition> ProfileCandidates) private boolean
Diff.notFit
(int i, Rectangle r, List<IntRectangle> ConsideredRect, int barierPosition) (package private) boolean
DisjointConditional.notFit
(int i, Rectangle r, List<IntRectangle> ConsideredRect)