Changeset 94 in tmcsimulator for trunk/src/atmsdriver/model/Station.java


Ignore:
Timestamp:
10/11/2017 12:46:56 PM (9 years ago)
Author:
jdalbey
Message:

Station.java: Clarify class header comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/model/Station.java

    r92 r94  
    66 
    77/** 
    8  * A Station is a simulation of a station in a traffic network. 
    9  * 
    10  * A Station (LDS) contains static meta data about the station, and two dynamic 
    11  * attributes, MLTotVol and OppTotVol. * A single LDS contains multiple 
    12  * LoopDetectors, which contain data for a single lane on one direction of the 
    13  * freeway. A LDS is specific to a single freeway, direction, and postmile. 
     8 *A Station (LDS or Loop Detector Station) represents a group of lane detectors 
     9 * across all lanes at a particular point on a highway.  A station is 
     10 * identified by its highway number and postmile.  A station has an associated 
     11 * direction used to establish which direction is Main and which is Opposite. 
     12 * The MLTotVol and OppTotVol for a station can be dynamically updated. 
     13 * A station has other attributes: lineNum, ldsID, drop, and location used 
     14 * by the FEP.  A station can be compared to other stations by its postmile. 
    1415 * 
    1516 * @author John A. Torres 
Note: See TracChangeset for help on using the changeset viewer.