Ignore:
Timestamp:
02/26/2019 09:06:31 AM (7 years ago)
Author:
jdalbey
Message:

BuildHighwayFile?.java: added some diagnostic messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/utilities/VehicleDetectionStation.java

    r274 r276  
    2323    public final String street; 
    2424    private String station_address;  
    25     private List<String> laneList; 
    26      
     25    private List<String> laneList; // list of all lanes (loop detectors) that  
     26                                    // this VDS monitors. 
     27    /** 
     28     *  Constructor 
     29     * @param lineScanner A Scanner that uses tab as a delimiter for a single 
     30     * line of the vds meta file. 
     31     */ 
    2732    public VehicleDetectionStation(Scanner lineScanner) 
    2833    { 
Note: See TracChangeset for help on using the changeset viewer.