gridsim
Class GridSimTags

java.lang.Object
  |
  +--gridsim.GridSimTags

public class GridSimTags
extends java.lang.Object

GridSim Macro Variables


Field Summary
static int DEFAULF_BAUD_RATE
           
static int END_OF_SIMULATION
           
static int EXPERIMENT
           
static int GRIDLET_RETURN
           
static int GRIDLET_STATUS
           
static int GRIDLET_SUBMIT
           
static int INSIGNIFICANT
           
static int RECORD_STATISTICS
           
static int REGISTER_RESOURCE
           
static int RESOURCE_CHARACTERISTICS
           
static int RESOURCE_DYNAMICS
           
static int RESOURCE_LIST
           
static int RETURN_ACC_STATISTICS_BY_CATEGORY
           
static int RETURN_STAT_LIST
           
static double SCHEDULE_NOW
           
 
Constructor Summary
GridSimTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEDULE_NOW

public static final double SCHEDULE_NOW
See Also:
Constant Field Values

END_OF_SIMULATION

public static final int END_OF_SIMULATION
See Also:
Constant Field Values

INSIGNIFICANT

public static final int INSIGNIFICANT
See Also:
Constant Field Values

EXPERIMENT

public static final int EXPERIMENT
See Also:
Constant Field Values

REGISTER_RESOURCE

public static final int REGISTER_RESOURCE
See Also:
Constant Field Values

RESOURCE_LIST

public static final int RESOURCE_LIST
See Also:
Constant Field Values

RESOURCE_CHARACTERISTICS

public static final int RESOURCE_CHARACTERISTICS
See Also:
Constant Field Values

RESOURCE_DYNAMICS

public static final int RESOURCE_DYNAMICS
See Also:
Constant Field Values

GRIDLET_SUBMIT

public static final int GRIDLET_SUBMIT
See Also:
Constant Field Values

GRIDLET_RETURN

public static final int GRIDLET_RETURN
See Also:
Constant Field Values

GRIDLET_STATUS

public static final int GRIDLET_STATUS
See Also:
Constant Field Values

RECORD_STATISTICS

public static final int RECORD_STATISTICS
See Also:
Constant Field Values

RETURN_STAT_LIST

public static final int RETURN_STAT_LIST
See Also:
Constant Field Values

RETURN_ACC_STATISTICS_BY_CATEGORY

public static final int RETURN_ACC_STATISTICS_BY_CATEGORY
See Also:
Constant Field Values

DEFAULF_BAUD_RATE

public static final int DEFAULF_BAUD_RATE
See Also:
Constant Field Values
Constructor Detail

GridSimTags

public GridSimTags()