Changeset 422 in tmcsimulator for trunk/test/atmsdriver/TrafficModelEventDriver.java
- Timestamp:
- 06/23/2019 10:27:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/atmsdriver/TrafficModelEventDriver.java
r343 r422 1 1 package atmsdriver; 2 2 3 import atmsdriver.model.Highways;4 import atmsdriver.model.TrafficEvent;3 import tmcsim.highwaymodel.Highways; 4 import tmcsim.highwaymodel.TrafficEvent; 5 5 import java.io.FileInputStream; 6 6 import java.io.FileNotFoundException; … … 63 63 incidents = new HashMap<String, List<TrafficEvent>>(); 64 64 highways = new Highways( 65 "config/vds_data/highways_fullmap.txt", 66 // following aren't used by this application 67 "localhost", 8080); 65 "config/vds_data/highways_fullmap.txt"); 68 66 final String CONFIG_FILE_NAME = "traffic_model_config.properties"; 69 67 String propertiesFile = "config" + System.getProperty("file.separator")
Note: See TracChangeset
for help on using the changeset viewer.
