public class PrintSchedule extends Object
Constructor and Description |
---|
PrintSchedule(ArrayList<String> name,
ArrayList<? extends IntVar> t,
ArrayList<Integer> d,
ArrayList<? extends IntVar> r)
It constructs PrintSchedule object.
|
PrintSchedule(ArrayList<String> name,
ArrayList<? extends IntVar> t,
int[] d,
ArrayList<? extends IntVar> r)
It constructs PrintSchedule object.
|
PrintSchedule(ArrayList<String> name,
IntVar[] t,
int[] d,
IntVar[] r)
It constructs PrintSchedule object.
|
PrintSchedule(ArrayList<String> name,
IntVar[] t,
IntVar[] d,
IntVar[] r)
It constructs PrintSchedule object.
|
PrintSchedule(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.
|
public PrintSchedule(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(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(ArrayList<String> name, ArrayList<? extends IntVar> t, ArrayList<Integer> d, 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(ArrayList<String> name, ArrayList<? extends IntVar> t, int[] d, 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(ArrayList<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.Copyright © 2015. All rights reserved.