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. RectsMethods in org.jacop.constraints with parameters of type RectangleWithCondition Modifier and Type Method Description (package private) booleanDisjointConditional. checkRect(RectangleWithCondition r)(package private) voidDisjointCondVarValue. setValue(RectangleWithCondition[] R)Method parameters in org.jacop.constraints with type arguments of type RectangleWithCondition Modifier and Type Method Description (package private) voidDisjointConditionalProfile. make(int i, int j, Rectangle r, int begin, int end, java.util.List<RectangleWithCondition> Rs, ExclusiveList ExList)(package private) voidDisjointConditional. profileNarrowingCondition(int i, Rectangle r, java.util.List<RectangleWithCondition> ProfileCandidates)(package private) voidDisjointCondVarValue. 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)
-