source:
xssim/branches/tpiontek/example/tomekp/scenario_3/RunExperiment.java
@
254
Revision 254, 399 bytes checked in by piontek, 13 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[254] | 1 | package tomekp.scenario_3; |
2 | import simulator.GridSchedulingSimulator; | |
3 | ||
4 | ||
5 | public class RunExperiment { | |
6 | ||
7 | public static void main(String args[]){ | |
8 | RunExperiment runner = new RunExperiment(); | |
9 | runner.run(); | |
10 | } | |
11 | ||
12 | public void run(){ | |
13 | String args[] = { | |
14 | "example/tomekp/scenario_3/scenario.properties" | |
15 | }; | |
16 | GridSchedulingSimulator.main(args); | |
17 | ||
18 | System.out.println("End of simulation"); | |
19 | } | |
20 | ||
21 | } |
Note: See TracBrowser
for help on using the repository browser.