Changeset 422 in tmcsimulator for trunk/src/tmcsim/highwaymodel/Highway.java


Ignore:
Timestamp:
06/23/2019 10:27:35 AM (7 years ago)
Author:
jdalbey
Message:

Remove ATMS functionality. Reworked and simplified the Highway model to use only VDS data from PeMS. Updated all unit tests.

Location:
trunk/src/tmcsim/highwaymodel
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/highwaymodel/Highway.java

    r353 r422  
    1 package atmsdriver.model; 
     1package tmcsim.highwaymodel; 
    22 
    3 import atmsdriver.model.Station.DIRECTION; 
     3import tmcsim.highwaymodel.Station.DIRECTION; 
    44import java.util.ArrayList; 
    55import java.util.HashSet; 
Note: See TracChangeset for help on using the changeset viewer.