Package org.jacop.ui
Class PrintSchedule
- java.lang.Object
-
- org.jacop.ui.PrintSchedule
-
public class PrintSchedule extends java.lang.Object
Prints the computed schedule- Version:
- 4.8
-
-
Constructor Summary
Constructors Constructor Description PrintSchedule(java.lang.String[] name, IntVar[] t, int[] d, IntVar[] r)
It constructs PrintSchedule object.PrintSchedule(java.lang.String[] name, IntVar[] t, IntVar[] d, IntVar[] r)
It constructs PrintSchedule object.PrintSchedule(java.util.List<java.lang.String> name, java.util.List<? extends IntVar> t, int[] d, java.util.List<? extends IntVar> r)
It constructs PrintSchedule object.PrintSchedule(java.util.List<java.lang.String> name, java.util.List<? extends IntVar> t, java.util.List<java.lang.Integer> d, java.util.List<? extends IntVar> r)
It constructs PrintSchedule object.PrintSchedule(java.util.List<java.lang.String> name, IntVar[] t, int[] d, IntVar[] r)
It constructs PrintSchedule object.PrintSchedule(java.util.List<java.lang.String> name, IntVar[] t, IntVar[] d, IntVar[] r)
It constructs PrintSchedule object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
findMaxR()
(package private) int
findMaxT()
(package private) int
findMinR()
(package private) java.lang.String
tab(int i)
java.lang.String
toString()
-
-
-
Constructor Detail
-
PrintSchedule
public PrintSchedule(java.lang.String[] name, IntVar[] t, int[] d, IntVar[] r)
It constructs PrintSchedule object.- Parameters:
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.
-
PrintSchedule
public PrintSchedule(java.lang.String[] name, IntVar[] t, IntVar[] d, IntVar[] r)
It constructs PrintSchedule object.- Parameters:
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.
-
PrintSchedule
public PrintSchedule(java.util.List<java.lang.String> name, java.util.List<? extends IntVar> t, java.util.List<java.lang.Integer> d, java.util.List<? extends IntVar> r)
It constructs PrintSchedule object.- Parameters:
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.
-
PrintSchedule
public PrintSchedule(java.util.List<java.lang.String> name, java.util.List<? extends IntVar> t, int[] d, java.util.List<? extends IntVar> r)
It constructs PrintSchedule object.- Parameters:
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.
-
PrintSchedule
public PrintSchedule(java.util.List<java.lang.String> name, IntVar[] t, int[] d, IntVar[] r)
It constructs PrintSchedule object.- Parameters:
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.
-
-