|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ScheduleNode.Scheduling>
com.prozima.pengine.ScheduleNode.Scheduling
public static enum ScheduleNode.Scheduling
Specifies if an schedule node should be scheduled ASAP or ALAP within its constraints and relationships.
ScheduleNode.setSchedulingPref(Scheduling)| Enum Constant Summary | |
|---|---|
ALAP
As-Late-As-Possible scheduling |
|
ASAP
As-Soon-As-Possible scheduling - Default for new nodes |
|
| Method Summary | |
|---|---|
static ScheduleNode.Scheduling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScheduleNode.Scheduling[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ScheduleNode.Scheduling ALAP
public static final ScheduleNode.Scheduling ASAP
| Method Detail |
|---|
public static ScheduleNode.Scheduling valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static ScheduleNode.Scheduling[] values()
for (ScheduleNode.Scheduling c : ScheduleNode.Scheduling.values()) System.out.println(c);
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||