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