ansim/Parameter.java

Go to the documentation of this file.
00001 package ansim;
00002 
00008 public class Parameter {
00015     public Parameter(String net, String trace, String out) {
00016         this.net   = net;
00017         this.trace = trace;
00018         this.out   = out;
00019     }
00020 
00021     public String net;
00022     public String trace;
00023     public String out;
00024 }

Generated on Wed May 5 00:06:35 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6