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) class
DiffnProfile
Defines 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 Profile
Cumulative. maxProfile
It contains information about maximal profile contributed by tasks.(package private) Profile
CumulativeProfiles. maxProfile
private Profile
Cumulative. minProfile
It contains information about minimal profile contributed by regions for certain occupied by tasks.(package private) Profile
CumulativeProfiles. minProfile
Methods in org.jacop.constraints that return Profile Modifier and Type Method Description (package private) Profile
CumulativeProfiles. maxProfile()
(package private) Profile
CumulativeProfiles. minProfile()
Methods in org.jacop.constraints with parameters of type Profile Modifier and Type Method Description (package private) boolean
DisjointConditional. doesNotFit(int j, Rectangle r, Profile barrier)
-