- Timestamp:
- 12/07/2019 08:26:01 AM (6 years ago)
- Location:
- trunk/src/tmcsim/highwaymodel/trafficeventseditor
- Files:
-
- 3 edited
-
TimeFrame.java (modified) (1 diff)
-
TrafficEventsEditor.java (modified) (1 diff)
-
TrafficLaneEvent.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/highwaymodel/trafficeventseditor/TimeFrame.java
r457 r541 5 5 6 6 /** 7 * 7 * A list of TrafficLaneEvents 8 8 * @author jtorres 9 9 */ -
trunk/src/tmcsim/highwaymodel/trafficeventseditor/TrafficEventsEditor.java
r457 r541 30 30 31 31 /** 32 * 32 * This tool was designed for testing the FEP (which is now obsolete). 33 * It allows the user to specify which dots in the highway model should change color. 34 * It allows very fine grained control of individual dots and lanes. 35 * (It is NOT for editing a traffic events file, which is at a higher level of abstraction). 33 36 * @author jtorres 34 37 */ -
trunk/src/tmcsim/highwaymodel/trafficeventseditor/TrafficLaneEvent.java
r457 r541 6 6 7 7 /** 8 * 8 * A Traffic Lane Event is a color occurring at specific route,station, and detector. 9 9 * @author jtorres 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.
