Changeset 345 in tmcsimulator for trunk/src/tmcsim/utilities/BuildHighwayFile.java
- Timestamp:
- 03/24/2019 09:48:29 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/utilities/BuildHighwayFile.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/utilities/BuildHighwayFile.java
r338 r345 281 281 * in loop file. 282 282 */ 283 p rivatevoid showLeftoverVDS()283 public void showLeftoverVDS() 284 284 { 285 285 Set<String> vdsItems = vdsDict.keySet(); // get all the VDS ids … … 303 303 app.createLanelookup(); 304 304 app.createHighwayFile(); 305 app.showLeftoverVDS();306 305 System.out.println("Build complete, output file: "+highwayFile); 307 306 }
Note: See TracChangeset
for help on using the changeset viewer.
