Uses of Class
org.jacop.constraints.ExclusiveList
-
Packages that use ExclusiveList Package Description org.jacop.constraints -
-
Uses of ExclusiveList in org.jacop.constraints
Fields in org.jacop.constraints declared as ExclusiveList Modifier and Type Field Description ExclusiveList
DisjointConditional. exclusionList
It specifies what rectangles can conditionally overlap.Methods in org.jacop.constraints that return ExclusiveList Modifier and Type Method Description (package private) ExclusiveList
ExclusiveList. listFor(int index)
Methods in org.jacop.constraints with parameters of type ExclusiveList Modifier and Type Method Description (package private) void
ProfileConditional. addToProfile(int index, int a, int b, int val, ExclusiveList exList)
(package private) int
ProfileItemCondition. exclusiveRectsSize(ExclusiveList exList)
(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
ProfileItemCondition. overlap(ProfileItemCondition a, ProfileItemCondition left, ProfileItemCondition overlap, ProfileItemCondition right, ExclusiveList exList, int[] r)
Constructors in org.jacop.constraints with parameters of type ExclusiveList Constructor Description DisjointConditional(Rectangle[] rectangles, ExclusiveList exclusionList, boolean doProfile)
It specifies a diff constraint.
-