Changeset 407 in tmcsimulator for trunk/src/tmcsim/cadsimulator/managers


Ignore:
Timestamp:
05/16/2019 01:02:37 PM (7 years ago)
Author:
jdalbey
Message:

Fix for #155 to make simulation time filename configurable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/managers/TrafficModelManager.java

    r345 r407  
    6464        EVENTS_FILE("Events_File"), 
    6565        OUTPUT_DEST("Output_Destination"), 
    66         JSON_PATH("Json_Path"); 
     66        HIGHWAY_STATUS_FILE("Highway_Status_File"); 
    6767         
    6868        public String name; 
     
    123123        { 
    124124            props = loadProperties(propertiesFile); 
    125             jsonPath = props.getProperty(PROPERTIES.JSON_PATH.name); 
     125            jsonPath = props.getProperty(PROPERTIES.HIGHWAY_STATUS_FILE.name); 
    126126            //logger.logp(Level.INFO, "Traffic Manager", "Constructor",  
    127127            //        "Highway network json output: " + jsonPath); 
Note: See TracChangeset for help on using the changeset viewer.