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 ExclusiveListDisjointConditional. exclusionListIt specifies what rectangles can conditionally overlap.Methods in org.jacop.constraints that return ExclusiveList Modifier and Type Method Description (package private) ExclusiveListExclusiveList. listFor(int index)Methods in org.jacop.constraints with parameters of type ExclusiveList Modifier and Type Method Description (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, java.util.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 ExclusiveList Constructor Description DisjointConditional(Rectangle[] rectangles, ExclusiveList exclusionList, boolean doProfile)It specifies a diff constraint.
-