Package org.jacop.ui
Class PrintSchedule
java.lang.Object
org.jacop.ui.PrintSchedule
Prints the computed schedule
- Version:
- 4.9
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrintSchedule
(String[] name, IntVar[] t, int[] d, IntVar[] r) It constructs PrintSchedule object.PrintSchedule
(String[] name, IntVar[] t, IntVar[] d, IntVar[] r) It constructs PrintSchedule object.It constructs PrintSchedule object.PrintSchedule
(List<String> name, List<? extends IntVar> t, List<Integer> d, List<? extends IntVar> r) It constructs PrintSchedule object.PrintSchedule
(List<String> name, IntVar[] t, int[] d, IntVar[] r) It constructs PrintSchedule object.It constructs PrintSchedule object. -
Method Summary
-
Field Details
-
Constructor Details
-
PrintSchedule
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
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(List<String> name, List<? extends IntVar> t, List<Integer> d, 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(List<String> name, List<? extends IntVar> t, int[] d, 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
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
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.
-
-
Method Details