org.gridbus.broker.constants
Class ScheduleOptimisationType

java.lang.Object
  extended by org.gridbus.broker.constants.ScheduleOptimisationType

public final class ScheduleOptimisationType
extends java.lang.Object

Author:
krishna

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

COST

public static final int COST
Cost-optimisation scheduling

See Also:
Constant Field Values

TIME

public static final int TIME
Time-optimisation scheduling

See Also:
Constant Field Values

COST_TIME

public static final int COST_TIME
Cost-Time optimisation scheduling

See Also:
Constant Field Values

NONE

public static final int NONE
No optimisation : Round-robin scheduling

See Also:
Constant Field Values
Constructor Detail

ScheduleOptimisationType

public ScheduleOptimisationType()
Method Detail

intValue

public static int intValue(java.lang.String type)
Returns the int representation of the string type

Parameters:
type -
Returns:

stringValue

public static java.lang.String stringValue(int type)
Returns the string representation of the int type.

Parameters:
type -
Returns:

Copyright © The University of Melbourne. 2006