Uses of Class
org.jacop.constraints.RectangleWithCondition
-
Packages that use RectangleWithCondition Package Description org.jacop.constraints -
-
Uses of RectangleWithCondition in org.jacop.constraints
Fields in org.jacop.constraints declared as RectangleWithCondition Modifier and Type Field Description (package private) RectangleWithCondition[]
DisjointCondVarValue. Rects
Methods in org.jacop.constraints with parameters of type RectangleWithCondition Modifier and Type Method Description (package private) boolean
DisjointConditional. checkRect(RectangleWithCondition r)
(package private) void
DisjointCondVarValue. setValue(RectangleWithCondition[] R)
Method parameters in org.jacop.constraints with type arguments of type RectangleWithCondition Modifier and Type Method Description (package private) void
DisjointConditionalProfile. make(int i, int j, Rectangle r, int begin, int end, java.util.List<RectangleWithCondition> Rs, ExclusiveList ExList)
(package private) void
DisjointConditional. profileNarrowingCondition(int i, Rectangle r, java.util.List<RectangleWithCondition> ProfileCandidates)
(package private) void
DisjointCondVarValue. setValue(java.util.List<RectangleWithCondition> VR)
Constructors in org.jacop.constraints with parameters of type RectangleWithCondition Constructor Description DisjointCondVar(Store S, RectangleWithCondition[] R)
DisjointCondVarValue(RectangleWithCondition[] R)
Constructor parameters in org.jacop.constraints with type arguments of type RectangleWithCondition Constructor Description DisjointCondVar(Store S, java.util.List<RectangleWithCondition> R)
-