Uses of Class
org.jacop.constraints.ExclusiveList
Packages that use ExclusiveList
-
Uses of ExclusiveList in org.jacop.constraints
Fields in org.jacop.constraints declared as ExclusiveListModifier and TypeFieldDescriptionDisjointConditional.exclusionList
It specifies what rectangles can conditionally overlap.Methods in org.jacop.constraints that return ExclusiveListModifier and TypeMethodDescription(package private) ExclusiveList
ExclusiveList.listFor
(int index) Methods in org.jacop.constraints with parameters of type ExclusiveListModifier and TypeMethodDescription(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, 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 ExclusiveListModifierConstructorDescriptionDisjointConditional
(Rectangle[] rectangles, ExclusiveList exclusionList, boolean doProfile) It specifies a diff constraint.