Changeset 276 in tmcsimulator for trunk/src/tmcsim/utilities/VehicleDetectionStation.java
- Timestamp:
- 02/26/2019 09:06:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/utilities/VehicleDetectionStation.java
r274 r276 23 23 public final String street; 24 24 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 */ 27 32 public VehicleDetectionStation(Scanner lineScanner) 28 33 {
Note: See TracChangeset
for help on using the changeset viewer.
