Uses of Class
org.jacop.constraints.ProfileItem
-
Packages that use ProfileItem Package Description org.jacop.constraints -
-
Uses of ProfileItem in org.jacop.constraints
Subclasses of ProfileItem in org.jacop.constraints Modifier and Type Class Description (package private) class
ProfileItemCondition
Defines a basic structure used to update profile DisjointConditional when some rectangles can share the same place.Methods in org.jacop.constraints with parameters of type ProfileItem Modifier and Type Method Description void
ProfileItem. overlap(ProfileItem a, ProfileItem left, ProfileItem overlap, ProfileItem right)
It compute the overlap with the specified profile item.void
ProfileItem. subtract(ProfileItem a, ProfileItem left, ProfileItem right)
It computes subtraction of a given item and returns the result.
-