source: xssim/trunk/example/RunExperiment.java @ 104

Revision 104, 311 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1import simulator.GridSchedulingSimulator;
2
3
4public class RunExperiment {
5       
6        public static void main(String args[]){
7                RunExperiment runner = new RunExperiment();
8                runner.run();
9        }
10       
11        public void run(){
12                String args[] = {
13                                "example/experiment1.properties"
14                                };
15                GridSchedulingSimulator.main(args);
16        }
17
18}
Note: See TracBrowser for help on using the repository browser.