public class PrintSchedule
extends java.lang.Object
Constructor and Description |
---|
PrintSchedule(java.util.ArrayList<java.lang.String> name,
java.util.ArrayList<? extends IntVar> t,
java.util.ArrayList<java.lang.Integer> d,
java.util.ArrayList<? extends IntVar> r)
It constructs PrintSchedule object.
|
PrintSchedule(java.util.ArrayList<java.lang.String> name,
java.util.ArrayList<? extends IntVar> t,
int[] d,
java.util.ArrayList<? extends IntVar> r)
It constructs PrintSchedule object.
|
PrintSchedule(java.util.ArrayList<java.lang.String> name,
IntVar[] t,
int[] d,
IntVar[] r)
It constructs PrintSchedule object.
|
PrintSchedule(java.util.ArrayList<java.lang.String> name,
IntVar[] t,
IntVar[] d,
IntVar[] r)
It constructs PrintSchedule object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public PrintSchedule(java.lang.String[] name, IntVar[] t, int[] d, IntVar[] r)
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.public PrintSchedule(java.lang.String[] name, IntVar[] t, IntVar[] d, IntVar[] r)
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.public PrintSchedule(java.util.ArrayList<java.lang.String> name, java.util.ArrayList<? extends IntVar> t, java.util.ArrayList<java.lang.Integer> d, java.util.ArrayList<? extends IntVar> r)
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.public PrintSchedule(java.util.ArrayList<java.lang.String> name, java.util.ArrayList<? extends IntVar> t, int[] d, java.util.ArrayList<? extends IntVar> r)
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.public PrintSchedule(java.util.ArrayList<java.lang.String> name, IntVar[] t, int[] d, IntVar[] r)
name
- name of the operations.t
- start time of the operations.d
- duration time of the operations.r
- resource usage of the operations.