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/test/tmcsim/highwaymodel
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/highwaymodel/HighwayTest.java

    r343 r422  
    11 
    2 package atmsdriver.model; 
     2package tmcsim.highwaymodel; 
    33 
    4 import atmsdriver.model.Station.DIRECTION; 
     4import tmcsim.highwaymodel.LoopDetector; 
     5import tmcsim.highwaymodel.Station; 
     6import tmcsim.highwaymodel.Highway; 
     7import tmcsim.highwaymodel.Station.DIRECTION; 
    58import java.util.ArrayList; 
    69import java.util.Set; 
Note: See TracChangeset for help on using the changeset viewer.