Changes between Version 1 and Version 2 of TrafficModel


Ignore:
Timestamp:
06/23/2019 12:56:04 PM (7 years ago)
Author:
jdalbey
Comment:

fix links

Legend:

Unmodified
Added
Removed
Modified
  • TrafficModel

    v1 v2  
    1717 
    1818== System Architecture == #architecture 
    19 The [wiki:DeploymentDiagram System (Traffic Model / FEP / ATMS) Deployment/Component Diagram] is a UML Deployment / Component diagram which helps to describe the system architecture. 
     19The~~ [wiki:DeploymentDiagram System (Traffic Model / FEP / ATMS) Deployment/Component Diagram] is a UML Deployment / Component diagram~~ which helps to describe the system architecture.  OBSOLETE: needs replacing. 
    2020 
    2121== Overview of System == #overview 
     
    2727 
    2828=== System Behavior / How do these components work together? === #systembehavior 
    29 Reference the [wiki:TrafficFEPATMSActivityDiagram Traffic Model / FEP / ATMS Activity Diagram] while reading this section. It helps to describe system behavior. 
     29Reference the [wiki:TrafficModelActivityDiagram Traffic Model Activity Diagram] while reading this section. It helps to describe system behavior. 
    3030 
    3131When the CAD Server starts, the Traffic Model Manager and the Highways model are instantiated. The Traffic Model Manager spawns a thread, the !WriteToJsonThread, which outputs the current traffic conditions on 30 second intervals.  To do so, the !WriteToJsonThread calls upon the Highways class's writeToJson() method. 
     
    3434 
    3535== Traffic Model == #trafficmodeldetail 
    36 Reference the [wiki:TrafficModelClassDiagram Traffic Model Class Diagram] while reading this section. 
     36Reference the [wiki:TrafficModelClassDiagram Traffic Model Class Diagram] (slightly inaccurate) while reading this section. 
    3737 
    3838==== Behavior ==== #trafficmodelbehavior