Class GridSimMain
java.lang.Object
|
+--GridSimMain
- class GridSimMain
- extends java.lang.Object
Method Summary |
static gridsim.GridletList |
AMS2000_Application()
|
static gridsim.GridletList |
Application1(java.util.Random r)
|
static gridsim.GridletList |
EcoGrid_Application(java.util.Random r)
|
static void |
main(java.lang.String[] args)
|
static void |
ReadSimDataAndRun()
|
static void |
SimulateEcoGrid(int no_of_users,
int no_of_resources,
ResDef[] resources,
boolean DB_factor_flag,
double d_factor_or_value,
double b_factor_or_value,
int policy,
java.lang.String ReportFile,
boolean new_grid_report_flag,
double[] column_values,
boolean report_on_next_row_flag,
double row_value,
boolean user_entity_report)
|
static void |
SimulateGrid(int no_of_users,
int no_of_resources,
double B_factor,
double D_factor,
int policy,
double how_long,
java.lang.String ReportFile,
boolean report_on_next_row_flag,
boolean user_entity_report)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridSimMain
GridSimMain()
main
public static void main(java.lang.String[] args)
SimulateEcoGrid
public static void SimulateEcoGrid(int no_of_users,
int no_of_resources,
ResDef[] resources,
boolean DB_factor_flag,
double d_factor_or_value,
double b_factor_or_value,
int policy,
java.lang.String ReportFile,
boolean new_grid_report_flag,
double[] column_values,
boolean report_on_next_row_flag,
double row_value,
boolean user_entity_report)
EcoGrid_Application
public static gridsim.GridletList EcoGrid_Application(java.util.Random r)
AMS2000_Application
public static gridsim.GridletList AMS2000_Application()
ReadSimDataAndRun
public static void ReadSimDataAndRun()
SimulateGrid
public static void SimulateGrid(int no_of_users,
int no_of_resources,
double B_factor,
double D_factor,
int policy,
double how_long,
java.lang.String ReportFile,
boolean report_on_next_row_flag,
boolean user_entity_report)
Application1
public static gridsim.GridletList Application1(java.util.Random r)