|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.ui.PrintSchedule
public class PrintSchedule
Prints the computed schedule
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.
public PrintSchedule(java.util.ArrayList<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.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||