Changeset 184 in tmcsimulator for trunk/config


Ignore:
Timestamp:
10/28/2017 05:24:02 PM (9 years ago)
Author:
jtorres
Message:

highways.java: converted to immutable, removed use of FEPLineLoader and added loadLines(), loadLine(), loadStation(), and loadLoop() methods. Renamed loadHighways() to configureHighways(), renamed writeHighwaysMeta() to getHighwaysMeta() which now returns a String containing metadata instead of opening a file and writing to it, which is more flexible. FEPLineLoader.java: deleted, no longer need it. FEPLine.java: converted to immutable, removed unnecessary member variables and adjusted all methods accordingly. Station.java: MLTotVol() and OppTotVol?() are now being updated at end of updateByDirection(). ATMSDriver.java: Now using one config file: highways_fullmap.txt, as opposed to the older lds.txt and loop.txt files. config/vds_data: added highways_fullmap.txt. config/atms_driver_config.properties, atms_driver_config_local.properties: updated config to reflect use of highways_fullmap.txt instead of old loop.txt and lds.txt configuration. ATMSBatchDriver.java: conformed highways initialization in constructor to reflect use of highways_fullmap.txt

Location:
trunk/config
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/atms_driver_config.properties

    r101 r184  
    1 LDSFileName = config/vds_data/lds.txt 
    2 LoopsFileName = config/vds_data/loop.txt 
    3 HighwayMetaFileName = config/vds_data/highwaysMeta.txt 
    4 NetworkFileName = networkFile.txt 
     1HighwaysMapFileName = config/vds_data/highways_fullmap.txt 
    52ExchangeFileName = exchange.xml 
    63FEPWriterHost = 192.168.251.46 
  • trunk/config/atms_driver_config_local.properties

    r101 r184  
    1 LDSFileName = config/vds_data/lds.txt 
    2 LoopsFileName = config/vds_data/loop.txt 
    3 HighwayMetaFileName = config/vds_data/highwaysMeta.txt 
    4 NetworkFileName = networkFile.txt 
     1HighwaysMapFileName = config/vds_data/highwaysMeta.txt 
    52ExchangeFileName = exchange.xml 
    63FEPWriterHost = localhost 
Note: See TracChangeset for help on using the changeset viewer.