|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridbus.broker.constants.ScheduleOptimisationType
public final class ScheduleOptimisationType
| Field Summary | |
|---|---|
static int |
COST
Cost-optimisation scheduling |
static int |
COST_TIME
Cost-Time optimisation scheduling |
static int |
NONE
No optimisation : Round-robin scheduling |
static int |
TIME
Time-optimisation scheduling |
| Constructor Summary | |
|---|---|
ScheduleOptimisationType()
|
|
| Method Summary | |
|---|---|
static int |
intValue(java.lang.String type)
Returns the int representation of the string type |
static java.lang.String |
stringValue(int type)
Returns the string representation of the int type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int COST
public static final int TIME
public static final int COST_TIME
public static final int NONE
| Constructor Detail |
|---|
public ScheduleOptimisationType()
| Method Detail |
|---|
public static int intValue(java.lang.String type)
type -
public static java.lang.String stringValue(int type)
type -
|
Copyright © The University of Melbourne. 2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||