Changeset 407 in tmcsimulator for trunk/src/tmcsim/cadsimulator/managers
- Timestamp:
- 05/16/2019 01:02:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/managers/TrafficModelManager.java
r345 r407 64 64 EVENTS_FILE("Events_File"), 65 65 OUTPUT_DEST("Output_Destination"), 66 JSON_PATH("Json_Path");66 HIGHWAY_STATUS_FILE("Highway_Status_File"); 67 67 68 68 public String name; … … 123 123 { 124 124 props = loadProperties(propertiesFile); 125 jsonPath = props.getProperty(PROPERTIES. JSON_PATH.name);125 jsonPath = props.getProperty(PROPERTIES.HIGHWAY_STATUS_FILE.name); 126 126 //logger.logp(Level.INFO, "Traffic Manager", "Constructor", 127 127 // "Highway network json output: " + jsonPath);
Note: See TracChangeset
for help on using the changeset viewer.
