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.exclusionListIt specifies what rectangles can conditionally overlap.Methods in org.jacop.constraints that return ExclusiveListModifier and TypeMethodDescription(package private) ExclusiveListExclusiveList.listFor(int index) Methods in org.jacop.constraints with parameters of type ExclusiveListModifier and TypeMethodDescription(package private) voidProfileConditional.addToProfile(int index, int a, int b, int val, ExclusiveList exList) (package private) intProfileItemCondition.exclusiveRectsSize(ExclusiveList exList) (package private) voidDisjointConditionalProfile.make(int i, int j, Rectangle r, int begin, int end, List<RectangleWithCondition> Rs, ExclusiveList ExList) (package private) voidProfileItemCondition.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.