Package org.jacop.ui
Class PrintSchedule
- java.lang.Object
-
- org.jacop.ui.PrintSchedule
-
public class PrintSchedule extends java.lang.ObjectPrints 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) intfindMaxR()(package private) intfindMaxT()(package private) intfindMinR()(package private) java.lang.Stringtab(int i)java.lang.StringtoString()
-
-
-
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.
-
-