Uses of Class
org.jacop.constraints.Profile
-
Packages that use Profile Package Description org.jacop.constraints -
-
Uses of Profile in org.jacop.constraints
Subclasses of Profile in org.jacop.constraints Modifier and Type Class Description (package private) classDiffnProfileDefines a basic data structure to keep the profile for the diff2/1 constraints.Fields in org.jacop.constraints declared as Profile Modifier and Type Field Description private ProfileCumulative. maxProfileIt contains information about maximal profile contributed by tasks.(package private) ProfileCumulativeProfiles. maxProfileprivate ProfileCumulative. minProfileIt contains information about minimal profile contributed by regions for certain occupied by tasks.(package private) ProfileCumulativeProfiles. minProfileMethods in org.jacop.constraints that return Profile Modifier and Type Method Description (package private) ProfileCumulativeProfiles. maxProfile()(package private) ProfileCumulativeProfiles. minProfile()Methods in org.jacop.constraints with parameters of type Profile Modifier and Type Method Description (package private) booleanDisjointConditional. doesNotFit(int j, Rectangle r, Profile barrier)
-