Uses of Class
org.jacop.constraints.Task
-
Packages that use Task Package Description org.jacop.constraints -
-
Uses of Task in org.jacop.constraints
Fields in org.jacop.constraints declared as Task Modifier and Type Field Description private Task[]
Cumulative. Ts
Fields in org.jacop.constraints with type parameters of type Task Modifier and Type Field Description private java.util.Comparator<Task>
Cumulative. taskAscEctComparator
private java.util.Comparator<Task>
Cumulative. taskDescLstComparator
Methods in org.jacop.constraints that return Task Modifier and Type Method Description (package private) Task[]
Cumulative. getTasks()
Methods in org.jacop.constraints with parameters of type Task Modifier and Type Method Description (package private) boolean
Cumulative. after(Task l, java.util.List<Task> S)
private boolean
Cumulative. before(Task l, java.util.List<Task> S)
(package private) boolean
Cumulative. between(Task l, java.util.List<Task> S)
(package private) void
CumulativeProfiles. make(Task[] Ts, boolean doMaxProfile)
private long
Cumulative. minOverlap(Task t, int est, int lct)
private void
Cumulative. notFirst(Store store, Task s, java.util.List<Task> S)
private void
Cumulative. notLast(Store store, Task s, java.util.List<Task> S)
Method parameters in org.jacop.constraints with type arguments of type Task Modifier and Type Method Description (package private) boolean
Cumulative. after(Task l, java.util.List<Task> S)
private boolean
Cumulative. before(Task l, java.util.List<Task> S)
(package private) boolean
Cumulative. between(Task l, java.util.List<Task> S)
private int
Cumulative. est(java.util.List<Task> S)
private boolean
Cumulative. fitTasksAfter(java.util.List<Task> s, int est0)
private boolean
Cumulative. fitTasksBefore(java.util.List<Task> s, int lct0)
private int
Cumulative. lct(java.util.List<Task> S)
private int
Cumulative. maxArea(java.util.List<Task> Ts)
private void
Cumulative. notFirst(Store store, Task s, java.util.List<Task> S)
private void
Cumulative. notLast(Store store, Task s, java.util.List<Task> S)
private void
Cumulative. removeFromS_Est(java.util.List<Task> s)
private void
Cumulative. removeFromS_Lct(java.util.List<Task> s)
-